Shades of Granite Green #8C7D63
Tints of Granite Green #8C7D63
RGB
CMYK
RGB Variations
Color information
#8C7D63 (or 0x8C7D63) is known color: Granite Green. HEX triplet: 8C, 7D and 63. RGB value is (140,125,99). Sum of RGB (Red+Green+Blue) = 140+125+99=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7D63 is #73829C. Grayscale: #7E7E7E. Windows color (decimal): -7570077 or 6520204. OLE color: 6520204.
HSL color Cylindrical-coordinate representation of color #8C7D63: hue angle of 38.05º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7D63 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 125 | 99 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.45 |
| HSL | 38.05º | 0.17% | 0.47% | - |
| HSV(B) | 38.05º | 0.29% | 0.55% | - |
| XYZ | 20.4 | 21.14 | 14.81 | - |
| YUV | 126.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 99 | 0 | 0.11 | 0.29 | 0.45 | 38.05 | 0.17 | 0.47 |
| Hex | 8C | 7D | 63 | 0 | B | 1D | 2D | 26 | 11 | 2F |
| Octal | 214 | 175 | 143 | 0 | 13 | 35 | 55 | 46 | 21 | 57 |
| Binary | 10001100 | 1111101 | 1100011 | 0 | 1011 | 11101 | 101101 | 100110 | 10001 | 101111 |
Color Harmonies of #8C7D63
Complementary color
Monochromatic Colors of #8C7D63
Black with #8C7D63
Text Example
Text Example
White with #8C7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D63; }
p { color: rgb(140,125,99); }
H1.HeaderClassName
{
color: #8C7D63;
}
.AnyTagClassName
{
color: #8C7D63;
}
</style>
background-color css
<style>
a { background-color: #8C7D63; }
a { background-color: rgb(140,125,99); }
div.DivClassName
{
background-color: #8C7D63;
}
.BgClassName
{
background-color: #8C7D63;
}
</style>
border-color css
<style>
span { border-color: #8C7D63; }
span { border-color: rgb(140,125,99); }
td.TdClassName
{
border-color: #8C7D63;
}
.TagClassName
{
border-color: #8C7D63;
}
</style>