Shades of Manatee #88888F
Tints of Manatee #88888F
RGB
CMYK
RGB Variations
Color information
#88888F (or 0x88888F) is known color: Manatee. HEX triplet: 88, 88 and 8F. RGB value is (136,136,143). Sum of RGB (Red+Green+Blue) = 136+136+143=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 143 - color contains mainly: blue. Hex color #88888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88888F is #777770. Grayscale: #888888. Windows color (decimal): -7829361 or 9406600. OLE color: 9406600.
HSL color Cylindrical-coordinate representation of color #88888F: hue angle of 240º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #88888F is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 136 | 143 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.44 |
| HSL | 240º | 0.03% | 0.55% | - |
| HSV(B) | 240º | 0.05% | 0.56% | - |
| XYZ | 23.92 | 24.83 | 29.52 | - |
| YUV | 136.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 143 | 0.05 | 0.05 | 0 | 0.44 | 240 | 0.03 | 0.55 |
| Hex | 88 | 88 | 8F | 5 | 5 | 0 | 2C | F0 | 3 | 37 |
| Octal | 210 | 210 | 217 | 5 | 5 | 0 | 54 | 360 | 3 | 67 |
| Binary | 10001000 | 10001000 | 10001111 | 101 | 101 | 0 | 101100 | 11110000 | 11 | 110111 |
Color Harmonies of #88888F
Complementary color
Monochromatic Colors of #88888F
Black with #88888F
Text Example
Text Example
White with #88888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88888F; }
p { color: rgb(136,136,143); }
H1.HeaderClassName
{
color: #88888F;
}
.AnyTagClassName
{
color: #88888F;
}
</style>
background-color css
<style>
a { background-color: #88888F; }
a { background-color: rgb(136,136,143); }
div.DivClassName
{
background-color: #88888F;
}
.BgClassName
{
background-color: #88888F;
}
</style>
border-color css
<style>
span { border-color: #88888F; }
span { border-color: rgb(136,136,143); }
td.TdClassName
{
border-color: #88888F;
}
.TagClassName
{
border-color: #88888F;
}
</style>