Shades of Stack #848D85
Tints of Stack #848D85
RGB
CMYK
RGB Variations
Color information
#848D85 (or 0x848D85) is known color: Stack. HEX triplet: 84, 8D and 85. RGB value is (132,141,133). Sum of RGB (Red+Green+Blue) = 132+141+133=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #848D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D85 is #7B727A. Grayscale: #898989. Windows color (decimal): -8090235 or 8752516. OLE color: 8752516.
HSL color Cylindrical-coordinate representation of color #848D85: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848D85 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 133 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.45 |
| HSL | 126.67º | 0.04% | 0.54% | - |
| HSV(B) | 126.67º | 0.06% | 0.55% | - |
| XYZ | 23.27 | 25.65 | 25.91 | - |
| YUV | 137.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 133 | 0.06 | 0 | 0.06 | 0.45 | 126.67 | 0.04 | 0.54 |
| Hex | 84 | 8D | 85 | 6 | 0 | 6 | 2D | 7F | 4 | 36 |
| Octal | 204 | 215 | 205 | 6 | 0 | 6 | 55 | 177 | 4 | 66 |
| Binary | 10000100 | 10001101 | 10000101 | 110 | 0 | 110 | 101101 | 1111111 | 100 | 110110 |
Color Harmonies of #848D85
Complementary color
Monochromatic Colors of #848D85
Black with #848D85
Text Example
Text Example
White with #848D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D85; }
p { color: rgb(132,141,133); }
H1.HeaderClassName
{
color: #848D85;
}
.AnyTagClassName
{
color: #848D85;
}
</style>
background-color css
<style>
a { background-color: #848D85; }
a { background-color: rgb(132,141,133); }
div.DivClassName
{
background-color: #848D85;
}
.BgClassName
{
background-color: #848D85;
}
</style>
border-color css
<style>
span { border-color: #848D85; }
span { border-color: rgb(132,141,133); }
td.TdClassName
{
border-color: #848D85;
}
.TagClassName
{
border-color: #848D85;
}
</style>