Shades of Stack #829082
Tints of Stack #829082
RGB
CMYK
RGB Variations
Color information
#829082 (or 0x829082) is known color: Stack. HEX triplet: 82, 90 and 82. RGB value is (130,144,130). Sum of RGB (Red+Green+Blue) = 130+144+130=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #829082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829082 is #7D6F7D. Grayscale: #8A8A8A. Windows color (decimal): -8220542 or 8556674. OLE color: 8556674.
HSL color Cylindrical-coordinate representation of color #829082: hue angle of 120º 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 #829082 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 130 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.44 |
| HSL | 120º | 0.06% | 0.54% | - |
| HSV(B) | 120º | 0.1% | 0.56% | - |
| XYZ | 23.21 | 26.3 | 24.97 | - |
| YUV | 138.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 130 | 0.10 | 0 | 0.10 | 0.44 | 120 | 0.06 | 0.54 |
| Hex | 82 | 90 | 82 | A | 0 | A | 2C | 78 | 6 | 36 |
| Octal | 202 | 220 | 202 | 12 | 0 | 12 | 54 | 170 | 6 | 66 |
| Binary | 10000010 | 10010000 | 10000010 | 1010 | 0 | 1010 | 101100 | 1111000 | 110 | 110110 |
Color Harmonies of #829082
Complementary color
Monochromatic Colors of #829082
Black with #829082
Text Example
Text Example
White with #829082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829082; }
p { color: rgb(130,144,130); }
H1.HeaderClassName
{
color: #829082;
}
.AnyTagClassName
{
color: #829082;
}
</style>
background-color css
<style>
a { background-color: #829082; }
a { background-color: rgb(130,144,130); }
div.DivClassName
{
background-color: #829082;
}
.BgClassName
{
background-color: #829082;
}
</style>
border-color css
<style>
span { border-color: #829082; }
span { border-color: rgb(130,144,130); }
td.TdClassName
{
border-color: #829082;
}
.TagClassName
{
border-color: #829082;
}
</style>