Shades of Granite Green #887F69
Tints of Granite Green #887F69
RGB
CMYK
RGB Variations
Color information
#887F69 (or 0x887F69) is known color: Granite Green. HEX triplet: 88, 7F and 69. RGB value is (136,127,105). Sum of RGB (Red+Green+Blue) = 136+127+105=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #887F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F69 is #778096. Grayscale: #7F7F7F. Windows color (decimal): -7831703 or 6913928. OLE color: 6913928.
HSL color Cylindrical-coordinate representation of color #887F69: hue angle of 42.58º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #887F69 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 105 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.47 |
| HSL | 42.58º | 0.13% | 0.47% | - |
| HSV(B) | 42.58º | 0.23% | 0.53% | - |
| XYZ | 20.29 | 21.43 | 16.43 | - |
| YUV | 127.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 105 | 0 | 0.07 | 0.23 | 0.47 | 42.58 | 0.13 | 0.47 |
| Hex | 88 | 7F | 69 | 0 | 7 | 17 | 2F | 2B | D | 2F |
| Octal | 210 | 177 | 151 | 0 | 7 | 27 | 57 | 53 | 15 | 57 |
| Binary | 10001000 | 1111111 | 1101001 | 0 | 111 | 10111 | 101111 | 101011 | 1101 | 101111 |
Color Harmonies of #887F69
Complementary color
Monochromatic Colors of #887F69
Black with #887F69
Text Example
Text Example
White with #887F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F69; }
p { color: rgb(136,127,105); }
H1.HeaderClassName
{
color: #887F69;
}
.AnyTagClassName
{
color: #887F69;
}
</style>
background-color css
<style>
a { background-color: #887F69; }
a { background-color: rgb(136,127,105); }
div.DivClassName
{
background-color: #887F69;
}
.BgClassName
{
background-color: #887F69;
}
</style>
border-color css
<style>
span { border-color: #887F69; }
span { border-color: rgb(136,127,105); }
td.TdClassName
{
border-color: #887F69;
}
.TagClassName
{
border-color: #887F69;
}
</style>