Shades of Stack #828B82
Tints of Stack #828B82
RGB
CMYK
RGB Variations
Color information
#828B82 (or 0x828B82) is known color: Stack. HEX triplet: 82, 8B and 82. RGB value is (130,139,130). Sum of RGB (Red+Green+Blue) = 130+139+130=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 139 - color contains mainly: green. Hex color #828B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B82 is #7D747D. Grayscale: #878787. Windows color (decimal): -8221822 or 8555394. OLE color: 8555394.
HSL color Cylindrical-coordinate representation of color #828B82: hue angle of 120º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828B82 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 130 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.45 |
| HSL | 120º | 0.04% | 0.53% | - |
| HSV(B) | 120º | 0.06% | 0.55% | - |
| XYZ | 22.47 | 24.82 | 24.73 | - |
| YUV | 135.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 130 | 0.06 | 0 | 0.06 | 0.45 | 120 | 0.04 | 0.53 |
| Hex | 82 | 8B | 82 | 6 | 0 | 6 | 2D | 78 | 4 | 35 |
| Octal | 202 | 213 | 202 | 6 | 0 | 6 | 55 | 170 | 4 | 65 |
| Binary | 10000010 | 10001011 | 10000010 | 110 | 0 | 110 | 101101 | 1111000 | 100 | 110101 |
Color Harmonies of #828B82
Complementary color
Monochromatic Colors of #828B82
Black with #828B82
Text Example
Text Example
White with #828B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B82; }
p { color: rgb(130,139,130); }
H1.HeaderClassName
{
color: #828B82;
}
.AnyTagClassName
{
color: #828B82;
}
</style>
background-color css
<style>
a { background-color: #828B82; }
a { background-color: rgb(130,139,130); }
div.DivClassName
{
background-color: #828B82;
}
.BgClassName
{
background-color: #828B82;
}
</style>
border-color css
<style>
span { border-color: #828B82; }
span { border-color: rgb(130,139,130); }
td.TdClassName
{
border-color: #828B82;
}
.TagClassName
{
border-color: #828B82;
}
</style>