Shades of Manatee #87888D
Tints of Manatee #87888D
RGB
CMYK
RGB Variations
Color information
#87888D (or 0x87888D) is known color: Manatee. HEX triplet: 87, 88 and 8D. RGB value is (135,136,141). Sum of RGB (Red+Green+Blue) = 135+136+141=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 141 - color contains mainly: blue. Hex color #87888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87888D is #787772. Grayscale: #888888. Windows color (decimal): -7894899 or 9275527. OLE color: 9275527.
HSL color Cylindrical-coordinate representation of color #87888D: hue angle of 230º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #87888D is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 135 | 136 | 141 | - |
CMYK | 0.04 | 0.04 | 0 | 0.45 |
HSL | 230º | 0.03% | 0.54% | - |
HSV(B) | 230º | 0.04% | 0.55% | - |
XYZ | 23.6 | 24.68 | 28.72 | - |
YUV | 136.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 136 | 141 | 0.04 | 0.04 | 0 | 0.45 | 230 | 0.03 | 0.54 |
Hex | 87 | 88 | 8D | 4 | 4 | 0 | 2D | E6 | 3 | 36 |
Octal | 207 | 210 | 215 | 4 | 4 | 0 | 55 | 346 | 3 | 66 |
Binary | 10000111 | 10001000 | 10001101 | 100 | 100 | 0 | 101101 | 11100110 | 11 | 110110 |
Color Harmonies of #87888D
Complementary color
Monochromatic Colors of #87888D
Black with #87888D
Text Example
Text Example
White with #87888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87888D; }
p { color: rgb(135,136,141); }
H1.HeaderClassName
{
color: #87888D;
}
.AnyTagClassName
{
color: #87888D;
}
</style>
background-color css
<style>
a { background-color: #87888D; }
a { background-color: rgb(135,136,141); }
div.DivClassName
{
background-color: #87888D;
}
.BgClassName
{
background-color: #87888D;
}
</style>
border-color css
<style>
span { border-color: #87888D; }
span { border-color: rgb(135,136,141); }
td.TdClassName
{
border-color: #87888D;
}
.TagClassName
{
border-color: #87888D;
}
</style>