Shades of Granite Green #8B7F64
Tints of Granite Green #8B7F64
RGB
CMYK
RGB Variations
Color information
#8B7F64 (or 0x8B7F64) is known color: Granite Green. HEX triplet: 8B, 7F and 64. RGB value is (139,127,100). Sum of RGB (Red+Green+Blue) = 139+127+100=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7F64 is #74809B. Grayscale: #7F7F7F. Windows color (decimal): -7635100 or 6586251. OLE color: 6586251.
HSL color Cylindrical-coordinate representation of color #8B7F64: hue angle of 41.54º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B7F64 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 127 | 100 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.45 |
| HSL | 41.54º | 0.16% | 0.47% | - |
| HSV(B) | 41.54º | 0.28% | 0.55% | - |
| XYZ | 20.54 | 21.59 | 15.14 | - |
| YUV | 127.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 100 | 0 | 0.09 | 0.28 | 0.45 | 41.54 | 0.16 | 0.47 |
| Hex | 8B | 7F | 64 | 0 | 9 | 1C | 2D | 2A | 10 | 2F |
| Octal | 213 | 177 | 144 | 0 | 11 | 34 | 55 | 52 | 20 | 57 |
| Binary | 10001011 | 1111111 | 1100100 | 0 | 1001 | 11100 | 101101 | 101010 | 10000 | 101111 |
Color Harmonies of #8B7F64
Complementary color
Monochromatic Colors of #8B7F64
Black with #8B7F64
Text Example
Text Example
White with #8B7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7F64; }
p { color: rgb(139,127,100); }
H1.HeaderClassName
{
color: #8B7F64;
}
.AnyTagClassName
{
color: #8B7F64;
}
</style>
background-color css
<style>
a { background-color: #8B7F64; }
a { background-color: rgb(139,127,100); }
div.DivClassName
{
background-color: #8B7F64;
}
.BgClassName
{
background-color: #8B7F64;
}
</style>
border-color css
<style>
span { border-color: #8B7F64; }
span { border-color: rgb(139,127,100); }
td.TdClassName
{
border-color: #8B7F64;
}
.TagClassName
{
border-color: #8B7F64;
}
</style>