Shades of Stack #838882
Tints of Stack #838882
RGB
CMYK
RGB Variations
Color information
#838882 (or 0x838882) is known color: Stack. HEX triplet: 83, 88 and 82. RGB value is (131,136,130). Sum of RGB (Red+Green+Blue) = 131+136+130=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #838882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838882 is #7C777D. Grayscale: #858585. Windows color (decimal): -8157054 or 8554627. OLE color: 8554627.
HSL color Cylindrical-coordinate representation of color #838882: hue angle of 110º 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 #838882 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 130 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.47 |
| HSL | 110º | 0.02% | 0.52% | - |
| HSV(B) | 110º | 0.04% | 0.53% | - |
| XYZ | 22.19 | 24.05 | 24.59 | - |
| YUV | 133.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 130 | 0.04 | 0 | 0.04 | 0.47 | 110 | 0.02 | 0.52 |
| Hex | 83 | 88 | 82 | 4 | 0 | 4 | 2F | 6E | 2 | 34 |
| Octal | 203 | 210 | 202 | 4 | 0 | 4 | 57 | 156 | 2 | 64 |
| Binary | 10000011 | 10001000 | 10000010 | 100 | 0 | 100 | 101111 | 1101110 | 10 | 110100 |
Color Harmonies of #838882
Complementary color
Monochromatic Colors of #838882
Black with #838882
Text Example
Text Example
White with #838882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838882; }
p { color: rgb(131,136,130); }
H1.HeaderClassName
{
color: #838882;
}
.AnyTagClassName
{
color: #838882;
}
</style>
background-color css
<style>
a { background-color: #838882; }
a { background-color: rgb(131,136,130); }
div.DivClassName
{
background-color: #838882;
}
.BgClassName
{
background-color: #838882;
}
</style>
border-color css
<style>
span { border-color: #838882; }
span { border-color: rgb(131,136,130); }
td.TdClassName
{
border-color: #838882;
}
.TagClassName
{
border-color: #838882;
}
</style>