Shades of Stack #848884
Tints of Stack #848884
RGB
CMYK
RGB Variations
Color information
#848884 (or 0x848884) is known color: Stack. HEX triplet: 84, 88 and 84. RGB value is (132,136,132). Sum of RGB (Red+Green+Blue) = 132+136+132=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 136 - color contains mainly: green. Hex color #848884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848884 is #7B777B. Grayscale: #868686. Windows color (decimal): -8091516 or 8685700. OLE color: 8685700.
HSL color Cylindrical-coordinate representation of color #848884: hue angle of 120º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #848884 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 132 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.47 |
| HSL | 120º | 0.02% | 0.53% | - |
| HSV(B) | 120º | 0.03% | 0.53% | - |
| XYZ | 22.48 | 24.18 | 25.31 | - |
| YUV | 134.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 132 | 0.03 | 0 | 0.03 | 0.47 | 120 | 0.02 | 0.53 |
| Hex | 84 | 88 | 84 | 3 | 0 | 3 | 2F | 78 | 2 | 35 |
| Octal | 204 | 210 | 204 | 3 | 0 | 3 | 57 | 170 | 2 | 65 |
| Binary | 10000100 | 10001000 | 10000100 | 11 | 0 | 11 | 101111 | 1111000 | 10 | 110101 |
Color Harmonies of #848884
Complementary color
Monochromatic Colors of #848884
Black with #848884
Text Example
Text Example
White with #848884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848884; }
p { color: rgb(132,136,132); }
H1.HeaderClassName
{
color: #848884;
}
.AnyTagClassName
{
color: #848884;
}
</style>
background-color css
<style>
a { background-color: #848884; }
a { background-color: rgb(132,136,132); }
div.DivClassName
{
background-color: #848884;
}
.BgClassName
{
background-color: #848884;
}
</style>
border-color css
<style>
span { border-color: #848884; }
span { border-color: rgb(132,136,132); }
td.TdClassName
{
border-color: #848884;
}
.TagClassName
{
border-color: #848884;
}
</style>