Shades of Stack #828D82
Tints of Stack #828D82
RGB
CMYK
RGB Variations
Color information
#828D82 (or 0x828D82) is known color: Stack. HEX triplet: 82, 8D and 82. RGB value is (130,141,130). Sum of RGB (Red+Green+Blue) = 130+141+130=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #828D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828D82 is #7D727D. Grayscale: #888888. Windows color (decimal): -8221310 or 8555906. OLE color: 8555906.
HSL color Cylindrical-coordinate representation of color #828D82: hue angle of 120º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828D82 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 130 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.45 |
| HSL | 120º | 0.05% | 0.53% | - |
| HSV(B) | 120º | 0.08% | 0.55% | - |
| XYZ | 22.76 | 25.41 | 24.82 | - |
| YUV | 136.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 130 | 0.08 | 0 | 0.08 | 0.45 | 120 | 0.05 | 0.53 |
| Hex | 82 | 8D | 82 | 8 | 0 | 8 | 2D | 78 | 5 | 35 |
| Octal | 202 | 215 | 202 | 10 | 0 | 10 | 55 | 170 | 5 | 65 |
| Binary | 10000010 | 10001101 | 10000010 | 1000 | 0 | 1000 | 101101 | 1111000 | 101 | 110101 |
Color Harmonies of #828D82
Complementary color
Monochromatic Colors of #828D82
Black with #828D82
Text Example
Text Example
White with #828D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D82; }
p { color: rgb(130,141,130); }
H1.HeaderClassName
{
color: #828D82;
}
.AnyTagClassName
{
color: #828D82;
}
</style>
background-color css
<style>
a { background-color: #828D82; }
a { background-color: rgb(130,141,130); }
div.DivClassName
{
background-color: #828D82;
}
.BgClassName
{
background-color: #828D82;
}
</style>
border-color css
<style>
span { border-color: #828D82; }
span { border-color: rgb(130,141,130); }
td.TdClassName
{
border-color: #828D82;
}
.TagClassName
{
border-color: #828D82;
}
</style>