Shades of Manatee #888992
Tints of Manatee #888992
RGB
CMYK
RGB Variations
Color information
#888992 (or 0x888992) is known color: Manatee. HEX triplet: 88, 89 and 92. RGB value is (136,137,146). Sum of RGB (Red+Green+Blue) = 136+137+146=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: blue. Hex color #888992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888992 is #77766D. Grayscale: #898989. Windows color (decimal): -7829102 or 9603464. OLE color: 9603464.
HSL color Cylindrical-coordinate representation of color #888992: hue angle of 234º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888992 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 137 | 146 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.43 |
| HSL | 234º | 0.04% | 0.55% | - |
| HSV(B) | 234º | 0.07% | 0.57% | - |
| XYZ | 24.29 | 25.2 | 30.78 | - |
| YUV | 137.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 146 | 0.07 | 0.06 | 0 | 0.43 | 234 | 0.04 | 0.55 |
| Hex | 88 | 89 | 92 | 7 | 6 | 0 | 2B | EA | 4 | 37 |
| Octal | 210 | 211 | 222 | 7 | 6 | 0 | 53 | 352 | 4 | 67 |
| Binary | 10001000 | 10001001 | 10010010 | 111 | 110 | 0 | 101011 | 11101010 | 100 | 110111 |
Color Harmonies of #888992
Complementary color
Monochromatic Colors of #888992
Black with #888992
Text Example
Text Example
White with #888992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888992; }
p { color: rgb(136,137,146); }
H1.HeaderClassName
{
color: #888992;
}
.AnyTagClassName
{
color: #888992;
}
</style>
background-color css
<style>
a { background-color: #888992; }
a { background-color: rgb(136,137,146); }
div.DivClassName
{
background-color: #888992;
}
.BgClassName
{
background-color: #888992;
}
</style>
border-color css
<style>
span { border-color: #888992; }
span { border-color: rgb(136,137,146); }
td.TdClassName
{
border-color: #888992;
}
.TagClassName
{
border-color: #888992;
}
</style>