Shades of Stack #838B82
Tints of Stack #838B82
RGB
CMYK
RGB Variations
Color information
#838B82 (or 0x838B82) is known color: Stack. HEX triplet: 83, 8B and 82. RGB value is (131,139,130). Sum of RGB (Red+Green+Blue) = 131+139+130=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #838B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B82 is #7C747D. Grayscale: #878787. Windows color (decimal): -8156286 or 8555395. OLE color: 8555395.
HSL color Cylindrical-coordinate representation of color #838B82: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838B82 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 130 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.45 |
| HSL | 113.33º | 0.04% | 0.53% | - |
| HSV(B) | 113.33º | 0.06% | 0.55% | - |
| XYZ | 22.62 | 24.9 | 24.73 | - |
| YUV | 135.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 130 | 0.06 | 0 | 0.06 | 0.45 | 113.33 | 0.04 | 0.53 |
| Hex | 83 | 8B | 82 | 6 | 0 | 6 | 2D | 71 | 4 | 35 |
| Octal | 203 | 213 | 202 | 6 | 0 | 6 | 55 | 161 | 4 | 65 |
| Binary | 10000011 | 10001011 | 10000010 | 110 | 0 | 110 | 101101 | 1110001 | 100 | 110101 |
Color Harmonies of #838B82
Complementary color
Monochromatic Colors of #838B82
Black with #838B82
Text Example
Text Example
White with #838B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B82; }
p { color: rgb(131,139,130); }
H1.HeaderClassName
{
color: #838B82;
}
.AnyTagClassName
{
color: #838B82;
}
</style>
background-color css
<style>
a { background-color: #838B82; }
a { background-color: rgb(131,139,130); }
div.DivClassName
{
background-color: #838B82;
}
.BgClassName
{
background-color: #838B82;
}
</style>
border-color css
<style>
span { border-color: #838B82; }
span { border-color: rgb(131,139,130); }
td.TdClassName
{
border-color: #838B82;
}
.TagClassName
{
border-color: #838B82;
}
</style>