Shades of Stack #828882
Tints of Stack #828882
RGB
CMYK
RGB Variations
Color information
#828882 (or 0x828882) is known color: Stack. HEX triplet: 82, 88 and 82. RGB value is (130,136,130). Sum of RGB (Red+Green+Blue) = 130+136+130=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #828882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828882 is #7D777D. Grayscale: #858585. Windows color (decimal): -8222590 or 8554626. OLE color: 8554626.
HSL color Cylindrical-coordinate representation of color #828882: hue angle of 120º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828882 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 130 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.47 |
| HSL | 120º | 0.02% | 0.52% | - |
| HSV(B) | 120º | 0.04% | 0.53% | - |
| XYZ | 22.04 | 23.97 | 24.58 | - |
| YUV | 133.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 130 | 0.04 | 0 | 0.04 | 0.47 | 120 | 0.02 | 0.52 |
| Hex | 82 | 88 | 82 | 4 | 0 | 4 | 2F | 78 | 2 | 34 |
| Octal | 202 | 210 | 202 | 4 | 0 | 4 | 57 | 170 | 2 | 64 |
| Binary | 10000010 | 10001000 | 10000010 | 100 | 0 | 100 | 101111 | 1111000 | 10 | 110100 |
Color Harmonies of #828882
Complementary color
Monochromatic Colors of #828882
Black with #828882
Text Example
Text Example
White with #828882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828882; }
p { color: rgb(130,136,130); }
H1.HeaderClassName
{
color: #828882;
}
.AnyTagClassName
{
color: #828882;
}
</style>
background-color css
<style>
a { background-color: #828882; }
a { background-color: rgb(130,136,130); }
div.DivClassName
{
background-color: #828882;
}
.BgClassName
{
background-color: #828882;
}
</style>
border-color css
<style>
span { border-color: #828882; }
span { border-color: rgb(130,136,130); }
td.TdClassName
{
border-color: #828882;
}
.TagClassName
{
border-color: #828882;
}
</style>