1GMTCOLORS(5)                          GMT                         GMTCOLORS(5)
2
3
4

NAME

6       gmtcolors - Explanation of color codes in GMT
7

DESCRIPTION

9       Colors  can  be specified in GMT as arguments to commands, generally as
10       part of the -G or -W options to select polygon  fill  or  outline  pen.
11       Colors  are  also used in color palette tables (CPTs) that help convert
12       numerical values to colors.
13
14       GMT allows several ways to represent a color:
15
16       Colorname
17              Specify one of the named colors below. All names are case-insen‐
18              sitive.
19
20       R/G/B  Specify  Red, Green, and Blue levels. Each value is separated by
21              a slash and is in the range from 0 (dark) to 255  (light).  This
22              representation is used to color monitors.
23
24       #RRGGBB
25              Specify  Red,  Green, and Blue levels in the way that it is done
26              in HTML. Use two characters for each color channel, ranging from
27              00 (dark) to FF (light). Upper and lower case are allowed.
28
29       Graylevel
30              For  shades  of gray, R = G = B, and only one number needs to be
31              used.  This representation  is  popular  with  black  and  white
32              printers.
33
34       H-S-V  Specify  Hue  in  the  range  0  to  360 (degrees), S saturation
35              between 0 (not saturated) and 1 (fully saturated), and  value  V
36              between 0 (dark) and 1 (light). Number are separated by hyphens.
37              This representation can be helpful when hue varies a lot.
38
39       C/M/Y/K
40              Specify Cyan, Magenta, Yellow, and blacK. Each number is in  the
41              range  from  0 (no paint) to 1 (maximum paint). This representa‐
42              tion is used by most color printers.
43

LIST OF COLORS

45       The following list contains the named colors that can be  used  in  GMT
46       and their equivalent color codes.
47
48                        ┌────┬─────┬─────┬──────────────────┐
49RGBName
50                        ├────┼─────┼─────┼──────────────────┤
51                        │255 │ 250 │ 250 │ snow             │
52                        ├────┼─────┼─────┼──────────────────┤
53                        │248 │ 248 │ 255 │ ghostwite        │
54                        ├────┼─────┼─────┼──────────────────┤
55                        │255 │ 250 │ 240 │ floralwhite      │
56                        ├────┼─────┼─────┼──────────────────┤
57                        │255 │ 245 │ 238 │ seashell         │
58                        ├────┼─────┼─────┼──────────────────┤
59                        │253 │ 245 │ 230 │ oldlace          │
60                        ├────┼─────┼─────┼──────────────────┤
61                        │250 │ 240 │ 230 │ linen            │
62                        ├────┼─────┼─────┼──────────────────┤
63                        │250 │ 235 │ 215 │ antiquewhite     │
64                        └────┴─────┴─────┴──────────────────┘
65
66
67                        │255 │ 239 │ 213 │ papayawhip       │
68                        ├────┼─────┼─────┼──────────────────┤
69                        │255 │ 235 │ 205 │ blanchedalmond   │
70                        ├────┼─────┼─────┼──────────────────┤
71                        │255 │ 228 │ 196 │ bisque           │
72                        ├────┼─────┼─────┼──────────────────┤
73                        │255 │ 218 │ 185 │ peachpuff        │
74                        ├────┼─────┼─────┼──────────────────┤
75                        │255 │ 222 │ 173 │ navajowhite      │
76                        ├────┼─────┼─────┼──────────────────┤
77                        │255 │ 228 │ 181 │ moccasin         │
78                        ├────┼─────┼─────┼──────────────────┤
79                        │255 │ 250 │ 205 │ lemonchiffon     │
80                        ├────┼─────┼─────┼──────────────────┤
81                        │255 │ 248 │ 220 │ cornsilk         │
82                        ├────┼─────┼─────┼──────────────────┤
83                        │255 │ 255 │ 240 │ ivory            │
84                        ├────┼─────┼─────┼──────────────────┤
85                        │240 │ 255 │ 240 │ honeydew         │
86                        ├────┼─────┼─────┼──────────────────┤
87                        │245 │ 255 │ 250 │ mintcream        │
88                        ├────┼─────┼─────┼──────────────────┤
89                        │240 │ 255 │ 255 │ azure            │
90                        ├────┼─────┼─────┼──────────────────┤
91                        │240 │ 248 │ 255 │ aliceblue        │
92                        ├────┼─────┼─────┼──────────────────┤
93                        │230 │ 230 │ 250 │ lavender         │
94                        ├────┼─────┼─────┼──────────────────┤
95                        │255 │ 240 │ 245 │ lavenderblush    │
96                        ├────┼─────┼─────┼──────────────────┤
97                        │255 │ 228 │ 225 │ mistyrose        │
98                        ├────┼─────┼─────┼──────────────────┤
99                        │100 │ 149 │ 237 │ cornflowerblue   │
100                        ├────┼─────┼─────┼──────────────────┤
101                        │106 │ 90  │ 205 │ slateblue        │
102                        ├────┼─────┼─────┼──────────────────┤
103                        │123 │ 104 │ 238 │ mediumslateblue  │
104                        ├────┼─────┼─────┼──────────────────┤
105                        │132 │ 112 │ 255 │ lightslateblue   │
106                        ├────┼─────┼─────┼──────────────────┤
107                        │135 │ 206 │ 235 │ skyblue          │
108                        ├────┼─────┼─────┼──────────────────┤
109                        │135 │ 206 │ 250 │ lightskyblue     │
110                        ├────┼─────┼─────┼──────────────────┤
111                        │119 │ 136 │ 153 │ lightslategray   │
112                        ├────┼─────┼─────┼──────────────────┤
113                        │119 │ 136 │ 153 │ lightslategrey   │
114                        ├────┼─────┼─────┼──────────────────┤
115                        │112 │ 128 │ 144 │ slategray        │
116                        ├────┼─────┼─────┼──────────────────┤
117                        │112 │ 128 │ 144 │ slategrey        │
118                        ├────┼─────┼─────┼──────────────────┤
119                        │176 │ 196 │ 222 │ lightsteelblue   │
120                        ├────┼─────┼─────┼──────────────────┤
121                        │173 │ 216 │ 230 │ lightblue        │
122                        ├────┼─────┼─────┼──────────────────┤
123                        │224 │ 255 │ 255 │ lightcyan        │
124                        ├────┼─────┼─────┼──────────────────┤
125                        │176 │ 224 │ 230 │ powderblue       │
126                        ├────┼─────┼─────┼──────────────────┤
127                        │175 │ 238 │ 238 │ paleturquoise    │
128                        ├────┼─────┼─────┼──────────────────┤
129                        │102 │ 205 │ 170 │ mediumaquamarine │
130                        └────┴─────┴─────┴──────────────────┘
131
132
133                        │127 │ 255 │ 212 │ aquamarine       │
134                        ├────┼─────┼─────┼──────────────────┤
135                        │144 │ 238 │ 144 │ lightgreen       │
136                        ├────┼─────┼─────┼──────────────────┤
137                        │143 │ 188 │ 143 │ darkseagreen     │
138                        ├────┼─────┼─────┼──────────────────┤
139                        │152 │ 251 │ 152 │ palegreen        │
140                        ├────┼─────┼─────┼──────────────────┤
141                        │124 │ 252 │ 0   │ lawngreen        │
142                        ├────┼─────┼─────┼──────────────────┤
143                        │127 │ 255 │ 0   │ chartreuse       │
144                        ├────┼─────┼─────┼──────────────────┤
145                        │173 │ 255 │ 47  │ greenyellow      │
146                        ├────┼─────┼─────┼──────────────────┤
147                        │154 │ 205 │ 50  │ yellowgreen      │
148                        ├────┼─────┼─────┼──────────────────┤
149                        │107 │ 142 │ 35  │ olivedrab        │
150                        ├────┼─────┼─────┼──────────────────┤
151                        │189 │ 183 │ 107 │ darkkhaki        │
152                        ├────┼─────┼─────┼──────────────────┤
153                        │240 │ 230 │ 140 │ khaki            │
154                        ├────┼─────┼─────┼──────────────────┤
155                        │238 │ 232 │ 170 │ palegoldenrod    │
156                        ├────┼─────┼─────┼──────────────────┤
157                        │238 │ 221 │ 130 │ lightgoldenrod   │
158                        ├────┼─────┼─────┼──────────────────┤
159                        │255 │ 255 │ 224 │ lightyellow      │
160                        ├────┼─────┼─────┼──────────────────┤
161                        │250 │ 250 │ 210 │ lightgolden‐     │
162                        │    │     │     │ rodyellow        │
163                        ├────┼─────┼─────┼──────────────────┤
164                        │255 │ 255 │ 0   │ yellow           │
165                        ├────┼─────┼─────┼──────────────────┤
166                        │128 │ 128 │ 0   │ darkyellow       │
167                        ├────┼─────┼─────┼──────────────────┤
168                        │255 │ 215 │ 0   │ gold             │
169                        ├────┼─────┼─────┼──────────────────┤
170                        │218 │ 165 │ 32  │ goldenrod        │
171                        ├────┼─────┼─────┼──────────────────┤
172                        │184 │ 134 │ 11  │ darkgoldenrod    │
173                        ├────┼─────┼─────┼──────────────────┤
174                        │188 │ 143 │ 143 │ rosybrown        │
175                        ├────┼─────┼─────┼──────────────────┤
176                        │205 │ 92  │ 92  │ indianred        │
177                        ├────┼─────┼─────┼──────────────────┤
178                        │139 │ 69  │ 19  │ saddlebrown      │
179                        ├────┼─────┼─────┼──────────────────┤
180                        │160 │ 82  │ 45  │ sienna           │
181                        ├────┼─────┼─────┼──────────────────┤
182                        │205 │ 133 │ 63  │ peru             │
183                        ├────┼─────┼─────┼──────────────────┤
184                        │222 │ 184 │ 135 │ burlywood        │
185                        ├────┼─────┼─────┼──────────────────┤
186                        │245 │ 245 │ 220 │ beige            │
187                        ├────┼─────┼─────┼──────────────────┤
188                        │245 │ 222 │ 179 │ wheat            │
189                        ├────┼─────┼─────┼──────────────────┤
190                        │244 │ 164 │ 96  │ sandybrown       │
191                        ├────┼─────┼─────┼──────────────────┤
192                        │210 │ 180 │ 140 │ tan              │
193                        ├────┼─────┼─────┼──────────────────┤
194                        │210 │ 105 │ 30  │ chocolate        │
195                        ├────┼─────┼─────┼──────────────────┤
196                        │178 │ 34  │ 34  │ firebrick        │
197                        └────┴─────┴─────┴──────────────────┘
198
199                        │235 │ 190 │ 85  │ lightbrown       │
200                        ├────┼─────┼─────┼──────────────────┤
201                        │165 │ 42  │ 42  │ brown            │
202                        ├────┼─────┼─────┼──────────────────┤
203                        │120 │ 60  │ 30  │ darkbrown        │
204                        ├────┼─────┼─────┼──────────────────┤
205                        │233 │ 150 │ 122 │ darksalmon       │
206                        ├────┼─────┼─────┼──────────────────┤
207                        │250 │ 128 │ 114 │ salmon           │
208                        ├────┼─────┼─────┼──────────────────┤
209                        │255 │ 160 │ 122 │ lightsalmon      │
210                        ├────┼─────┼─────┼──────────────────┤
211                        │255 │ 192 │ 128 │ lightorange      │
212                        ├────┼─────┼─────┼──────────────────┤
213                        │255 │ 165 │ 0   │ orange           │
214                        ├────┼─────┼─────┼──────────────────┤
215                        │255 │ 140 │ 0   │ darkorange       │
216                        ├────┼─────┼─────┼──────────────────┤
217                        │255 │ 127 │ 80  │ coral            │
218                        ├────┼─────┼─────┼──────────────────┤
219                        │240 │ 128 │ 128 │ lightcoral       │
220                        ├────┼─────┼─────┼──────────────────┤
221                        │255 │ 99  │ 71  │ tomato           │
222                        ├────┼─────┼─────┼──────────────────┤
223                        │255 │ 69  │ 0   │ orangered        │
224                        ├────┼─────┼─────┼──────────────────┤
225                        │255 │ 0   │ 0   │ red              │
226                        ├────┼─────┼─────┼──────────────────┤
227                        │255 │ 128 │ 128 │ lightred         │
228                        ├────┼─────┼─────┼──────────────────┤
229                        │139 │ 0   │ 0   │ darkred          │
230                        ├────┼─────┼─────┼──────────────────┤
231                        │255 │ 20  │ 147 │ deeppink         │
232                        ├────┼─────┼─────┼──────────────────┤
233                        │255 │ 105 │ 180 │ hotpink          │
234                        ├────┼─────┼─────┼──────────────────┤
235                        │255 │ 192 │ 203 │ pink             │
236                        ├────┼─────┼─────┼──────────────────┤
237                        │255 │ 182 │ 193 │ lightpink        │
238                        ├────┼─────┼─────┼──────────────────┤
239                        │219 │ 112 │ 147 │ palevioletred    │
240                        ├────┼─────┼─────┼──────────────────┤
241                        │176 │ 48  │ 96  │ maroon           │
242                        ├────┼─────┼─────┼──────────────────┤
243                        │199 │ 21  │ 133 │ mediumvioletred  │
244                        ├────┼─────┼─────┼──────────────────┤
245                        │208 │ 32  │ 144 │ violetred        │
246                        ├────┼─────┼─────┼──────────────────┤
247                        │139 │ 0   │ 139 │ darkmagenta      │
248                        ├────┼─────┼─────┼──────────────────┤
249                        │255 │ 0   │ 255 │ magenta          │
250                        ├────┼─────┼─────┼──────────────────┤
251                        │255 │ 128 │ 255 │ lightmagenta     │
252                        ├────┼─────┼─────┼──────────────────┤
253                        │238 │ 130 │ 238 │ violet           │
254                        ├────┼─────┼─────┼──────────────────┤
255                        │218 │ 112 │ 214 │ orchid           │
256                        ├────┼─────┼─────┼──────────────────┤
257                        │221 │ 160 │ 221 │ plum             │
258                        ├────┼─────┼─────┼──────────────────┤
259                        │186 │ 85  │ 211 │ mediumorchid     │
260                        ├────┼─────┼─────┼──────────────────┤
261                        │153 │ 50  │ 204 │ darkorchid       │
262                        └────┴─────┴─────┴──────────────────┘
263
264
265                        │148 │ 0   │ 211 │ darkviolet       │
266                        ├────┼─────┼─────┼──────────────────┤
267                        │138 │ 43  │ 226 │ blueviolet       │
268                        ├────┼─────┼─────┼──────────────────┤
269                        │160 │ 32  │ 240 │ purple           │
270                        ├────┼─────┼─────┼──────────────────┤
271                        │147 │ 112 │ 219 │ mediumpurple     │
272                        ├────┼─────┼─────┼──────────────────┤
273                        │216 │ 191 │ 216 │ thistle          │
274                        ├────┼─────┼─────┼──────────────────┤
275                        │105 │ 105 │ 105 │ dimgray          │
276                        ├────┼─────┼─────┼──────────────────┤
277                        │105 │ 105 │ 105 │ dimgrey          │
278                        ├────┼─────┼─────┼──────────────────┤
279                        │169 │ 169 │ 169 │ darkgray         │
280                        ├────┼─────┼─────┼──────────────────┤
281                        │169 │ 169 │ 169 │ darkgrey         │
282                        ├────┼─────┼─────┼──────────────────┤
283                        │190 │ 190 │ 190 │ gray             │
284                        ├────┼─────┼─────┼──────────────────┤
285                        │190 │ 190 │ 190 │ grey             │
286                        ├────┼─────┼─────┼──────────────────┤
287                        │211 │ 211 │ 211 │ lightgrey        │
288                        ├────┼─────┼─────┼──────────────────┤
289                        │211 │ 211 │ 211 │ lightgray        │
290                        ├────┼─────┼─────┼──────────────────┤
291                        │220 │ 220 │ 220 │ gainsboro        │
292                        ├────┼─────┼─────┼──────────────────┤
293                        │245 │ 245 │ 245 │ whitesmoke       │
294                        ├────┼─────┼─────┼──────────────────┤
295                        │255 │ 255 │ 255 │ white            │
296                        ├────┼─────┼─────┼──────────────────┤
297                        │255 │ 250 │ 250 │ snow1            │
298                        ├────┼─────┼─────┼──────────────────┤
299                        │238 │ 233 │ 233 │ snow2            │
300                        ├────┼─────┼─────┼──────────────────┤
301                        │205 │ 201 │ 201 │ snow3            │
302                        ├────┼─────┼─────┼──────────────────┤
303                        │139 │ 137 │ 137 │ snow4            │
304                        ├────┼─────┼─────┼──────────────────┤
305                        │255 │ 245 │ 238 │ seashell1        │
306                        ├────┼─────┼─────┼──────────────────┤
307                        │238 │ 229 │ 222 │ seashell2        │
308                        ├────┼─────┼─────┼──────────────────┤
309                        │205 │ 197 │ 191 │ seashell3        │
310                        ├────┼─────┼─────┼──────────────────┤
311                        │139 │ 134 │ 130 │ seashell4        │
312                        ├────┼─────┼─────┼──────────────────┤
313                        │255 │ 239 │ 219 │ antiquewhite1    │
314                        ├────┼─────┼─────┼──────────────────┤
315                        │238 │ 223 │ 204 │ antiquewhite2    │
316                        ├────┼─────┼─────┼──────────────────┤
317                        │205 │ 192 │ 176 │ antiquewhite3    │
318                        ├────┼─────┼─────┼──────────────────┤
319                        │139 │ 131 │ 120 │ antiquewhite4    │
320                        ├────┼─────┼─────┼──────────────────┤
321                        │255 │ 228 │ 196 │ bisque1          │
322                        ├────┼─────┼─────┼──────────────────┤
323                        │238 │ 213 │ 183 │ bisque2          │
324                        ├────┼─────┼─────┼──────────────────┤
325                        │205 │ 183 │ 158 │ bisque3          │
326                        ├────┼─────┼─────┼──────────────────┤
327                        │139 │ 125 │ 107 │ bisque4          │
328                        └────┴─────┴─────┴──────────────────┘
329
330
331                        │255 │ 218 │ 185 │ peachpuff1       │
332                        ├────┼─────┼─────┼──────────────────┤
333                        │238 │ 203 │ 173 │ peachpuff2       │
334                        ├────┼─────┼─────┼──────────────────┤
335                        │205 │ 175 │ 149 │ peachpuff3       │
336                        ├────┼─────┼─────┼──────────────────┤
337                        │139 │ 119 │ 101 │ peachpuff4       │
338                        ├────┼─────┼─────┼──────────────────┤
339                        │255 │ 222 │ 173 │ navajowhite1     │
340                        ├────┼─────┼─────┼──────────────────┤
341                        │238 │ 207 │ 161 │ navajowhite2     │
342                        ├────┼─────┼─────┼──────────────────┤
343                        │205 │ 179 │ 139 │ navajowhite3     │
344                        ├────┼─────┼─────┼──────────────────┤
345                        │139 │ 121 │ 94  │ navajowhite4     │
346                        ├────┼─────┼─────┼──────────────────┤
347                        │255 │ 250 │ 205 │ lemonchiffon1    │
348                        ├────┼─────┼─────┼──────────────────┤
349                        │238 │ 233 │ 191 │ lemonchiffon2    │
350                        ├────┼─────┼─────┼──────────────────┤
351                        │205 │ 201 │ 165 │ lemonchiffon3    │
352                        ├────┼─────┼─────┼──────────────────┤
353                        │139 │ 137 │ 112 │ lemonchiffon4    │
354                        ├────┼─────┼─────┼──────────────────┤
355                        │255 │ 248 │ 220 │ cornsilk1        │
356                        ├────┼─────┼─────┼──────────────────┤
357                        │238 │ 232 │ 205 │ cornsilk2        │
358                        ├────┼─────┼─────┼──────────────────┤
359                        │205 │ 200 │ 177 │ cornsilk3        │
360                        ├────┼─────┼─────┼──────────────────┤
361                        │139 │ 136 │ 120 │ cornsilk4        │
362                        ├────┼─────┼─────┼──────────────────┤
363                        │255 │ 255 │ 240 │ ivory1           │
364                        ├────┼─────┼─────┼──────────────────┤
365                        │238 │ 238 │ 224 │ ivory2           │
366                        ├────┼─────┼─────┼──────────────────┤
367                        │205 │ 205 │ 193 │ ivory3           │
368                        ├────┼─────┼─────┼──────────────────┤
369                        │139 │ 139 │ 131 │ ivory4           │
370                        ├────┼─────┼─────┼──────────────────┤
371                        │240 │ 255 │ 240 │ honeydew1        │
372                        ├────┼─────┼─────┼──────────────────┤
373                        │224 │ 238 │ 224 │ honeydew2        │
374                        ├────┼─────┼─────┼──────────────────┤
375                        │193 │ 205 │ 193 │ honeydew3        │
376                        ├────┼─────┼─────┼──────────────────┤
377                        │131 │ 139 │ 131 │ honeydew4        │
378                        ├────┼─────┼─────┼──────────────────┤
379                        │255 │ 240 │ 245 │ lavenderblush1   │
380                        ├────┼─────┼─────┼──────────────────┤
381                        │238 │ 224 │ 229 │ lavenderblush2   │
382                        ├────┼─────┼─────┼──────────────────┤
383                        │205 │ 193 │ 197 │ lavenderblush3   │
384                        ├────┼─────┼─────┼──────────────────┤
385                        │139 │ 131 │ 134 │ lavenderblush4   │
386                        ├────┼─────┼─────┼──────────────────┤
387                        │255 │ 228 │ 225 │ mistyrose1       │
388                        ├────┼─────┼─────┼──────────────────┤
389                        │238 │ 213 │ 210 │ mistyrose2       │
390                        ├────┼─────┼─────┼──────────────────┤
391                        │205 │ 183 │ 181 │ mistyrose3       │
392                        ├────┼─────┼─────┼──────────────────┤
393                        │139 │ 125 │ 123 │ mistyrose4       │
394                        └────┴─────┴─────┴──────────────────┘
395
396
397                        │240 │ 255 │ 255 │ azure1           │
398                        ├────┼─────┼─────┼──────────────────┤
399                        │224 │ 238 │ 238 │ azure2           │
400                        ├────┼─────┼─────┼──────────────────┤
401                        │193 │ 205 │ 205 │ azure3           │
402                        ├────┼─────┼─────┼──────────────────┤
403                        │131 │ 139 │ 139 │ azure4           │
404                        ├────┼─────┼─────┼──────────────────┤
405                        │131 │ 111 │ 255 │ slateblue1       │
406                        ├────┼─────┼─────┼──────────────────┤
407                        │122 │ 103 │ 238 │ slateblue2       │
408                        ├────┼─────┼─────┼──────────────────┤
409                        │105 │ 89  │ 205 │ slateblue3       │
410                        ├────┼─────┼─────┼──────────────────┤
411                        │135 │ 206 │ 255 │ skyblue1         │
412                        ├────┼─────┼─────┼──────────────────┤
413                        │126 │ 192 │ 238 │ skyblue2         │
414                        ├────┼─────┼─────┼──────────────────┤
415                        │108 │ 166 │ 205 │ skyblue3         │
416                        ├────┼─────┼─────┼──────────────────┤
417                        │176 │ 226 │ 255 │ lightskyblue1    │
418                        ├────┼─────┼─────┼──────────────────┤
419                        │164 │ 211 │ 238 │ lightskyblue2    │
420                        ├────┼─────┼─────┼──────────────────┤
421                        │141 │ 182 │ 205 │ lightskyblue3    │
422                        ├────┼─────┼─────┼──────────────────┤
423                        │198 │ 226 │ 255 │ slategray1       │
424                        ├────┼─────┼─────┼──────────────────┤
425                        │185 │ 211 │ 238 │ slategray2       │
426                        ├────┼─────┼─────┼──────────────────┤
427                        │159 │ 182 │ 205 │ slategray3       │
428                        ├────┼─────┼─────┼──────────────────┤
429                        │108 │ 123 │ 139 │ slategray4       │
430                        ├────┼─────┼─────┼──────────────────┤
431                        │202 │ 225 │ 255 │ lightsteelblue1  │
432                        ├────┼─────┼─────┼──────────────────┤
433                        │188 │ 210 │ 238 │ lightsteelblue2  │
434                        ├────┼─────┼─────┼──────────────────┤
435                        │162 │ 181 │ 205 │ lightsteelblue3  │
436                        ├────┼─────┼─────┼──────────────────┤
437                        │110 │ 123 │ 139 │ lightsteelblue4  │
438                        ├────┼─────┼─────┼──────────────────┤
439                        │191 │ 239 │ 255 │ lightblue1       │
440                        ├────┼─────┼─────┼──────────────────┤
441                        │178 │ 223 │ 238 │ lightblue2       │
442                        ├────┼─────┼─────┼──────────────────┤
443                        │154 │ 192 │ 205 │ lightblue3       │
444                        ├────┼─────┼─────┼──────────────────┤
445                        │104 │ 131 │ 139 │ lightblue4       │
446                        ├────┼─────┼─────┼──────────────────┤
447                        │224 │ 255 │ 255 │ lightcyan1       │
448                        ├────┼─────┼─────┼──────────────────┤
449                        │209 │ 238 │ 238 │ lightcyan2       │
450                        ├────┼─────┼─────┼──────────────────┤
451                        │180 │ 205 │ 205 │ lightcyan3       │
452                        ├────┼─────┼─────┼──────────────────┤
453                        │122 │ 139 │ 139 │ lightcyan4       │
454                        ├────┼─────┼─────┼──────────────────┤
455                        │187 │ 255 │ 255 │ paleturquoise1   │
456                        ├────┼─────┼─────┼──────────────────┤
457                        │174 │ 238 │ 238 │ paleturquoise2   │
458                        ├────┼─────┼─────┼──────────────────┤
459                        │150 │ 205 │ 205 │ paleturquoise3   │
460                        └────┴─────┴─────┴──────────────────┘
461
462
463                        │102 │ 139 │ 139 │ paleturquoise4   │
464                        ├────┼─────┼─────┼──────────────────┤
465                        │152 │ 245 │ 255 │ cadetblue1       │
466                        ├────┼─────┼─────┼──────────────────┤
467                        │142 │ 229 │ 238 │ cadetblue2       │
468                        ├────┼─────┼─────┼──────────────────┤
469                        │122 │ 197 │ 205 │ cadetblue3       │
470                        ├────┼─────┼─────┼──────────────────┤
471                        │151 │ 255 │ 255 │ darkslategray1   │
472                        ├────┼─────┼─────┼──────────────────┤
473                        │141 │ 238 │ 238 │ darkslategray2   │
474                        ├────┼─────┼─────┼──────────────────┤
475                        │121 │ 205 │ 205 │ darkslategray3   │
476                        ├────┼─────┼─────┼──────────────────┤
477                        │127 │ 255 │ 212 │ aquamarine1      │
478                        ├────┼─────┼─────┼──────────────────┤
479                        │118 │ 238 │ 198 │ aquamarine2      │
480                        ├────┼─────┼─────┼──────────────────┤
481                        │102 │ 205 │ 170 │ aquamarine3      │
482                        ├────┼─────┼─────┼──────────────────┤
483                        │193 │ 255 │ 193 │ darkseagreen1    │
484                        ├────┼─────┼─────┼──────────────────┤
485                        │180 │ 238 │ 180 │ darkseagreen2    │
486                        ├────┼─────┼─────┼──────────────────┤
487                        │155 │ 205 │ 155 │ darkseagreen3    │
488                        ├────┼─────┼─────┼──────────────────┤
489                        │105 │ 139 │ 105 │ darkseagreen4    │
490                        ├────┼─────┼─────┼──────────────────┤
491                        │154 │ 255 │ 154 │ palegreen1       │
492                        ├────┼─────┼─────┼──────────────────┤
493                        │144 │ 238 │ 144 │ palegreen2       │
494                        ├────┼─────┼─────┼──────────────────┤
495                        │124 │ 205 │ 124 │ palegreen3       │
496                        ├────┼─────┼─────┼──────────────────┤
497                        │127 │ 255 │ 0   │ chartreuse1      │
498                        ├────┼─────┼─────┼──────────────────┤
499                        │118 │ 238 │ 0   │ chartreuse2      │
500                        ├────┼─────┼─────┼──────────────────┤
501                        │102 │ 205 │ 0   │ chartreuse3      │
502                        ├────┼─────┼─────┼──────────────────┤
503                        │192 │ 255 │ 62  │ olivedrab1       │
504                        ├────┼─────┼─────┼──────────────────┤
505                        │179 │ 238 │ 58  │ olivedrab2       │
506                        ├────┼─────┼─────┼──────────────────┤
507                        │154 │ 205 │ 50  │ olivedrab3       │
508                        ├────┼─────┼─────┼──────────────────┤
509                        │105 │ 139 │ 34  │ olivedrab4       │
510                        ├────┼─────┼─────┼──────────────────┤
511                        │202 │ 255 │ 112 │ darkolivegreen1  │
512                        ├────┼─────┼─────┼──────────────────┤
513                        │188 │ 238 │ 104 │ darkolivegreen2  │
514                        ├────┼─────┼─────┼──────────────────┤
515                        │162 │ 205 │ 90  │ darkolivegreen3  │
516                        ├────┼─────┼─────┼──────────────────┤
517                        │110 │ 139 │ 61  │ darkolivegreen4  │
518                        ├────┼─────┼─────┼──────────────────┤
519                        │255 │ 246 │ 143 │ khaki1           │
520                        ├────┼─────┼─────┼──────────────────┤
521                        │238 │ 230 │ 133 │ khaki2           │
522                        ├────┼─────┼─────┼──────────────────┤
523                        │205 │ 198 │ 115 │ khaki3           │
524                        ├────┼─────┼─────┼──────────────────┤
525                        │139 │ 134 │ 78  │ khaki4           │
526                        └────┴─────┴─────┴──────────────────┘
527
528
529                        │255 │ 236 │ 139 │ lightgoldenrod1  │
530                        ├────┼─────┼─────┼──────────────────┤
531                        │238 │ 220 │ 130 │ lightgoldenrod2  │
532                        ├────┼─────┼─────┼──────────────────┤
533                        │205 │ 190 │ 112 │ lightgoldenrod3  │
534                        ├────┼─────┼─────┼──────────────────┤
535                        │139 │ 129 │ 76  │ lightgoldenrod4  │
536                        ├────┼─────┼─────┼──────────────────┤
537                        │255 │ 255 │ 224 │ lightyellow1     │
538                        ├────┼─────┼─────┼──────────────────┤
539                        │238 │ 238 │ 209 │ lightyellow2     │
540                        ├────┼─────┼─────┼──────────────────┤
541                        │205 │ 205 │ 180 │ lightyellow3     │
542                        ├────┼─────┼─────┼──────────────────┤
543                        │139 │ 139 │ 122 │ lightyellow4     │
544                        ├────┼─────┼─────┼──────────────────┤
545                        │255 │ 255 │ 0   │ yellow1          │
546                        ├────┼─────┼─────┼──────────────────┤
547                        │238 │ 238 │ 0   │ yellow2          │
548                        ├────┼─────┼─────┼──────────────────┤
549                        │205 │ 205 │ 0   │ yellow3          │
550                        ├────┼─────┼─────┼──────────────────┤
551                        │139 │ 139 │ 0   │ yellow4          │
552                        ├────┼─────┼─────┼──────────────────┤
553                        │255 │ 215 │ 0   │ gold1            │
554                        ├────┼─────┼─────┼──────────────────┤
555                        │238 │ 201 │ 0   │ gold2            │
556                        ├────┼─────┼─────┼──────────────────┤
557                        │205 │ 173 │ 0   │ gold3            │
558                        ├────┼─────┼─────┼──────────────────┤
559                        │139 │ 117 │ 0   │ gold4            │
560                        ├────┼─────┼─────┼──────────────────┤
561                        │255 │ 193 │ 37  │ goldenrod1       │
562                        ├────┼─────┼─────┼──────────────────┤
563                        │238 │ 180 │ 34  │ goldenrod2       │
564                        ├────┼─────┼─────┼──────────────────┤
565                        │205 │ 155 │ 29  │ goldenrod3       │
566                        ├────┼─────┼─────┼──────────────────┤
567                        │139 │ 105 │ 20  │ goldenrod4       │
568                        ├────┼─────┼─────┼──────────────────┤
569                        │255 │ 185 │ 15  │ darkgoldenrod1   │
570                        ├────┼─────┼─────┼──────────────────┤
571                        │238 │ 173 │ 14  │ darkgoldenrod2   │
572                        ├────┼─────┼─────┼──────────────────┤
573                        │205 │ 149 │ 12  │ darkgoldenrod3   │
574                        ├────┼─────┼─────┼──────────────────┤
575                        │139 │ 101 │ 8   │ darkgoldenrod4   │
576                        ├────┼─────┼─────┼──────────────────┤
577                        │255 │ 193 │ 193 │ rosybrown1       │
578                        ├────┼─────┼─────┼──────────────────┤
579                        │238 │ 180 │ 180 │ rosybrown2       │
580                        ├────┼─────┼─────┼──────────────────┤
581                        │205 │ 155 │ 155 │ rosybrown3       │
582                        ├────┼─────┼─────┼──────────────────┤
583                        │139 │ 105 │ 105 │ rosybrown4       │
584                        ├────┼─────┼─────┼──────────────────┤
585                        │255 │ 106 │ 106 │ indianred1       │
586                        ├────┼─────┼─────┼──────────────────┤
587                        │238 │ 99  │ 99  │ indianred2       │
588                        ├────┼─────┼─────┼──────────────────┤
589                        │205 │ 85  │ 85  │ indianred3       │
590                        ├────┼─────┼─────┼──────────────────┤
591                        │139 │ 58  │ 58  │ indianred4       │
592                        └────┴─────┴─────┴──────────────────┘
593
594
595                        │255 │ 130 │ 71  │ sienna1          │
596                        ├────┼─────┼─────┼──────────────────┤
597                        │238 │ 121 │ 66  │ sienna2          │
598                        ├────┼─────┼─────┼──────────────────┤
599                        │205 │ 104 │ 57  │ sienna3          │
600                        ├────┼─────┼─────┼──────────────────┤
601                        │139 │ 71  │ 38  │ sienna4          │
602                        ├────┼─────┼─────┼──────────────────┤
603                        │255 │ 211 │ 155 │ burlywood1       │
604                        ├────┼─────┼─────┼──────────────────┤
605                        │238 │ 197 │ 145 │ burlywood2       │
606                        ├────┼─────┼─────┼──────────────────┤
607                        │205 │ 170 │ 125 │ burlywood3       │
608                        ├────┼─────┼─────┼──────────────────┤
609                        │139 │ 115 │ 85  │ burlywood4       │
610                        ├────┼─────┼─────┼──────────────────┤
611                        │255 │ 231 │ 186 │ wheat1           │
612                        ├────┼─────┼─────┼──────────────────┤
613                        │238 │ 216 │ 174 │ wheat2           │
614                        ├────┼─────┼─────┼──────────────────┤
615                        │205 │ 186 │ 150 │ wheat3           │
616                        ├────┼─────┼─────┼──────────────────┤
617                        │139 │ 126 │ 102 │ wheat4           │
618                        ├────┼─────┼─────┼──────────────────┤
619                        │255 │ 165 │ 79  │ tan1             │
620                        ├────┼─────┼─────┼──────────────────┤
621                        │238 │ 154 │ 73  │ tan2             │
622                        ├────┼─────┼─────┼──────────────────┤
623                        │205 │ 133 │ 63  │ tan3             │
624                        ├────┼─────┼─────┼──────────────────┤
625                        │139 │ 90  │ 43  │ tan4             │
626                        ├────┼─────┼─────┼──────────────────┤
627                        │255 │ 127 │ 36  │ chocolate1       │
628                        ├────┼─────┼─────┼──────────────────┤
629                        │238 │ 118 │ 33  │ chocolate2       │
630                        ├────┼─────┼─────┼──────────────────┤
631                        │205 │ 102 │ 29  │ chocolate3       │
632                        ├────┼─────┼─────┼──────────────────┤
633                        │139 │ 69  │ 19  │ chocolate4       │
634                        ├────┼─────┼─────┼──────────────────┤
635                        │255 │ 48  │ 48  │ firebrick1       │
636                        ├────┼─────┼─────┼──────────────────┤
637                        │238 │ 44  │ 44  │ firebrick2       │
638                        ├────┼─────┼─────┼──────────────────┤
639                        │205 │ 38  │ 38  │ firebrick3       │
640                        ├────┼─────┼─────┼──────────────────┤
641                        │139 │ 26  │ 26  │ firebrick4       │
642                        ├────┼─────┼─────┼──────────────────┤
643                        │255 │ 64  │ 64  │ brown1           │
644                        ├────┼─────┼─────┼──────────────────┤
645                        │238 │ 59  │ 59  │ brown2           │
646                        ├────┼─────┼─────┼──────────────────┤
647                        │205 │ 51  │ 51  │ brown3           │
648                        ├────┼─────┼─────┼──────────────────┤
649                        │139 │ 35  │ 35  │ brown4           │
650                        ├────┼─────┼─────┼──────────────────┤
651                        │255 │ 140 │ 105 │ salmon1          │
652                        ├────┼─────┼─────┼──────────────────┤
653                        │238 │ 130 │ 98  │ salmon2          │
654                        ├────┼─────┼─────┼──────────────────┤
655                        │205 │ 112 │ 84  │ salmon3          │
656                        ├────┼─────┼─────┼──────────────────┤
657                        │139 │ 76  │ 57  │ salmon4          │
658                        └────┴─────┴─────┴──────────────────┘
659
660
661                        │255 │ 160 │ 122 │ lightsalmon1     │
662                        ├────┼─────┼─────┼──────────────────┤
663                        │238 │ 149 │ 114 │ lightsalmon2     │
664                        ├────┼─────┼─────┼──────────────────┤
665                        │205 │ 129 │ 98  │ lightsalmon3     │
666                        ├────┼─────┼─────┼──────────────────┤
667                        │139 │ 87  │ 66  │ lightsalmon4     │
668                        ├────┼─────┼─────┼──────────────────┤
669                        │255 │ 165 │ 0   │ orange1          │
670                        ├────┼─────┼─────┼──────────────────┤
671                        │238 │ 154 │ 0   │ orange2          │
672                        ├────┼─────┼─────┼──────────────────┤
673                        │205 │ 133 │ 0   │ orange3          │
674                        ├────┼─────┼─────┼──────────────────┤
675                        │139 │ 90  │ 0   │ orange4          │
676                        ├────┼─────┼─────┼──────────────────┤
677                        │255 │ 127 │ 0   │ darkorange1      │
678                        ├────┼─────┼─────┼──────────────────┤
679                        │238 │ 118 │ 0   │ darkorange2      │
680                        ├────┼─────┼─────┼──────────────────┤
681                        │205 │ 102 │ 0   │ darkorange3      │
682                        ├────┼─────┼─────┼──────────────────┤
683                        │139 │ 69  │ 0   │ darkorange4      │
684                        ├────┼─────┼─────┼──────────────────┤
685                        │255 │ 114 │ 86  │ coral1           │
686                        ├────┼─────┼─────┼──────────────────┤
687                        │238 │ 106 │ 80  │ coral2           │
688                        ├────┼─────┼─────┼──────────────────┤
689                        │205 │ 91  │ 69  │ coral3           │
690                        ├────┼─────┼─────┼──────────────────┤
691                        │139 │ 62  │ 47  │ coral4           │
692                        ├────┼─────┼─────┼──────────────────┤
693                        │255 │ 99  │ 71  │ tomato1          │
694                        ├────┼─────┼─────┼──────────────────┤
695                        │238 │ 92  │ 66  │ tomato2          │
696                        ├────┼─────┼─────┼──────────────────┤
697                        │205 │ 79  │ 57  │ tomato3          │
698                        ├────┼─────┼─────┼──────────────────┤
699                        │139 │ 54  │ 38  │ tomato4          │
700                        ├────┼─────┼─────┼──────────────────┤
701                        │255 │ 69  │ 0   │ orangered1       │
702                        ├────┼─────┼─────┼──────────────────┤
703                        │238 │ 64  │ 0   │ orangered2       │
704                        ├────┼─────┼─────┼──────────────────┤
705                        │205 │ 55  │ 0   │ orangered3       │
706                        ├────┼─────┼─────┼──────────────────┤
707                        │139 │ 37  │ 0   │ orangered4       │
708                        ├────┼─────┼─────┼──────────────────┤
709                        │255 │ 0   │ 0   │ red1             │
710                        ├────┼─────┼─────┼──────────────────┤
711                        │238 │ 0   │ 0   │ red2             │
712                        ├────┼─────┼─────┼──────────────────┤
713                        │205 │ 0   │ 0   │ red3             │
714                        ├────┼─────┼─────┼──────────────────┤
715                        │139 │ 0   │ 0   │ red4             │
716                        ├────┼─────┼─────┼──────────────────┤
717                        │255 │ 20  │ 147 │ deeppink1        │
718                        ├────┼─────┼─────┼──────────────────┤
719                        │238 │ 18  │ 137 │ deeppink2        │
720                        ├────┼─────┼─────┼──────────────────┤
721                        │205 │ 16  │ 118 │ deeppink3        │
722                        ├────┼─────┼─────┼──────────────────┤
723                        │139 │ 10  │ 80  │ deeppink4        │
724                        └────┴─────┴─────┴──────────────────┘
725
726
727                        │255 │ 110 │ 180 │ hotpink1         │
728                        ├────┼─────┼─────┼──────────────────┤
729                        │238 │ 106 │ 167 │ hotpink2         │
730                        ├────┼─────┼─────┼──────────────────┤
731                        │205 │ 96  │ 144 │ hotpink3         │
732                        ├────┼─────┼─────┼──────────────────┤
733                        │139 │ 58  │ 98  │ hotpink4         │
734                        ├────┼─────┼─────┼──────────────────┤
735                        │255 │ 181 │ 197 │ pink1            │
736                        ├────┼─────┼─────┼──────────────────┤
737                        │238 │ 169 │ 184 │ pink2            │
738                        ├────┼─────┼─────┼──────────────────┤
739                        │205 │ 145 │ 158 │ pink3            │
740                        ├────┼─────┼─────┼──────────────────┤
741                        │139 │ 99  │ 108 │ pink4            │
742                        ├────┼─────┼─────┼──────────────────┤
743                        │255 │ 174 │ 185 │ lightpink1       │
744                        ├────┼─────┼─────┼──────────────────┤
745                        │238 │ 162 │ 173 │ lightpink2       │
746                        ├────┼─────┼─────┼──────────────────┤
747                        │205 │ 140 │ 149 │ lightpink3       │
748                        ├────┼─────┼─────┼──────────────────┤
749                        │139 │ 95  │ 101 │ lightpink4       │
750                        ├────┼─────┼─────┼──────────────────┤
751                        │255 │ 130 │ 171 │ palevioletred1   │
752                        ├────┼─────┼─────┼──────────────────┤
753                        │238 │ 121 │ 159 │ palevioletred2   │
754                        ├────┼─────┼─────┼──────────────────┤
755                        │205 │ 104 │ 137 │ palevioletred3   │
756                        ├────┼─────┼─────┼──────────────────┤
757                        │139 │ 71  │ 93  │ palevioletred4   │
758                        ├────┼─────┼─────┼──────────────────┤
759                        │255 │ 52  │ 179 │ maroon1          │
760                        ├────┼─────┼─────┼──────────────────┤
761                        │238 │ 48  │ 167 │ maroon2          │
762                        ├────┼─────┼─────┼──────────────────┤
763                        │205 │ 41  │ 144 │ maroon3          │
764                        ├────┼─────┼─────┼──────────────────┤
765                        │139 │ 28  │ 98  │ maroon4          │
766                        ├────┼─────┼─────┼──────────────────┤
767                        │255 │ 62  │ 150 │ violetred1       │
768                        ├────┼─────┼─────┼──────────────────┤
769                        │238 │ 58  │ 140 │ violetred2       │
770                        ├────┼─────┼─────┼──────────────────┤
771                        │205 │ 50  │ 120 │ violetred3       │
772                        ├────┼─────┼─────┼──────────────────┤
773                        │139 │ 34  │ 82  │ violetred4       │
774                        ├────┼─────┼─────┼──────────────────┤
775                        │255 │ 0   │ 255 │ magenta1         │
776                        ├────┼─────┼─────┼──────────────────┤
777                        │238 │ 0   │ 238 │ magenta2         │
778                        ├────┼─────┼─────┼──────────────────┤
779                        │205 │ 0   │ 205 │ magenta3         │
780                        ├────┼─────┼─────┼──────────────────┤
781                        │139 │ 0   │ 139 │ magenta4         │
782                        ├────┼─────┼─────┼──────────────────┤
783                        │255 │ 131 │ 250 │ orchid1          │
784                        ├────┼─────┼─────┼──────────────────┤
785                        │238 │ 122 │ 233 │ orchid2          │
786                        ├────┼─────┼─────┼──────────────────┤
787                        │205 │ 105 │ 201 │ orchid3          │
788                        ├────┼─────┼─────┼──────────────────┤
789                        │139 │ 71  │ 137 │ orchid4          │
790                        └────┴─────┴─────┴──────────────────┘
791
792
793                        │255 │ 187 │ 255 │ plum1            │
794                        ├────┼─────┼─────┼──────────────────┤
795                        │238 │ 174 │ 238 │ plum2            │
796                        ├────┼─────┼─────┼──────────────────┤
797                        │205 │ 150 │ 205 │ plum3            │
798                        ├────┼─────┼─────┼──────────────────┤
799                        │139 │ 102 │ 139 │ plum4            │
800                        ├────┼─────┼─────┼──────────────────┤
801                        │224 │ 102 │ 255 │ mediumorchid1    │
802                        ├────┼─────┼─────┼──────────────────┤
803                        │209 │ 95  │ 238 │ mediumorchid2    │
804                        ├────┼─────┼─────┼──────────────────┤
805                        │180 │ 82  │ 205 │ mediumorchid3    │
806                        ├────┼─────┼─────┼──────────────────┤
807                        │122 │ 55  │ 139 │ mediumorchid4    │
808                        ├────┼─────┼─────┼──────────────────┤
809                        │191 │ 62  │ 255 │ darkorchid1      │
810                        ├────┼─────┼─────┼──────────────────┤
811                        │178 │ 58  │ 238 │ darkorchid2      │
812                        ├────┼─────┼─────┼──────────────────┤
813                        │154 │ 50  │ 205 │ darkorchid3      │
814                        ├────┼─────┼─────┼──────────────────┤
815                        │104 │ 34  │ 139 │ darkorchid4      │
816                        ├────┼─────┼─────┼──────────────────┤
817                        │155 │ 48  │ 255 │ purple1          │
818                        ├────┼─────┼─────┼──────────────────┤
819                        │145 │ 44  │ 238 │ purple2          │
820                        ├────┼─────┼─────┼──────────────────┤
821                        │125 │ 38  │ 205 │ purple3          │
822                        ├────┼─────┼─────┼──────────────────┤
823                        │171 │ 130 │ 255 │ mediumpurple1    │
824                        ├────┼─────┼─────┼──────────────────┤
825                        │159 │ 121 │ 238 │ mediumpurple2    │
826                        ├────┼─────┼─────┼──────────────────┤
827                        │137 │ 104 │ 205 │ mediumpurple3    │
828                        ├────┼─────┼─────┼──────────────────┤
829                        │255 │ 225 │ 255 │ thistle1         │
830                        ├────┼─────┼─────┼──────────────────┤
831                        │238 │ 210 │ 238 │ thistle2         │
832                        ├────┼─────┼─────┼──────────────────┤
833                        │205 │ 181 │ 205 │ thistle3         │
834                        ├────┼─────┼─────┼──────────────────┤
835                        │139 │ 123 │ 139 │ thistle4         │
836                        ├────┼─────┼─────┼──────────────────┤
837                        │102 │ 102 │ 102 │ gray40           │
838                        ├────┼─────┼─────┼──────────────────┤
839                        │102 │ 102 │ 102 │ grey40           │
840                        ├────┼─────┼─────┼──────────────────┤
841                        │105 │ 105 │ 105 │ gray41           │
842                        ├────┼─────┼─────┼──────────────────┤
843                        │105 │ 105 │ 105 │ grey41           │
844                        ├────┼─────┼─────┼──────────────────┤
845                        │107 │ 107 │ 107 │ gray42           │
846                        ├────┼─────┼─────┼──────────────────┤
847                        │107 │ 107 │ 107 │ grey42           │
848                        ├────┼─────┼─────┼──────────────────┤
849                        │110 │ 110 │ 110 │ gray43           │
850                        ├────┼─────┼─────┼──────────────────┤
851                        │110 │ 110 │ 110 │ grey43           │
852                        ├────┼─────┼─────┼──────────────────┤
853                        │112 │ 112 │ 112 │ gray44           │
854                        ├────┼─────┼─────┼──────────────────┤
855                        │112 │ 112 │ 112 │ grey44           │
856                        └────┴─────┴─────┴──────────────────┘
857
858
859                        │115 │ 115 │ 115 │ gray45           │
860                        ├────┼─────┼─────┼──────────────────┤
861                        │115 │ 115 │ 115 │ grey45           │
862                        ├────┼─────┼─────┼──────────────────┤
863                        │117 │ 117 │ 117 │ gray46           │
864                        ├────┼─────┼─────┼──────────────────┤
865                        │117 │ 117 │ 117 │ grey46           │
866                        ├────┼─────┼─────┼──────────────────┤
867                        │120 │ 120 │ 120 │ gray47           │
868                        ├────┼─────┼─────┼──────────────────┤
869                        │120 │ 120 │ 120 │ grey47           │
870                        ├────┼─────┼─────┼──────────────────┤
871                        │122 │ 122 │ 122 │ gray48           │
872                        ├────┼─────┼─────┼──────────────────┤
873                        │122 │ 122 │ 122 │ grey48           │
874                        ├────┼─────┼─────┼──────────────────┤
875                        │125 │ 125 │ 125 │ gray49           │
876                        ├────┼─────┼─────┼──────────────────┤
877                        │125 │ 125 │ 125 │ grey49           │
878                        ├────┼─────┼─────┼──────────────────┤
879                        │127 │ 127 │ 127 │ gray50           │
880                        ├────┼─────┼─────┼──────────────────┤
881                        │127 │ 127 │ 127 │ grey50           │
882                        ├────┼─────┼─────┼──────────────────┤
883                        │130 │ 130 │ 130 │ gray51           │
884                        ├────┼─────┼─────┼──────────────────┤
885                        │130 │ 130 │ 130 │ grey51           │
886                        ├────┼─────┼─────┼──────────────────┤
887                        │133 │ 133 │ 133 │ gray52           │
888                        ├────┼─────┼─────┼──────────────────┤
889                        │133 │ 133 │ 133 │ grey52           │
890                        ├────┼─────┼─────┼──────────────────┤
891                        │135 │ 135 │ 135 │ gray53           │
892                        ├────┼─────┼─────┼──────────────────┤
893                        │135 │ 135 │ 135 │ grey53           │
894                        ├────┼─────┼─────┼──────────────────┤
895                        │138 │ 138 │ 138 │ gray54           │
896                        ├────┼─────┼─────┼──────────────────┤
897                        │138 │ 138 │ 138 │ grey54           │
898                        ├────┼─────┼─────┼──────────────────┤
899                        │140 │ 140 │ 140 │ gray55           │
900                        ├────┼─────┼─────┼──────────────────┤
901                        │140 │ 140 │ 140 │ grey55           │
902                        ├────┼─────┼─────┼──────────────────┤
903                        │143 │ 143 │ 143 │ gray56           │
904                        ├────┼─────┼─────┼──────────────────┤
905                        │143 │ 143 │ 143 │ grey56           │
906                        ├────┼─────┼─────┼──────────────────┤
907                        │145 │ 145 │ 145 │ gray57           │
908                        ├────┼─────┼─────┼──────────────────┤
909                        │145 │ 145 │ 145 │ grey57           │
910                        ├────┼─────┼─────┼──────────────────┤
911                        │148 │ 148 │ 148 │ gray58           │
912                        ├────┼─────┼─────┼──────────────────┤
913                        │148 │ 148 │ 148 │ grey58           │
914                        ├────┼─────┼─────┼──────────────────┤
915                        │150 │ 150 │ 150 │ gray59           │
916                        ├────┼─────┼─────┼──────────────────┤
917                        │150 │ 150 │ 150 │ grey59           │
918                        ├────┼─────┼─────┼──────────────────┤
919                        │153 │ 153 │ 153 │ gray60           │
920                        ├────┼─────┼─────┼──────────────────┤
921                        │153 │ 153 │ 153 │ grey60           │
922                        └────┴─────┴─────┴──────────────────┘
923
924
925                        │156 │ 156 │ 156 │ gray61           │
926                        ├────┼─────┼─────┼──────────────────┤
927                        │156 │ 156 │ 156 │ grey61           │
928                        ├────┼─────┼─────┼──────────────────┤
929                        │158 │ 158 │ 158 │ gray62           │
930                        ├────┼─────┼─────┼──────────────────┤
931                        │158 │ 158 │ 158 │ grey62           │
932                        ├────┼─────┼─────┼──────────────────┤
933                        │161 │ 161 │ 161 │ gray63           │
934                        ├────┼─────┼─────┼──────────────────┤
935                        │161 │ 161 │ 161 │ grey63           │
936                        ├────┼─────┼─────┼──────────────────┤
937                        │163 │ 163 │ 163 │ gray64           │
938                        ├────┼─────┼─────┼──────────────────┤
939                        │163 │ 163 │ 163 │ grey64           │
940                        ├────┼─────┼─────┼──────────────────┤
941                        │166 │ 166 │ 166 │ gray65           │
942                        ├────┼─────┼─────┼──────────────────┤
943                        │166 │ 166 │ 166 │ grey65           │
944                        ├────┼─────┼─────┼──────────────────┤
945                        │168 │ 168 │ 168 │ gray66           │
946                        ├────┼─────┼─────┼──────────────────┤
947                        │168 │ 168 │ 168 │ grey66           │
948                        ├────┼─────┼─────┼──────────────────┤
949                        │171 │ 171 │ 171 │ gray67           │
950                        ├────┼─────┼─────┼──────────────────┤
951                        │171 │ 171 │ 171 │ grey67           │
952                        ├────┼─────┼─────┼──────────────────┤
953                        │173 │ 173 │ 173 │ gray68           │
954                        ├────┼─────┼─────┼──────────────────┤
955                        │173 │ 173 │ 173 │ grey68           │
956                        ├────┼─────┼─────┼──────────────────┤
957                        │176 │ 176 │ 176 │ gray69           │
958                        ├────┼─────┼─────┼──────────────────┤
959                        │176 │ 176 │ 176 │ grey69           │
960                        ├────┼─────┼─────┼──────────────────┤
961                        │179 │ 179 │ 179 │ gray70           │
962                        ├────┼─────┼─────┼──────────────────┤
963                        │179 │ 179 │ 179 │ grey70           │
964                        ├────┼─────┼─────┼──────────────────┤
965                        │181 │ 181 │ 181 │ gray71           │
966                        ├────┼─────┼─────┼──────────────────┤
967                        │181 │ 181 │ 181 │ grey71           │
968                        ├────┼─────┼─────┼──────────────────┤
969                        │184 │ 184 │ 184 │ gray72           │
970                        ├────┼─────┼─────┼──────────────────┤
971                        │184 │ 184 │ 184 │ grey72           │
972                        ├────┼─────┼─────┼──────────────────┤
973                        │186 │ 186 │ 186 │ gray73           │
974                        ├────┼─────┼─────┼──────────────────┤
975                        │186 │ 186 │ 186 │ grey73           │
976                        ├────┼─────┼─────┼──────────────────┤
977                        │189 │ 189 │ 189 │ gray74           │
978                        ├────┼─────┼─────┼──────────────────┤
979                        │189 │ 189 │ 189 │ grey74           │
980                        ├────┼─────┼─────┼──────────────────┤
981                        │191 │ 191 │ 191 │ gray75           │
982                        ├────┼─────┼─────┼──────────────────┤
983                        │191 │ 191 │ 191 │ grey75           │
984                        ├────┼─────┼─────┼──────────────────┤
985                        │194 │ 194 │ 194 │ gray76           │
986                        ├────┼─────┼─────┼──────────────────┤
987                        │194 │ 194 │ 194 │ grey76           │
988                        └────┴─────┴─────┴──────────────────┘
989
990
991                        │196 │ 196 │ 196 │ gray77           │
992                        ├────┼─────┼─────┼──────────────────┤
993                        │196 │ 196 │ 196 │ grey77           │
994                        ├────┼─────┼─────┼──────────────────┤
995                        │199 │ 199 │ 199 │ gray78           │
996                        ├────┼─────┼─────┼──────────────────┤
997                        │199 │ 199 │ 199 │ grey78           │
998                        ├────┼─────┼─────┼──────────────────┤
999                        │201 │ 201 │ 201 │ gray79           │
1000                        ├────┼─────┼─────┼──────────────────┤
1001                        │201 │ 201 │ 201 │ grey79           │
1002                        ├────┼─────┼─────┼──────────────────┤
1003                        │204 │ 204 │ 204 │ gray80           │
1004                        ├────┼─────┼─────┼──────────────────┤
1005                        │204 │ 204 │ 204 │ grey80           │
1006                        ├────┼─────┼─────┼──────────────────┤
1007                        │207 │ 207 │ 207 │ gray81           │
1008                        ├────┼─────┼─────┼──────────────────┤
1009                        │207 │ 207 │ 207 │ grey81           │
1010                        ├────┼─────┼─────┼──────────────────┤
1011                        │209 │ 209 │ 209 │ gray82           │
1012                        ├────┼─────┼─────┼──────────────────┤
1013                        │209 │ 209 │ 209 │ grey82           │
1014                        ├────┼─────┼─────┼──────────────────┤
1015                        │212 │ 212 │ 212 │ gray83           │
1016                        ├────┼─────┼─────┼──────────────────┤
1017                        │212 │ 212 │ 212 │ grey83           │
1018                        ├────┼─────┼─────┼──────────────────┤
1019                        │214 │ 214 │ 214 │ gray84           │
1020                        ├────┼─────┼─────┼──────────────────┤
1021                        │214 │ 214 │ 214 │ grey84           │
1022                        ├────┼─────┼─────┼──────────────────┤
1023                        │217 │ 217 │ 217 │ gray85           │
1024                        ├────┼─────┼─────┼──────────────────┤
1025                        │217 │ 217 │ 217 │ grey85           │
1026                        ├────┼─────┼─────┼──────────────────┤
1027                        │219 │ 219 │ 219 │ gray86           │
1028                        ├────┼─────┼─────┼──────────────────┤
1029                        │219 │ 219 │ 219 │ grey86           │
1030                        ├────┼─────┼─────┼──────────────────┤
1031                        │222 │ 222 │ 222 │ gray87           │
1032                        ├────┼─────┼─────┼──────────────────┤
1033                        │222 │ 222 │ 222 │ grey87           │
1034                        ├────┼─────┼─────┼──────────────────┤
1035                        │224 │ 224 │ 224 │ gray88           │
1036                        ├────┼─────┼─────┼──────────────────┤
1037                        │224 │ 224 │ 224 │ grey88           │
1038                        ├────┼─────┼─────┼──────────────────┤
1039                        │227 │ 227 │ 227 │ gray89           │
1040                        ├────┼─────┼─────┼──────────────────┤
1041                        │227 │ 227 │ 227 │ grey89           │
1042                        ├────┼─────┼─────┼──────────────────┤
1043                        │229 │ 229 │ 229 │ gray90           │
1044                        ├────┼─────┼─────┼──────────────────┤
1045                        │229 │ 229 │ 229 │ grey90           │
1046                        ├────┼─────┼─────┼──────────────────┤
1047                        │232 │ 232 │ 232 │ gray91           │
1048                        ├────┼─────┼─────┼──────────────────┤
1049                        │232 │ 232 │ 232 │ grey91           │
1050                        ├────┼─────┼─────┼──────────────────┤
1051                        │235 │ 235 │ 235 │ gray92           │
1052                        ├────┼─────┼─────┼──────────────────┤
1053                        │235 │ 235 │ 235 │ grey92           │
1054                        └────┴─────┴─────┴──────────────────┘
1055
1056
1057                        │237 │ 237 │ 237 │ gray93           │
1058                        ├────┼─────┼─────┼──────────────────┤
1059                        │237 │ 237 │ 237 │ grey93           │
1060                        ├────┼─────┼─────┼──────────────────┤
1061                        │240 │ 240 │ 240 │ gray94           │
1062                        ├────┼─────┼─────┼──────────────────┤
1063                        │240 │ 240 │ 240 │ grey94           │
1064                        ├────┼─────┼─────┼──────────────────┤
1065                        │242 │ 242 │ 242 │ gray95           │
1066                        ├────┼─────┼─────┼──────────────────┤
1067                        │242 │ 242 │ 242 │ grey95           │
1068                        ├────┼─────┼─────┼──────────────────┤
1069                        │245 │ 245 │ 245 │ gray96           │
1070                        ├────┼─────┼─────┼──────────────────┤
1071                        │245 │ 245 │ 245 │ grey96           │
1072                        ├────┼─────┼─────┼──────────────────┤
1073                        │247 │ 247 │ 247 │ gray97           │
1074                        ├────┼─────┼─────┼──────────────────┤
1075                        │247 │ 247 │ 247 │ grey97           │
1076                        ├────┼─────┼─────┼──────────────────┤
1077                        │250 │ 250 │ 250 │ gray98           │
1078                        ├────┼─────┼─────┼──────────────────┤
1079                        │250 │ 250 │ 250 │ grey98           │
1080                        ├────┼─────┼─────┼──────────────────┤
1081                        │252 │ 252 │ 252 │ gray99           │
1082                        ├────┼─────┼─────┼──────────────────┤
1083                        │252 │ 252 │ 252 │ grey99           │
1084                        ├────┼─────┼─────┼──────────────────┤
1085                        │255 │ 255 │ 255 │ gray100          │
1086                        ├────┼─────┼─────┼──────────────────┤
1087                        │255 │ 255 │ 255 │ grey100          │
1088                        └────┴─────┴─────┴──────────────────┘
1089

FURTHER INFORMATION

1091       For more information on the use of color, read Chapter Color  Space  of
1092       the CookBook.
1093

SEE ALSO

1095       gmt.conf  ,  gmtlogo  ,  grdcontour  ,  grdvector , grdview psbasemap ,
1096       pscoast , pscontour, pshistogram , psimage , pslegend , psmask , psrose
1097       , pstext , pswiggle , psxy , psxyz
1098
1100       2019, P. Wessel, W. H. F. Smith, R. Scharroo, J. Luis, and F. Wobbe
1101
1102
1103
1104
11055.4.5                            Feb 24, 2019                     GMTCOLORS(5)
Impressum