Shades of Stack #848E84
Tints of Stack #848E84
RGB
CMYK
RGB Variations
Color information
#848E84 (or 0x848E84) is known color: Stack. HEX triplet: 84, 8E and 84. RGB value is (132,142,132). Sum of RGB (Red+Green+Blue) = 132+142+132=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 142 - color contains mainly: green. Hex color #848E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E84 is #7B717B. Grayscale: #898989. Windows color (decimal): -8089980 or 8687236. OLE color: 8687236.
HSL color Cylindrical-coordinate representation of color #848E84: hue angle of 120º 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 #848E84 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
RGB | 132 | 142 | 132 | - |
CMYK | 0.07 | 0 | 0.07 | 0.44 |
HSL | 120º | 0.04% | 0.54% | - |
HSV(B) | 120º | 0.07% | 0.56% | - |
XYZ | 23.35 | 25.92 | 25.6 | - |
YUV | 137.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 142 | 132 | 0.07 | 0 | 0.07 | 0.44 | 120 | 0.04 | 0.54 |
Hex | 84 | 8E | 84 | 7 | 0 | 7 | 2C | 78 | 4 | 36 |
Octal | 204 | 216 | 204 | 7 | 0 | 7 | 54 | 170 | 4 | 66 |
Binary | 10000100 | 10001110 | 10000100 | 111 | 0 | 111 | 101100 | 1111000 | 100 | 110110 |
Color Harmonies of #848E84
Complementary color
Monochromatic Colors of #848E84
Black with #848E84
Text Example
Text Example
White with #848E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848E84; }
p { color: rgb(132,142,132); }
H1.HeaderClassName
{
color: #848E84;
}
.AnyTagClassName
{
color: #848E84;
}
</style>
background-color css
<style>
a { background-color: #848E84; }
a { background-color: rgb(132,142,132); }
div.DivClassName
{
background-color: #848E84;
}
.BgClassName
{
background-color: #848E84;
}
</style>
border-color css
<style>
span { border-color: #848E84; }
span { border-color: rgb(132,142,132); }
td.TdClassName
{
border-color: #848E84;
}
.TagClassName
{
border-color: #848E84;
}
</style>