#8C7F66

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

Shades of Granite Green #8C7F66

Tints of Granite Green #8C7F66

Color information

#8C7F66 (or 0x8C7F66) is unknown color: approx Granite Green. HEX triplet: 8C, 7F and 66. RGB value is (140,127,102). Sum of RGB (Red+Green+Blue) = 140+127+102=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F66 is #738099. Grayscale: #808080. Windows color (decimal): -7569562 or 6717324. OLE color: 6717324.

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

Color convert

RGB140127102-
CMYK00.090.270.45
HSL39.47º15.7%47.45%-
HSV(B)39.47º27.14%54.9%-
XYZ20.821.7115.67-
YUV128.04113.31136.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 102 (40.23% from 255) = 27.64%
R=37.94%
G=34.42%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012710200.090.270.4539.4715.747.45
Hex8C7F66091B2D27102f
Octal2141771460113355472057
Binary1000110011111111100110010011101110110110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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