#8C7F60

Color #8C7F60 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #8C7F60

Tints of Granite Green #8C7F60

Color information

#8C7F60 (or 0x8C7F60) is unknown color: approx Granite Green. HEX triplet: 8C, 7F and 60. RGB value is (140,127,96). Sum of RGB (Red+Green+Blue) = 140+127+96=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F60 is #73809F. Grayscale: #7F7F7F. Windows color (decimal): -7569568 or 6324108. OLE color: 6324108.

HSL color Cylindrical-coordinate representation of color #8C7F60: hue angle of 42.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C7F60 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14012796-
CMYK00.090.310.45
HSL42.27º18.64%46.27%-
HSV(B)42.27º31.43%54.9%-
XYZ20.5221.614.15-
YUV127.35110.31137.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=38.57%
G=34.99%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401279600.090.310.4542.2718.6446.27
Hex8C7F60091F2D2a132e
Octal2141771400113755522356
Binary1000110011111111100000010011111110110110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7F60; }

 p { color: rgb(140,127,96); }

 H1.HeaderClassName
 {
   color: #8C7F60;
 }
 .AnyTagClassName
 {
   color: #8C7F60;
 }
</style>
background-color css

<style>
 a { background-color: #8C7F60; }

 a { background-color: rgb(140,127,96); }

 div.DivClassName
 {
   background-color: #8C7F60;
 }
 .BgClassName
 {
   background-color: #8C7F60;
 }
</style>
border-color css

<style>
 span { border-color: #8C7F60; }

 span { border-color: rgb(140,127,96); }

 td.TdClassName
 {
   border-color: #8C7F60;
 }
 .TagClassName
 {
   border-color: #8C7F60;
 }
</style>