Shades of Stack #828881
Tints of Stack #828881
RGB
CMYK
RGB Variations
Color information
#828881 (or 0x828881) is known color: Stack. HEX triplet: 82, 88 and 81. RGB value is (130,136,129). Sum of RGB (Red+Green+Blue) = 130+136+129=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 136 - color contains mainly: green. Hex color #828881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828881 is #7D777E. Grayscale: #858585. Windows color (decimal): -8222591 or 8489090. OLE color: 8489090.
HSL color Cylindrical-coordinate representation of color #828881: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828881 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 129 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.47 |
| HSL | 111.43º | 0.03% | 0.52% | - |
| HSV(B) | 111.43º | 0.05% | 0.53% | - |
| XYZ | 21.97 | 23.94 | 24.23 | - |
| YUV | 133.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 129 | 0.04 | 0 | 0.05 | 0.47 | 111.43 | 0.03 | 0.52 |
| Hex | 82 | 88 | 81 | 4 | 0 | 5 | 2F | 6F | 3 | 34 |
| Octal | 202 | 210 | 201 | 4 | 0 | 5 | 57 | 157 | 3 | 64 |
| Binary | 10000010 | 10001000 | 10000001 | 100 | 0 | 101 | 101111 | 1101111 | 11 | 110100 |
Color Harmonies of #828881
Complementary color
Monochromatic Colors of #828881
Black with #828881
Text Example
Text Example
White with #828881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828881; }
p { color: rgb(130,136,129); }
H1.HeaderClassName
{
color: #828881;
}
.AnyTagClassName
{
color: #828881;
}
</style>
background-color css
<style>
a { background-color: #828881; }
a { background-color: rgb(130,136,129); }
div.DivClassName
{
background-color: #828881;
}
.BgClassName
{
background-color: #828881;
}
</style>
border-color css
<style>
span { border-color: #828881; }
span { border-color: rgb(130,136,129); }
td.TdClassName
{
border-color: #828881;
}
.TagClassName
{
border-color: #828881;
}
</style>