Shades of Stack #849784
Tints of Stack #849784
RGB
CMYK
RGB Variations
Color information
#849784 (or 0x849784) is known color: Stack. HEX triplet: 84, 97 and 84. RGB value is (132,151,132). Sum of RGB (Red+Green+Blue) = 132+151+132=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #849784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849784 is #7B687B. Grayscale: #8F8F8F. Windows color (decimal): -8087676 or 8689540. OLE color: 8689540.
HSL color Cylindrical-coordinate representation of color #849784: hue angle of 120º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849784 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 151 | 132 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.41 |
| HSL | 120º | 0.08% | 0.55% | - |
| HSV(B) | 120º | 0.13% | 0.59% | - |
| XYZ | 24.75 | 28.7 | 26.07 | - |
| YUV | 143.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 151 | 132 | 0.13 | 0 | 0.13 | 0.41 | 120 | 0.08 | 0.55 |
| Hex | 84 | 97 | 84 | D | 0 | D | 29 | 78 | 8 | 37 |
| Octal | 204 | 227 | 204 | 15 | 0 | 15 | 51 | 170 | 10 | 67 |
| Binary | 10000100 | 10010111 | 10000100 | 1101 | 0 | 1101 | 101001 | 1111000 | 1000 | 110111 |
Color Harmonies of #849784
Complementary color
Monochromatic Colors of #849784
Black with #849784
Text Example
Text Example
White with #849784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849784; }
p { color: rgb(132,151,132); }
H1.HeaderClassName
{
color: #849784;
}
.AnyTagClassName
{
color: #849784;
}
</style>
background-color css
<style>
a { background-color: #849784; }
a { background-color: rgb(132,151,132); }
div.DivClassName
{
background-color: #849784;
}
.BgClassName
{
background-color: #849784;
}
</style>
border-color css
<style>
span { border-color: #849784; }
span { border-color: rgb(132,151,132); }
td.TdClassName
{
border-color: #849784;
}
.TagClassName
{
border-color: #849784;
}
</style>