Shades of Granite Green #8B7F62
Tints of Granite Green #8B7F62
RGB
CMYK
RGB Variations
Color information
#8B7F62 (or 0x8B7F62) is known color: Granite Green. HEX triplet: 8B, 7F and 62. RGB value is (139,127,98). Sum of RGB (Red+Green+Blue) = 139+127+98=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F62 is #74809D. Grayscale: #7F7F7F. Windows color (decimal): -7635102 or 6455179. OLE color: 6455179.
HSL color Cylindrical-coordinate representation of color #8B7F62: hue angle of 42.44º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B7F62 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 127 | 98 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.45 |
| HSL | 42.44º | 0.17% | 0.46% | - |
| HSV(B) | 42.44º | 0.29% | 0.55% | - |
| XYZ | 20.44 | 21.55 | 14.64 | - |
| YUV | 127.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 98 | 0 | 0.09 | 0.29 | 0.45 | 42.44 | 0.17 | 0.46 |
| Hex | 8B | 7F | 62 | 0 | 9 | 1D | 2D | 2A | 11 | 2E |
| Octal | 213 | 177 | 142 | 0 | 11 | 35 | 55 | 52 | 21 | 56 |
| Binary | 10001011 | 1111111 | 1100010 | 0 | 1001 | 11101 | 101101 | 101010 | 10001 | 101110 |
Color Harmonies of #8B7F62
Complementary color
Monochromatic Colors of #8B7F62
Black with #8B7F62
Text Example
Text Example
White with #8B7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7F62; }
p { color: rgb(139,127,98); }
H1.HeaderClassName
{
color: #8B7F62;
}
.AnyTagClassName
{
color: #8B7F62;
}
</style>
background-color css
<style>
a { background-color: #8B7F62; }
a { background-color: rgb(139,127,98); }
div.DivClassName
{
background-color: #8B7F62;
}
.BgClassName
{
background-color: #8B7F62;
}
</style>
border-color css
<style>
span { border-color: #8B7F62; }
span { border-color: rgb(139,127,98); }
td.TdClassName
{
border-color: #8B7F62;
}
.TagClassName
{
border-color: #8B7F62;
}
</style>