Shades of Stack #828482
Tints of Stack #828482
RGB
CMYK
RGB Variations
Color information
#828482 (or 0x828482) is known color: Stack. HEX triplet: 82, 84 and 82. RGB value is (130,132,130). Sum of RGB (Red+Green+Blue) = 130+132+130=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 132 - color contains mainly: green. Hex color #828482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828482 is #7D7B7D. Grayscale: #838383. Windows color (decimal): -8223614 or 8553602. OLE color: 8553602.
HSL color Cylindrical-coordinate representation of color #828482: hue angle of 120º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828482 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 130 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.48 |
| HSL | 120º | 0.01% | 0.51% | - |
| HSV(B) | 120º | 0.02% | 0.52% | - |
| XYZ | 21.49 | 22.86 | 24.4 | - |
| YUV | 131.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 130 | 0.02 | 0 | 0.02 | 0.48 | 120 | 0.01 | 0.51 |
| Hex | 82 | 84 | 82 | 2 | 0 | 2 | 30 | 78 | 1 | 33 |
| Octal | 202 | 204 | 202 | 2 | 0 | 2 | 60 | 170 | 1 | 63 |
| Binary | 10000010 | 10000100 | 10000010 | 10 | 0 | 10 | 110000 | 1111000 | 1 | 110011 |
Color Harmonies of #828482
Complementary color
Monochromatic Colors of #828482
Black with #828482
Text Example
Text Example
White with #828482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828482; }
p { color: rgb(130,132,130); }
H1.HeaderClassName
{
color: #828482;
}
.AnyTagClassName
{
color: #828482;
}
</style>
background-color css
<style>
a { background-color: #828482; }
a { background-color: rgb(130,132,130); }
div.DivClassName
{
background-color: #828482;
}
.BgClassName
{
background-color: #828482;
}
</style>
border-color css
<style>
span { border-color: #828482; }
span { border-color: rgb(130,132,130); }
td.TdClassName
{
border-color: #828482;
}
.TagClassName
{
border-color: #828482;
}
</style>