Shades of Manatee #878996
Tints of Manatee #878996
RGB
CMYK
RGB Variations
Color information
#878996 (or 0x878996) is known color: Manatee. HEX triplet: 87, 89 and 96. RGB value is (135,137,150). Sum of RGB (Red+Green+Blue) = 135+137+150=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 150 - color contains mainly: blue. Hex color #878996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878996 is #787669. Grayscale: #898989. Windows color (decimal): -7894634 or 9865607. OLE color: 9865607.
HSL color Cylindrical-coordinate representation of color #878996: hue angle of 232º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #878996 is Cyan = 0.1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 137 | 150 | - |
| CMYK | 0.1 | 0.09 | 0 | 0.41 |
| HSL | 232º | 0.07% | 0.56% | - |
| HSV(B) | 232º | 0.1% | 0.59% | - |
| XYZ | 24.44 | 25.24 | 32.44 | - |
| YUV | 137.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 137 | 150 | 0.1 | 0.09 | 0 | 0.41 | 232 | 0.07 | 0.56 |
| Hex | 87 | 89 | 96 | A | 9 | 0 | 29 | E8 | 7 | 38 |
| Octal | 207 | 211 | 226 | 12 | 11 | 0 | 51 | 350 | 7 | 70 |
| Binary | 10000111 | 10001001 | 10010110 | 1010 | 1001 | 0 | 101001 | 11101000 | 111 | 111000 |
Color Harmonies of #878996
Complementary color
Monochromatic Colors of #878996
Black with #878996
Text Example
Text Example
White with #878996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878996; }
p { color: rgb(135,137,150); }
H1.HeaderClassName
{
color: #878996;
}
.AnyTagClassName
{
color: #878996;
}
</style>
background-color css
<style>
a { background-color: #878996; }
a { background-color: rgb(135,137,150); }
div.DivClassName
{
background-color: #878996;
}
.BgClassName
{
background-color: #878996;
}
</style>
border-color css
<style>
span { border-color: #878996; }
span { border-color: rgb(135,137,150); }
td.TdClassName
{
border-color: #878996;
}
.TagClassName
{
border-color: #878996;
}
</style>