Shades of Manatee #87888B
Tints of Manatee #87888B
RGB
CMYK
RGB Variations
Color information
#87888B (or 0x87888B) is known color: Manatee. HEX triplet: 87, 88 and 8B. RGB value is (135,136,139). Sum of RGB (Red+Green+Blue) = 135+136+139=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: blue. Hex color #87888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87888B is #787774. Grayscale: #888888. Windows color (decimal): -7894901 or 9144455. OLE color: 9144455.
HSL color Cylindrical-coordinate representation of color #87888B: hue angle of 225º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #87888B is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 136 | 139 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.45 |
| HSL | 225º | 0.02% | 0.54% | - |
| HSV(B) | 225º | 0.03% | 0.55% | - |
| XYZ | 23.46 | 24.62 | 27.94 | - |
| YUV | 136.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 139 | 0.03 | 0.02 | 0 | 0.45 | 225 | 0.02 | 0.54 |
| Hex | 87 | 88 | 8B | 3 | 2 | 0 | 2D | E1 | 2 | 36 |
| Octal | 207 | 210 | 213 | 3 | 2 | 0 | 55 | 341 | 2 | 66 |
| Binary | 10000111 | 10001000 | 10001011 | 11 | 10 | 0 | 101101 | 11100001 | 10 | 110110 |
Color Harmonies of #87888B
Complementary color
Monochromatic Colors of #87888B
Black with #87888B
Text Example
Text Example
White with #87888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87888B; }
p { color: rgb(135,136,139); }
H1.HeaderClassName
{
color: #87888B;
}
.AnyTagClassName
{
color: #87888B;
}
</style>
background-color css
<style>
a { background-color: #87888B; }
a { background-color: rgb(135,136,139); }
div.DivClassName
{
background-color: #87888B;
}
.BgClassName
{
background-color: #87888B;
}
</style>
border-color css
<style>
span { border-color: #87888B; }
span { border-color: rgb(135,136,139); }
td.TdClassName
{
border-color: #87888B;
}
.TagClassName
{
border-color: #87888B;
}
</style>