Shades of Stack #848584
Tints of Stack #848584
RGB
CMYK
RGB Variations
Color information
#848584 (or 0x848584) is known color: Stack. HEX triplet: 84, 85 and 84. RGB value is (132,133,132). Sum of RGB (Red+Green+Blue) = 132+133+132=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 133 - color contains mainly: green. Hex color #848584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848584 is #7B7A7B. Grayscale: #848484. Windows color (decimal): -8092284 or 8684932. OLE color: 8684932.
HSL color Cylindrical-coordinate representation of color #848584: hue angle of 120º degrees, saturation: 0, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #848584 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 132 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.48 |
| HSL | 120º | 0% | 0.52% | - |
| HSV(B) | 120º | 0.01% | 0.52% | - |
| XYZ | 22.07 | 23.35 | 25.17 | - |
| YUV | 132.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 132 | 0.01 | 0 | 0.01 | 0.48 | 120 | 0 | 0.52 |
| Hex | 84 | 85 | 84 | 1 | 0 | 1 | 30 | 78 | 0 | 34 |
| Octal | 204 | 205 | 204 | 1 | 0 | 1 | 60 | 170 | 0 | 64 |
| Binary | 10000100 | 10000101 | 10000100 | 1 | 0 | 1 | 110000 | 1111000 | 0 | 110100 |
Color Harmonies of #848584
Complementary color
Monochromatic Colors of #848584
Black with #848584
Text Example
Text Example
White with #848584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848584; }
p { color: rgb(132,133,132); }
H1.HeaderClassName
{
color: #848584;
}
.AnyTagClassName
{
color: #848584;
}
</style>
background-color css
<style>
a { background-color: #848584; }
a { background-color: rgb(132,133,132); }
div.DivClassName
{
background-color: #848584;
}
.BgClassName
{
background-color: #848584;
}
</style>
border-color css
<style>
span { border-color: #848584; }
span { border-color: rgb(132,133,132); }
td.TdClassName
{
border-color: #848584;
}
.TagClassName
{
border-color: #848584;
}
</style>