Shades of Stack #838A82
Tints of Stack #838A82
RGB
CMYK
RGB Variations
Color information
#838A82 (or 0x838A82) is known color: Stack. HEX triplet: 83, 8A and 82. RGB value is (131,138,130). Sum of RGB (Red+Green+Blue) = 131+138+130=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 138 - color contains mainly: green. Hex color #838A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A82 is #7C757D. Grayscale: #878787. Windows color (decimal): -8156542 or 8555139. OLE color: 8555139.
HSL color Cylindrical-coordinate representation of color #838A82: hue angle of 112.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838A82 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 130 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.46 |
| HSL | 112.5º | 0.03% | 0.53% | - |
| HSV(B) | 112.5º | 0.06% | 0.54% | - |
| XYZ | 22.48 | 24.61 | 24.69 | - |
| YUV | 135 | 125.18 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 130 | 0.05 | 0 | 0.06 | 0.46 | 112.5 | 0.03 | 0.53 |
| Hex | 83 | 8A | 82 | 5 | 0 | 6 | 2E | 70 | 3 | 35 |
| Octal | 203 | 212 | 202 | 5 | 0 | 6 | 56 | 160 | 3 | 65 |
| Binary | 10000011 | 10001010 | 10000010 | 101 | 0 | 110 | 101110 | 1110000 | 11 | 110101 |
Color Harmonies of #838A82
Complementary color
Monochromatic Colors of #838A82
Black with #838A82
Text Example
Text Example
White with #838A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A82; }
p { color: rgb(131,138,130); }
H1.HeaderClassName
{
color: #838A82;
}
.AnyTagClassName
{
color: #838A82;
}
</style>
background-color css
<style>
a { background-color: #838A82; }
a { background-color: rgb(131,138,130); }
div.DivClassName
{
background-color: #838A82;
}
.BgClassName
{
background-color: #838A82;
}
</style>
border-color css
<style>
span { border-color: #838A82; }
span { border-color: rgb(131,138,130); }
td.TdClassName
{
border-color: #838A82;
}
.TagClassName
{
border-color: #838A82;
}
</style>