Shades of Manatee #878C96
Tints of Manatee #878C96
RGB
CMYK
RGB Variations
Color information
#878C96 (or 0x878C96) is known color: Manatee. HEX triplet: 87, 8C and 96. RGB value is (135,140,150). Sum of RGB (Red+Green+Blue) = 135+140+150=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 150 - color contains mainly: blue. Hex color #878C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C96 is #787369. Grayscale: #8B8B8B. Windows color (decimal): -7893866 or 9866375. OLE color: 9866375.
HSL color Cylindrical-coordinate representation of color #878C96: hue angle of 220º 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 #878C96 is Cyan = 0.1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 140 | 150 | - |
| CMYK | 0.1 | 0.07 | 0 | 0.41 |
| HSL | 220º | 0.07% | 0.56% | - |
| HSV(B) | 220º | 0.1% | 0.59% | - |
| XYZ | 24.87 | 26.11 | 32.58 | - |
| YUV | 139.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 150 | 0.1 | 0.07 | 0 | 0.41 | 220 | 0.07 | 0.56 |
| Hex | 87 | 8C | 96 | A | 7 | 0 | 29 | DC | 7 | 38 |
| Octal | 207 | 214 | 226 | 12 | 7 | 0 | 51 | 334 | 7 | 70 |
| Binary | 10000111 | 10001100 | 10010110 | 1010 | 111 | 0 | 101001 | 11011100 | 111 | 111000 |
Color Harmonies of #878C96
Complementary color
Monochromatic Colors of #878C96
Black with #878C96
Text Example
Text Example
White with #878C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C96; }
p { color: rgb(135,140,150); }
H1.HeaderClassName
{
color: #878C96;
}
.AnyTagClassName
{
color: #878C96;
}
</style>
background-color css
<style>
a { background-color: #878C96; }
a { background-color: rgb(135,140,150); }
div.DivClassName
{
background-color: #878C96;
}
.BgClassName
{
background-color: #878C96;
}
</style>
border-color css
<style>
span { border-color: #878C96; }
span { border-color: rgb(135,140,150); }
td.TdClassName
{
border-color: #878C96;
}
.TagClassName
{
border-color: #878C96;
}
</style>