Shades of Stack #828982
Tints of Stack #828982
RGB
CMYK
RGB Variations
Color information
#828982 (or 0x828982) is known color: Stack. HEX triplet: 82, 89 and 82. RGB value is (130,137,130). Sum of RGB (Red+Green+Blue) = 130+137+130=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 137 - color contains mainly: green. Hex color #828982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828982 is #7D767D. Grayscale: #868686. Windows color (decimal): -8222334 or 8554882. OLE color: 8554882.
HSL color Cylindrical-coordinate representation of color #828982: hue angle of 120º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828982 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 130 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.46 |
| HSL | 120º | 0.03% | 0.52% | - |
| HSV(B) | 120º | 0.05% | 0.54% | - |
| XYZ | 22.18 | 24.25 | 24.63 | - |
| YUV | 134.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 130 | 0.05 | 0 | 0.05 | 0.46 | 120 | 0.03 | 0.52 |
| Hex | 82 | 89 | 82 | 5 | 0 | 5 | 2E | 78 | 3 | 34 |
| Octal | 202 | 211 | 202 | 5 | 0 | 5 | 56 | 170 | 3 | 64 |
| Binary | 10000010 | 10001001 | 10000010 | 101 | 0 | 101 | 101110 | 1111000 | 11 | 110100 |
Color Harmonies of #828982
Complementary color
Monochromatic Colors of #828982
Black with #828982
Text Example
Text Example
White with #828982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828982; }
p { color: rgb(130,137,130); }
H1.HeaderClassName
{
color: #828982;
}
.AnyTagClassName
{
color: #828982;
}
</style>
background-color css
<style>
a { background-color: #828982; }
a { background-color: rgb(130,137,130); }
div.DivClassName
{
background-color: #828982;
}
.BgClassName
{
background-color: #828982;
}
</style>
border-color css
<style>
span { border-color: #828982; }
span { border-color: rgb(130,137,130); }
td.TdClassName
{
border-color: #828982;
}
.TagClassName
{
border-color: #828982;
}
</style>