Shades of Granny Smith #878A89
Tints of Granny Smith #878A89
RGB
CMYK
RGB Variations
Color information
#878A89 (or 0x878A89) is known color: Granny Smith. HEX triplet: 87, 8A and 89. RGB value is (135,138,137). Sum of RGB (Red+Green+Blue) = 135+138+137=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 138 - color contains mainly: green. Hex color #878A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A89 is #787576. Grayscale: #888888. Windows color (decimal): -7894391 or 9013895. OLE color: 9013895.
HSL color Cylindrical-coordinate representation of color #878A89: hue angle of 160º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #878A89 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
RGB | 135 | 138 | 137 | - |
CMYK | 0.02 | 0 | 0.01 | 0.46 |
HSL | 160º | 0.01% | 0.54% | - |
HSV(B) | 160º | 0.02% | 0.54% | - |
XYZ | 23.6 | 25.13 | 27.27 | - |
YUV | 136.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 138 | 137 | 0.02 | 0 | 0.01 | 0.46 | 160 | 0.01 | 0.54 |
Hex | 87 | 8A | 89 | 2 | 0 | 1 | 2E | A0 | 1 | 36 |
Octal | 207 | 212 | 211 | 2 | 0 | 1 | 56 | 240 | 1 | 66 |
Binary | 10000111 | 10001010 | 10001001 | 10 | 0 | 1 | 101110 | 10100000 | 1 | 110110 |
Color Harmonies of #878A89
Complementary color
Monochromatic Colors of #878A89
Black with #878A89
Text Example
Text Example
White with #878A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878A89; }
p { color: rgb(135,138,137); }
H1.HeaderClassName
{
color: #878A89;
}
.AnyTagClassName
{
color: #878A89;
}
</style>
background-color css
<style>
a { background-color: #878A89; }
a { background-color: rgb(135,138,137); }
div.DivClassName
{
background-color: #878A89;
}
.BgClassName
{
background-color: #878A89;
}
</style>
border-color css
<style>
span { border-color: #878A89; }
span { border-color: rgb(135,138,137); }
td.TdClassName
{
border-color: #878A89;
}
.TagClassName
{
border-color: #878A89;
}
</style>