Shades of Stack #828782
Tints of Stack #828782
RGB
CMYK
RGB Variations
Color information
#828782 (or 0x828782) is known color: Stack. HEX triplet: 82, 87 and 82. RGB value is (130,135,130). Sum of RGB (Red+Green+Blue) = 130+135+130=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 135 - color contains mainly: green. Hex color #828782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828782 is #7D787D. Grayscale: #848484. Windows color (decimal): -8222846 or 8554370. OLE color: 8554370.
HSL color Cylindrical-coordinate representation of color #828782: 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 #828782 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 130 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.47 |
| HSL | 120º | 0.02% | 0.52% | - |
| HSV(B) | 120º | 0.04% | 0.53% | - |
| XYZ | 21.9 | 23.69 | 24.54 | - |
| YUV | 132.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 130 | 0.04 | 0 | 0.04 | 0.47 | 120 | 0.02 | 0.52 |
| Hex | 82 | 87 | 82 | 4 | 0 | 4 | 2F | 78 | 2 | 34 |
| Octal | 202 | 207 | 202 | 4 | 0 | 4 | 57 | 170 | 2 | 64 |
| Binary | 10000010 | 10000111 | 10000010 | 100 | 0 | 100 | 101111 | 1111000 | 10 | 110100 |
Color Harmonies of #828782
Complementary color
Monochromatic Colors of #828782
Black with #828782
Text Example
Text Example
White with #828782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828782; }
p { color: rgb(130,135,130); }
H1.HeaderClassName
{
color: #828782;
}
.AnyTagClassName
{
color: #828782;
}
</style>
background-color css
<style>
a { background-color: #828782; }
a { background-color: rgb(130,135,130); }
div.DivClassName
{
background-color: #828782;
}
.BgClassName
{
background-color: #828782;
}
</style>
border-color css
<style>
span { border-color: #828782; }
span { border-color: rgb(130,135,130); }
td.TdClassName
{
border-color: #828782;
}
.TagClassName
{
border-color: #828782;
}
</style>