Shades of Stack #838C82
Tints of Stack #838C82
RGB
CMYK
RGB Variations
Color information
#838C82 (or 0x838C82) is known color: Stack. HEX triplet: 83, 8C and 82. RGB value is (131,140,130). Sum of RGB (Red+Green+Blue) = 131+140+130=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #838C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838C82 is #7C737D. Grayscale: #888888. Windows color (decimal): -8156030 or 8555651. OLE color: 8555651.
HSL color Cylindrical-coordinate representation of color #838C82: hue angle of 114º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #838C82 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 140 | 130 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.45 |
| HSL | 114º | 0.04% | 0.53% | - |
| HSV(B) | 114º | 0.07% | 0.55% | - |
| XYZ | 22.77 | 25.19 | 24.78 | - |
| YUV | 136.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 130 | 0.06 | 0 | 0.07 | 0.45 | 114 | 0.04 | 0.53 |
| Hex | 83 | 8C | 82 | 6 | 0 | 7 | 2D | 72 | 4 | 35 |
| Octal | 203 | 214 | 202 | 6 | 0 | 7 | 55 | 162 | 4 | 65 |
| Binary | 10000011 | 10001100 | 10000010 | 110 | 0 | 111 | 101101 | 1110010 | 100 | 110101 |
Color Harmonies of #838C82
Complementary color
Monochromatic Colors of #838C82
Black with #838C82
Text Example
Text Example
White with #838C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838C82; }
p { color: rgb(131,140,130); }
H1.HeaderClassName
{
color: #838C82;
}
.AnyTagClassName
{
color: #838C82;
}
</style>
background-color css
<style>
a { background-color: #838C82; }
a { background-color: rgb(131,140,130); }
div.DivClassName
{
background-color: #838C82;
}
.BgClassName
{
background-color: #838C82;
}
</style>
border-color css
<style>
span { border-color: #838C82; }
span { border-color: rgb(131,140,130); }
td.TdClassName
{
border-color: #838C82;
}
.TagClassName
{
border-color: #838C82;
}
</style>