Shades of Granite Green #8A7F63
Tints of Granite Green #8A7F63
RGB
CMYK
RGB Variations
Color information
#8A7F63 (or 0x8A7F63) is known color: Granite Green. HEX triplet: 8A, 7F and 63. RGB value is (138,127,99). Sum of RGB (Red+Green+Blue) = 138+127+99=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F63 is #75809C. Grayscale: #7F7F7F. Windows color (decimal): -7700637 or 6520714. OLE color: 6520714.
HSL color Cylindrical-coordinate representation of color #8A7F63: hue angle of 43.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A7F63 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 99 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.46 |
| HSL | 43.08º | 0.16% | 0.46% | - |
| HSV(B) | 43.08º | 0.28% | 0.54% | - |
| XYZ | 20.32 | 21.48 | 14.88 | - |
| YUV | 127.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 99 | 0 | 0.08 | 0.28 | 0.46 | 43.08 | 0.16 | 0.46 |
| Hex | 8A | 7F | 63 | 0 | 8 | 1C | 2E | 2B | 10 | 2E |
| Octal | 212 | 177 | 143 | 0 | 10 | 34 | 56 | 53 | 20 | 56 |
| Binary | 10001010 | 1111111 | 1100011 | 0 | 1000 | 11100 | 101110 | 101011 | 10000 | 101110 |
Color Harmonies of #8A7F63
Complementary color
Monochromatic Colors of #8A7F63
Black with #8A7F63
Text Example
Text Example
White with #8A7F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F63; }
p { color: rgb(138,127,99); }
H1.HeaderClassName
{
color: #8A7F63;
}
.AnyTagClassName
{
color: #8A7F63;
}
</style>
background-color css
<style>
a { background-color: #8A7F63; }
a { background-color: rgb(138,127,99); }
div.DivClassName
{
background-color: #8A7F63;
}
.BgClassName
{
background-color: #8A7F63;
}
</style>
border-color css
<style>
span { border-color: #8A7F63; }
span { border-color: rgb(138,127,99); }
td.TdClassName
{
border-color: #8A7F63;
}
.TagClassName
{
border-color: #8A7F63;
}
</style>