Shades of Granny Smith #878C8A
Tints of Granny Smith #878C8A
RGB
CMYK
RGB Variations
Color information
#878C8A (or 0x878C8A) is known color: Granny Smith. HEX triplet: 87, 8C and 8A. RGB value is (135,140,138). Sum of RGB (Red+Green+Blue) = 135+140+138=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 140 - color contains mainly: green. Hex color #878C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C8A is #787375. Grayscale: #8A8A8A. Windows color (decimal): -7893878 or 9079943. OLE color: 9079943.
HSL color Cylindrical-coordinate representation of color #878C8A: hue angle of 156º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878C8A is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 138 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.45 |
| HSL | 156º | 0.02% | 0.54% | - |
| HSV(B) | 156º | 0.04% | 0.55% | - |
| XYZ | 23.96 | 25.74 | 27.75 | - |
| YUV | 138.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 138 | 0.04 | 0 | 0.01 | 0.45 | 156 | 0.02 | 0.54 |
| Hex | 87 | 8C | 8A | 4 | 0 | 1 | 2D | 9C | 2 | 36 |
| Octal | 207 | 214 | 212 | 4 | 0 | 1 | 55 | 234 | 2 | 66 |
| Binary | 10000111 | 10001100 | 10001010 | 100 | 0 | 1 | 101101 | 10011100 | 10 | 110110 |
Color Harmonies of #878C8A
Complementary color
Monochromatic Colors of #878C8A
Black with #878C8A
Text Example
Text Example
White with #878C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C8A; }
p { color: rgb(135,140,138); }
H1.HeaderClassName
{
color: #878C8A;
}
.AnyTagClassName
{
color: #878C8A;
}
</style>
background-color css
<style>
a { background-color: #878C8A; }
a { background-color: rgb(135,140,138); }
div.DivClassName
{
background-color: #878C8A;
}
.BgClassName
{
background-color: #878C8A;
}
</style>
border-color css
<style>
span { border-color: #878C8A; }
span { border-color: rgb(135,140,138); }
td.TdClassName
{
border-color: #878C8A;
}
.TagClassName
{
border-color: #878C8A;
}
</style>