#8C7F62

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

Shades of Granite Green #8C7F62

Tints of Granite Green #8C7F62

Color information

#8C7F62 (or 0x8C7F62) is unknown color: approx Granite Green. HEX triplet: 8C, 7F and 62. RGB value is (140,127,98). Sum of RGB (Red+Green+Blue) = 140+127+98=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7F62 is #73809D. Grayscale: #7F7F7F. Windows color (decimal): -7569566 or 6455180. OLE color: 6455180.

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

Color convert

RGB14012798-
CMYK00.090.30.45
HSL41.43º17.65%46.67%-
HSV(B)41.43º30%54.9%-
XYZ20.6121.6414.65-
YUV127.58111.31136.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=38.36%
G=34.79%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401279800.090.30.4541.4317.6546.67
Hex8C7F62091E2D29122f
Octal2141771420113655512257
Binary1000110011111111100010010011111010110110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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