Shades of Stack #839380
Tints of Stack #839380
RGB
CMYK
RGB Variations
Color information
#839380 (or 0x839380) is known color: Stack. HEX triplet: 83, 93 and 80. RGB value is (131,147,128). Sum of RGB (Red+Green+Blue) = 131+147+128=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #839380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839380 is #7C6C7F. Grayscale: #8C8C8C. Windows color (decimal): -8154240 or 8426371. OLE color: 8426371.
HSL color Cylindrical-coordinate representation of color #839380: hue angle of 110.53º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839380 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 128 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.42 |
| HSL | 110.53º | 0.08% | 0.54% | - |
| HSV(B) | 110.53º | 0.13% | 0.58% | - |
| XYZ | 23.69 | 27.25 | 24.43 | - |
| YUV | 140.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 128 | 0.11 | 0 | 0.13 | 0.42 | 110.53 | 0.08 | 0.54 |
| Hex | 83 | 93 | 80 | B | 0 | D | 2A | 6F | 8 | 36 |
| Octal | 203 | 223 | 200 | 13 | 0 | 15 | 52 | 157 | 10 | 66 |
| Binary | 10000011 | 10010011 | 10000000 | 1011 | 0 | 1101 | 101010 | 1101111 | 1000 | 110110 |
Color Harmonies of #839380
Complementary color
Monochromatic Colors of #839380
Black with #839380
Text Example
Text Example
White with #839380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839380; }
p { color: rgb(131,147,128); }
H1.HeaderClassName
{
color: #839380;
}
.AnyTagClassName
{
color: #839380;
}
</style>
background-color css
<style>
a { background-color: #839380; }
a { background-color: rgb(131,147,128); }
div.DivClassName
{
background-color: #839380;
}
.BgClassName
{
background-color: #839380;
}
</style>
border-color css
<style>
span { border-color: #839380; }
span { border-color: rgb(131,147,128); }
td.TdClassName
{
border-color: #839380;
}
.TagClassName
{
border-color: #839380;
}
</style>