Shades of Manatee #84868E
Tints of Manatee #84868E
RGB
CMYK
RGB Variations
Color information
#84868E (or 0x84868E) is known color: Manatee. HEX triplet: 84, 86 and 8E. RGB value is (132,134,142). Sum of RGB (Red+Green+Blue) = 132+134+142=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 142 - color contains mainly: blue. Hex color #84868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84868E is #7B7971. Grayscale: #868686. Windows color (decimal): -8092018 or 9340548. OLE color: 9340548.
HSL color Cylindrical-coordinate representation of color #84868E: hue angle of 228º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84868E is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 134 | 142 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.44 |
| HSL | 228º | 0.04% | 0.54% | - |
| HSV(B) | 228º | 0.07% | 0.56% | - |
| XYZ | 22.92 | 23.91 | 29 | - |
| YUV | 134.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 142 | 0.07 | 0.06 | 0 | 0.44 | 228 | 0.04 | 0.54 |
| Hex | 84 | 86 | 8E | 7 | 6 | 0 | 2C | E4 | 4 | 36 |
| Octal | 204 | 206 | 216 | 7 | 6 | 0 | 54 | 344 | 4 | 66 |
| Binary | 10000100 | 10000110 | 10001110 | 111 | 110 | 0 | 101100 | 11100100 | 100 | 110110 |
Color Harmonies of #84868E
Complementary color
Monochromatic Colors of #84868E
Black with #84868E
Text Example
Text Example
White with #84868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84868E; }
p { color: rgb(132,134,142); }
H1.HeaderClassName
{
color: #84868E;
}
.AnyTagClassName
{
color: #84868E;
}
</style>
background-color css
<style>
a { background-color: #84868E; }
a { background-color: rgb(132,134,142); }
div.DivClassName
{
background-color: #84868E;
}
.BgClassName
{
background-color: #84868E;
}
</style>
border-color css
<style>
span { border-color: #84868E; }
span { border-color: rgb(132,134,142); }
td.TdClassName
{
border-color: #84868E;
}
.TagClassName
{
border-color: #84868E;
}
</style>