Shades of Stack #829A80
Tints of Stack #829A80
RGB
CMYK
RGB Variations
Color information
#829A80 (or 0x829A80) is known color: Stack. HEX triplet: 82, 9A and 80. RGB value is (130,154,128). Sum of RGB (Red+Green+Blue) = 130+154+128=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 154 - color contains mainly: green. Hex color #829A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829A80 is #7D657F. Grayscale: #8F8F8F. Windows color (decimal): -8217984 or 8428162. OLE color: 8428162.
HSL color Cylindrical-coordinate representation of color #829A80: hue angle of 115.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829A80 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 128 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.40 |
| HSL | 115.38º | 0.11% | 0.55% | - |
| HSV(B) | 115.38º | 0.17% | 0.6% | - |
| XYZ | 24.66 | 29.42 | 24.8 | - |
| YUV | 143.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 128 | 0.16 | 0 | 0.17 | 0.40 | 115.38 | 0.11 | 0.55 |
| Hex | 82 | 9A | 80 | 10 | 0 | 11 | 28 | 73 | B | 37 |
| Octal | 202 | 232 | 200 | 20 | 0 | 21 | 50 | 163 | 13 | 67 |
| Binary | 10000010 | 10011010 | 10000000 | 10000 | 0 | 10001 | 101000 | 1110011 | 1011 | 110111 |
Color Harmonies of #829A80
Complementary color
Monochromatic Colors of #829A80
Black with #829A80
Text Example
Text Example
White with #829A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A80; }
p { color: rgb(130,154,128); }
H1.HeaderClassName
{
color: #829A80;
}
.AnyTagClassName
{
color: #829A80;
}
</style>
background-color css
<style>
a { background-color: #829A80; }
a { background-color: rgb(130,154,128); }
div.DivClassName
{
background-color: #829A80;
}
.BgClassName
{
background-color: #829A80;
}
</style>
border-color css
<style>
span { border-color: #829A80; }
span { border-color: rgb(130,154,128); }
td.TdClassName
{
border-color: #829A80;
}
.TagClassName
{
border-color: #829A80;
}
</style>