Shades of Stack #838E81
Tints of Stack #838E81
RGB
CMYK
RGB Variations
Color information
#838E81 (or 0x838E81) is known color: Stack. HEX triplet: 83, 8E and 81. RGB value is (131,142,129). Sum of RGB (Red+Green+Blue) = 131+142+129=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 142 - color contains mainly: green. Hex color #838E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E81 is #7C717E. Grayscale: #898989. Windows color (decimal): -8155519 or 8490627. OLE color: 8490627.
HSL color Cylindrical-coordinate representation of color #838E81: hue angle of 110.77º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #838E81 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 142 | 129 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.44 |
| HSL | 110.77º | 0.05% | 0.53% | - |
| HSV(B) | 110.77º | 0.09% | 0.56% | - |
| XYZ | 23 | 25.76 | 24.53 | - |
| YUV | 137.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 129 | 0.08 | 0 | 0.09 | 0.44 | 110.77 | 0.05 | 0.53 |
| Hex | 83 | 8E | 81 | 8 | 0 | 9 | 2C | 6F | 5 | 35 |
| Octal | 203 | 216 | 201 | 10 | 0 | 11 | 54 | 157 | 5 | 65 |
| Binary | 10000011 | 10001110 | 10000001 | 1000 | 0 | 1001 | 101100 | 1101111 | 101 | 110101 |
Color Harmonies of #838E81
Complementary color
Monochromatic Colors of #838E81
Black with #838E81
Text Example
Text Example
White with #838E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838E81; }
p { color: rgb(131,142,129); }
H1.HeaderClassName
{
color: #838E81;
}
.AnyTagClassName
{
color: #838E81;
}
</style>
background-color css
<style>
a { background-color: #838E81; }
a { background-color: rgb(131,142,129); }
div.DivClassName
{
background-color: #838E81;
}
.BgClassName
{
background-color: #838E81;
}
</style>
border-color css
<style>
span { border-color: #838E81; }
span { border-color: rgb(131,142,129); }
td.TdClassName
{
border-color: #838E81;
}
.TagClassName
{
border-color: #838E81;
}
</style>