Shades of Manatee #848696
Tints of Manatee #848696
RGB
CMYK
RGB Variations
Color information
#848696 (or 0x848696) is known color: Manatee. HEX triplet: 84, 86 and 96. RGB value is (132,134,150). Sum of RGB (Red+Green+Blue) = 132+134+150=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #848696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848696 is #7B7969. Grayscale: #878787. Windows color (decimal): -8092010 or 9864836. OLE color: 9864836.
HSL color Cylindrical-coordinate representation of color #848696: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848696 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 134 | 150 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.41 |
| HSL | 233.33º | 0.08% | 0.55% | - |
| HSV(B) | 233.33º | 0.12% | 0.59% | - |
| XYZ | 23.55 | 24.16 | 32.28 | - |
| YUV | 135.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 150 | 0.12 | 0.11 | 0 | 0.41 | 233.33 | 0.08 | 0.55 |
| Hex | 84 | 86 | 96 | C | B | 0 | 29 | E9 | 8 | 37 |
| Octal | 204 | 206 | 226 | 14 | 13 | 0 | 51 | 351 | 10 | 67 |
| Binary | 10000100 | 10000110 | 10010110 | 1100 | 1011 | 0 | 101001 | 11101001 | 1000 | 110111 |
Color Harmonies of #848696
Complementary color
Monochromatic Colors of #848696
Black with #848696
Text Example
Text Example
White with #848696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848696; }
p { color: rgb(132,134,150); }
H1.HeaderClassName
{
color: #848696;
}
.AnyTagClassName
{
color: #848696;
}
</style>
background-color css
<style>
a { background-color: #848696; }
a { background-color: rgb(132,134,150); }
div.DivClassName
{
background-color: #848696;
}
.BgClassName
{
background-color: #848696;
}
</style>
border-color css
<style>
span { border-color: #848696; }
span { border-color: rgb(132,134,150); }
td.TdClassName
{
border-color: #848696;
}
.TagClassName
{
border-color: #848696;
}
</style>