Shades of Stack #839081
Tints of Stack #839081
RGB
CMYK
RGB Variations
Color information
#839081 (or 0x839081) is known color: Stack. HEX triplet: 83, 90 and 81. RGB value is (131,144,129). Sum of RGB (Red+Green+Blue) = 131+144+129=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #839081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839081 is #7C6F7E. Grayscale: #8A8A8A. Windows color (decimal): -8155007 or 8491139. OLE color: 8491139.
HSL color Cylindrical-coordinate representation of color #839081: hue angle of 112º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839081 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 129 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.44 |
| HSL | 112º | 0.06% | 0.54% | - |
| HSV(B) | 112º | 0.1% | 0.56% | - |
| XYZ | 23.3 | 26.36 | 24.63 | - |
| YUV | 138.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 129 | 0.09 | 0 | 0.10 | 0.44 | 112 | 0.06 | 0.54 |
| Hex | 83 | 90 | 81 | 9 | 0 | A | 2C | 70 | 6 | 36 |
| Octal | 203 | 220 | 201 | 11 | 0 | 12 | 54 | 160 | 6 | 66 |
| Binary | 10000011 | 10010000 | 10000001 | 1001 | 0 | 1010 | 101100 | 1110000 | 110 | 110110 |
Color Harmonies of #839081
Complementary color
Monochromatic Colors of #839081
Black with #839081
Text Example
Text Example
White with #839081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839081; }
p { color: rgb(131,144,129); }
H1.HeaderClassName
{
color: #839081;
}
.AnyTagClassName
{
color: #839081;
}
</style>
background-color css
<style>
a { background-color: #839081; }
a { background-color: rgb(131,144,129); }
div.DivClassName
{
background-color: #839081;
}
.BgClassName
{
background-color: #839081;
}
</style>
border-color css
<style>
span { border-color: #839081; }
span { border-color: rgb(131,144,129); }
td.TdClassName
{
border-color: #839081;
}
.TagClassName
{
border-color: #839081;
}
</style>