Shades of Granny Smith #808885
Tints of Granny Smith #808885
RGB
CMYK
RGB Variations
Color information
#808885 (or 0x808885) is known color: Granny Smith. HEX triplet: 80, 88 and 85. RGB value is (128,136,133). Sum of RGB (Red+Green+Blue) = 128+136+133=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #808885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808885 is #7F777A. Grayscale: #858585. Windows color (decimal): -8353659 or 8751232. OLE color: 8751232.
HSL color Cylindrical-coordinate representation of color #808885: hue angle of 157.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808885 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 133 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.47 |
| HSL | 157.5º | 0.03% | 0.52% | - |
| HSV(B) | 157.5º | 0.06% | 0.53% | - |
| XYZ | 21.94 | 23.89 | 25.65 | - |
| YUV | 133.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 133 | 0.06 | 0 | 0.02 | 0.47 | 157.5 | 0.03 | 0.52 |
| Hex | 80 | 88 | 85 | 6 | 0 | 2 | 2F | 9E | 3 | 34 |
| Octal | 200 | 210 | 205 | 6 | 0 | 2 | 57 | 236 | 3 | 64 |
| Binary | 10000000 | 10001000 | 10000101 | 110 | 0 | 10 | 101111 | 10011110 | 11 | 110100 |
Color Harmonies of #808885
Complementary color
Monochromatic Colors of #808885
Black with #808885
Text Example
Text Example
White with #808885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808885; }
p { color: rgb(128,136,133); }
H1.HeaderClassName
{
color: #808885;
}
.AnyTagClassName
{
color: #808885;
}
</style>
background-color css
<style>
a { background-color: #808885; }
a { background-color: rgb(128,136,133); }
div.DivClassName
{
background-color: #808885;
}
.BgClassName
{
background-color: #808885;
}
</style>
border-color css
<style>
span { border-color: #808885; }
span { border-color: rgb(128,136,133); }
td.TdClassName
{
border-color: #808885;
}
.TagClassName
{
border-color: #808885;
}
</style>