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
Bach to the Search
Created by Mouse
Color
HEX
Dec
Name
R
G
B
R,G,B
black00
00
00
0,0,0
chocolateD2
69
1E
210,105,30
darkgrayA9
A9
A9
169,169,169
darkslategray2F
4F
4F
47,79,79
gainsboroDC
DC
DC
220,220,220
gray7F
7F
7F
127,127,127
lightgreyD3
D3
D3
211,211,211
lightslategray77
88
99
119,136,153
slategray70
80
90
112,128,144
Last Modified: 1996.08.28 (Wednesday) 19:56:45 EDT