Shades of Stack #839382
Tints of Stack #839382
RGB
CMYK
RGB Variations
Color information
#839382 (or 0x839382) is known color: Stack. HEX triplet: 83, 93 and 82. RGB value is (131,147,130). Sum of RGB (Red+Green+Blue) = 131+147+130=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 147 - color contains mainly: green. Hex color #839382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839382 is #7C6C7D. Grayscale: #8C8C8C. Windows color (decimal): -8154238 or 8557443. OLE color: 8557443.
HSL color Cylindrical-coordinate representation of color #839382: hue angle of 116.47º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #839382 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 130 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.42 |
| HSL | 116.47º | 0.07% | 0.54% | - |
| HSV(B) | 116.47º | 0.12% | 0.58% | - |
| XYZ | 23.82 | 27.3 | 25.13 | - |
| YUV | 140.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 130 | 0.11 | 0 | 0.12 | 0.42 | 116.47 | 0.07 | 0.54 |
| Hex | 83 | 93 | 82 | B | 0 | C | 2A | 74 | 7 | 36 |
| Octal | 203 | 223 | 202 | 13 | 0 | 14 | 52 | 164 | 7 | 66 |
| Binary | 10000011 | 10010011 | 10000010 | 1011 | 0 | 1100 | 101010 | 1110100 | 111 | 110110 |
Color Harmonies of #839382
Complementary color
Monochromatic Colors of #839382
Black with #839382
Text Example
Text Example
White with #839382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839382; }
p { color: rgb(131,147,130); }
H1.HeaderClassName
{
color: #839382;
}
.AnyTagClassName
{
color: #839382;
}
</style>
background-color css
<style>
a { background-color: #839382; }
a { background-color: rgb(131,147,130); }
div.DivClassName
{
background-color: #839382;
}
.BgClassName
{
background-color: #839382;
}
</style>
border-color css
<style>
span { border-color: #839382; }
span { border-color: rgb(131,147,130); }
td.TdClassName
{
border-color: #839382;
}
.TagClassName
{
border-color: #839382;
}
</style>