Shades of Granite Green #8F7D5F
Tints of Granite Green #8F7D5F
RGB
CMYK
RGB Variations
Color information
#8F7D5F (or 0x8F7D5F) is known color: Granite Green. HEX triplet: 8F, 7D and 5F. RGB value is (143,125,95). Sum of RGB (Red+Green+Blue) = 143+125+95=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D5F is #7082A0. Grayscale: #7F7F7F. Windows color (decimal): -7373473 or 6258063. OLE color: 6258063.
HSL color Cylindrical-coordinate representation of color #8F7D5F: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F7D5F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 125 | 95 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.44 |
| HSL | 37.5º | 0.2% | 0.47% | - |
| HSV(B) | 37.5º | 0.34% | 0.56% | - |
| XYZ | 20.73 | 21.33 | 13.85 | - |
| YUV | 126.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 95 | 0 | 0.13 | 0.34 | 0.44 | 37.5 | 0.2 | 0.47 |
| Hex | 8F | 7D | 5F | 0 | D | 22 | 2C | 26 | 14 | 2F |
| Octal | 217 | 175 | 137 | 0 | 15 | 42 | 54 | 46 | 24 | 57 |
| Binary | 10001111 | 1111101 | 1011111 | 0 | 1101 | 100010 | 101100 | 100110 | 10100 | 101111 |
Color Harmonies of #8F7D5F
Complementary color
Monochromatic Colors of #8F7D5F
Black with #8F7D5F
Text Example
Text Example
White with #8F7D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7D5F; }
p { color: rgb(143,125,95); }
H1.HeaderClassName
{
color: #8F7D5F;
}
.AnyTagClassName
{
color: #8F7D5F;
}
</style>
background-color css
<style>
a { background-color: #8F7D5F; }
a { background-color: rgb(143,125,95); }
div.DivClassName
{
background-color: #8F7D5F;
}
.BgClassName
{
background-color: #8F7D5F;
}
</style>
border-color css
<style>
span { border-color: #8F7D5F; }
span { border-color: rgb(143,125,95); }
td.TdClassName
{
border-color: #8F7D5F;
}
.TagClassName
{
border-color: #8F7D5F;
}
</style>