Shades of Stack #849882
Tints of Stack #849882
RGB
CMYK
RGB Variations
Color information
#849882 (or 0x849882) is known color: Stack. HEX triplet: 84, 98 and 82. RGB value is (132,152,130). Sum of RGB (Red+Green+Blue) = 132+152+130=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #849882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849882 is #7B677D. Grayscale: #8F8F8F. Windows color (decimal): -8087422 or 8558724. OLE color: 8558724.
HSL color Cylindrical-coordinate representation of color #849882: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849882 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 130 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.40 |
| HSL | 114.55º | 0.1% | 0.55% | - |
| HSV(B) | 114.55º | 0.14% | 0.6% | - |
| XYZ | 24.77 | 28.97 | 25.41 | - |
| YUV | 143.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 130 | 0.13 | 0 | 0.14 | 0.40 | 114.55 | 0.1 | 0.55 |
| Hex | 84 | 98 | 82 | D | 0 | E | 28 | 73 | A | 37 |
| Octal | 204 | 230 | 202 | 15 | 0 | 16 | 50 | 163 | 12 | 67 |
| Binary | 10000100 | 10011000 | 10000010 | 1101 | 0 | 1110 | 101000 | 1110011 | 1010 | 110111 |
Color Harmonies of #849882
Complementary color
Monochromatic Colors of #849882
Black with #849882
Text Example
Text Example
White with #849882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849882; }
p { color: rgb(132,152,130); }
H1.HeaderClassName
{
color: #849882;
}
.AnyTagClassName
{
color: #849882;
}
</style>
background-color css
<style>
a { background-color: #849882; }
a { background-color: rgb(132,152,130); }
div.DivClassName
{
background-color: #849882;
}
.BgClassName
{
background-color: #849882;
}
</style>
border-color css
<style>
span { border-color: #849882; }
span { border-color: rgb(132,152,130); }
td.TdClassName
{
border-color: #849882;
}
.TagClassName
{
border-color: #849882;
}
</style>