Shades of Granny Smith #858887
Tints of Granny Smith #858887
RGB
CMYK
RGB Variations
Color information
#858887 (or 0x858887) is known color: Granny Smith. HEX triplet: 85, 88 and 87. RGB value is (133,136,135). Sum of RGB (Red+Green+Blue) = 133+136+135=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 136 - color contains mainly: green. Hex color #858887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858887 is #7A7778. Grayscale: #868686. Windows color (decimal): -8025977 or 8882309. OLE color: 8882309.
HSL color Cylindrical-coordinate representation of color #858887: hue angle of 160º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858887 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 135 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.47 |
| HSL | 160º | 0.01% | 0.53% | - |
| HSV(B) | 160º | 0.02% | 0.53% | - |
| XYZ | 22.85 | 24.34 | 26.42 | - |
| YUV | 134.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 135 | 0.02 | 0 | 0.01 | 0.47 | 160 | 0.01 | 0.53 |
| Hex | 85 | 88 | 87 | 2 | 0 | 1 | 2F | A0 | 1 | 35 |
| Octal | 205 | 210 | 207 | 2 | 0 | 1 | 57 | 240 | 1 | 65 |
| Binary | 10000101 | 10001000 | 10000111 | 10 | 0 | 1 | 101111 | 10100000 | 1 | 110101 |
Color Harmonies of #858887
Complementary color
Monochromatic Colors of #858887
Black with #858887
Text Example
Text Example
White with #858887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858887; }
p { color: rgb(133,136,135); }
H1.HeaderClassName
{
color: #858887;
}
.AnyTagClassName
{
color: #858887;
}
</style>
background-color css
<style>
a { background-color: #858887; }
a { background-color: rgb(133,136,135); }
div.DivClassName
{
background-color: #858887;
}
.BgClassName
{
background-color: #858887;
}
</style>
border-color css
<style>
span { border-color: #858887; }
span { border-color: rgb(133,136,135); }
td.TdClassName
{
border-color: #858887;
}
.TagClassName
{
border-color: #858887;
}
</style>