Grey Color Names

The string literals in this table can be used to specify colors in the body tag with such settings as text (text color), link (hyperlink color), alink (active hyperlink color), vlink (visited hyperlink color), bgcolor (background color), fgcolor (foreground color), font color (change text color within the body).

For example; <body bgcolor="bisque">, or to set the color attribute of the font tag, for example, <font color="maroon">color</font>.

I am not sure if all browsers recognize this set of literals, so I suggest to convert these literals back to their hex code after you have chosen your color combinations.

Back to the Search


Color HEX Dec
Name R G B R,G,B
black 00 00 00 0,0,0
chocolate D2 69 1E 210,105,30
darkgray A9 A9 A9 169,169,169
darkslategray 2F 4F 4F 47,79,79
gainsboro DC DC DC 220,220,220
gray 7F 7F 7F 127,127,127
lightgrey D3 D3 D3 211,211,211
lightslategray 77 88 99 119,136,153
slategray 70 80 90 112,128,144


Bach to the Search

Created by Mouse
Last Modified: 1996.08.28 (Wednesday) 19:56:45 EDT