Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#a9a9a9 darkgray

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


e9e9e9

e5e5e5

e0e0e0

dcdcdc

d8d8d8

d4d4d4

cfcfcf

cbcbcb

c7c7c7

c2c2c2

bebebe

bababa

b5b5b5

b1b1b1

adadad

a0a0a0

989898

8f8f8f

878787

7e7e7e

767676

6d6d6d

656565

5c5c5c

545454

4c4c4c

434343

3b3b3b

323232

2a2a2a


Similar colors

dimgray
696969
gray
808080
darkgray
a9a9a9
silver
c0c0c0
lightgray
d3d3d3
gainsboro
dcdcdc

f5f5f5
white
ffffff
snow
fffafa


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.darkgray{
	color : #a9a9a9;
}
				

Or

.darkgray {
color : darkgray;
}
				


CSS usage example

<span class="darkgray">
This color is darkgray.
</span>
				


Write directly in style on HTML

	<span style="color:darkgray">
	This color isdarkgray.
	</span>
				


Applying CSS
This color isdarkgray.



RGB (three primary color) values

R : 169
G : 169
B : 169



Back to top

Color Floresta.