Shades of Granite Green #8C7D62
Tints of Granite Green #8C7D62
RGB
CMYK
RGB Variations
Color information
#8C7D62 (or 0x8C7D62) is known color: Granite Green. HEX triplet: 8C, 7D and 62. RGB value is (140,125,98). Sum of RGB (Red+Green+Blue) = 140+125+98=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7D62 is #73829D. Grayscale: #7E7E7E. Windows color (decimal): -7570078 or 6454668. OLE color: 6454668.
HSL color Cylindrical-coordinate representation of color #8C7D62: hue angle of 38.57º 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 #8C7D62 is Cyan = 0, Magento = 0.11, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 98 | - |
| CMYK | 0 | 0.11 | 0.3 | 0.45 |
| HSL | 38.57º | 0.18% | 0.47% | - |
| HSV(B) | 38.57º | 0.3% | 0.55% | - |
| XYZ | 20.35 | 21.12 | 14.56 | - |
| YUV | 126.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 98 | 0 | 0.11 | 0.3 | 0.45 | 38.57 | 0.18 | 0.47 |
| Hex | 8C | 7D | 62 | 0 | B | 1E | 2D | 27 | 12 | 2F |
| Octal | 214 | 175 | 142 | 0 | 13 | 36 | 55 | 47 | 22 | 57 |
| Binary | 10001100 | 1111101 | 1100010 | 0 | 1011 | 11110 | 101101 | 100111 | 10010 | 101111 |
Color Harmonies of #8C7D62
Complementary color
Monochromatic Colors of #8C7D62
Black with #8C7D62
Text Example
Text Example
White with #8C7D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D62; }
p { color: rgb(140,125,98); }
H1.HeaderClassName
{
color: #8C7D62;
}
.AnyTagClassName
{
color: #8C7D62;
}
</style>
background-color css
<style>
a { background-color: #8C7D62; }
a { background-color: rgb(140,125,98); }
div.DivClassName
{
background-color: #8C7D62;
}
.BgClassName
{
background-color: #8C7D62;
}
</style>
border-color css
<style>
span { border-color: #8C7D62; }
span { border-color: rgb(140,125,98); }
td.TdClassName
{
border-color: #8C7D62;
}
.TagClassName
{
border-color: #8C7D62;
}
</style>