Shades of Stack #829080
Tints of Stack #829080
RGB
CMYK
RGB Variations
Color information
#829080 (or 0x829080) is known color: Stack. HEX triplet: 82, 90 and 80. RGB value is (130,144,128). Sum of RGB (Red+Green+Blue) = 130+144+128=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 144 - color contains mainly: green. Hex color #829080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829080 is #7D6F7F. Grayscale: #8A8A8A. Windows color (decimal): -8220544 or 8425602. OLE color: 8425602.
HSL color Cylindrical-coordinate representation of color #829080: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #829080 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 128 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.44 |
| HSL | 112.5º | 0.07% | 0.53% | - |
| HSV(B) | 112.5º | 0.11% | 0.56% | - |
| XYZ | 23.08 | 26.25 | 24.27 | - |
| YUV | 137.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 128 | 0.10 | 0 | 0.11 | 0.44 | 112.5 | 0.07 | 0.53 |
| Hex | 82 | 90 | 80 | A | 0 | B | 2C | 70 | 7 | 35 |
| Octal | 202 | 220 | 200 | 12 | 0 | 13 | 54 | 160 | 7 | 65 |
| Binary | 10000010 | 10010000 | 10000000 | 1010 | 0 | 1011 | 101100 | 1110000 | 111 | 110101 |
Color Harmonies of #829080
Complementary color
Monochromatic Colors of #829080
Black with #829080
Text Example
Text Example
White with #829080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829080; }
p { color: rgb(130,144,128); }
H1.HeaderClassName
{
color: #829080;
}
.AnyTagClassName
{
color: #829080;
}
</style>
background-color css
<style>
a { background-color: #829080; }
a { background-color: rgb(130,144,128); }
div.DivClassName
{
background-color: #829080;
}
.BgClassName
{
background-color: #829080;
}
</style>
border-color css
<style>
span { border-color: #829080; }
span { border-color: rgb(130,144,128); }
td.TdClassName
{
border-color: #829080;
}
.TagClassName
{
border-color: #829080;
}
</style>