Shades of Stack #829084
Tints of Stack #829084
RGB
CMYK
RGB Variations
Color information
#829084 (or 0x829084) is known color: Stack. HEX triplet: 82, 90 and 84. RGB value is (130,144,132). Sum of RGB (Red+Green+Blue) = 130+144+132=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #829084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829084 is #7D6F7B. Grayscale: #8A8A8A. Windows color (decimal): -8220540 or 8687746. OLE color: 8687746.
HSL color Cylindrical-coordinate representation of color #829084: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829084 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 132 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.44 |
| HSL | 128.57º | 0.06% | 0.54% | - |
| HSV(B) | 128.57º | 0.1% | 0.56% | - |
| XYZ | 23.34 | 26.36 | 25.69 | - |
| YUV | 138.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 132 | 0.10 | 0 | 0.08 | 0.44 | 128.57 | 0.06 | 0.54 |
| Hex | 82 | 90 | 84 | A | 0 | 8 | 2C | 81 | 6 | 36 |
| Octal | 202 | 220 | 204 | 12 | 0 | 10 | 54 | 201 | 6 | 66 |
| Binary | 10000010 | 10010000 | 10000100 | 1010 | 0 | 1000 | 101100 | 10000001 | 110 | 110110 |
Color Harmonies of #829084
Complementary color
Monochromatic Colors of #829084
Black with #829084
Text Example
Text Example
White with #829084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829084; }
p { color: rgb(130,144,132); }
H1.HeaderClassName
{
color: #829084;
}
.AnyTagClassName
{
color: #829084;
}
</style>
background-color css
<style>
a { background-color: #829084; }
a { background-color: rgb(130,144,132); }
div.DivClassName
{
background-color: #829084;
}
.BgClassName
{
background-color: #829084;
}
</style>
border-color css
<style>
span { border-color: #829084; }
span { border-color: rgb(130,144,132); }
td.TdClassName
{
border-color: #829084;
}
.TagClassName
{
border-color: #829084;
}
</style>