Shades of Stack #838B84
Tints of Stack #838B84
RGB
CMYK
RGB Variations
Color information
#838B84 (or 0x838B84) is known color: Stack. HEX triplet: 83, 8B and 84. RGB value is (131,139,132). Sum of RGB (Red+Green+Blue) = 131+139+132=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 139 - color contains mainly: green. Hex color #838B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B84 is #7C747B. Grayscale: #878787. Windows color (decimal): -8156284 or 8686467. OLE color: 8686467.
HSL color Cylindrical-coordinate representation of color #838B84: hue angle of 127.5º degrees, saturation: 0.03, 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 #838B84 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 132 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.45 |
| HSL | 127.5º | 0.03% | 0.53% | - |
| HSV(B) | 127.5º | 0.06% | 0.55% | - |
| XYZ | 22.76 | 24.96 | 25.45 | - |
| YUV | 135.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 132 | 0.06 | 0 | 0.05 | 0.45 | 127.5 | 0.03 | 0.53 |
| Hex | 83 | 8B | 84 | 6 | 0 | 5 | 2D | 80 | 3 | 35 |
| Octal | 203 | 213 | 204 | 6 | 0 | 5 | 55 | 200 | 3 | 65 |
| Binary | 10000011 | 10001011 | 10000100 | 110 | 0 | 101 | 101101 | 10000000 | 11 | 110101 |
Color Harmonies of #838B84
Complementary color
Monochromatic Colors of #838B84
Black with #838B84
Text Example
Text Example
White with #838B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B84; }
p { color: rgb(131,139,132); }
H1.HeaderClassName
{
color: #838B84;
}
.AnyTagClassName
{
color: #838B84;
}
</style>
background-color css
<style>
a { background-color: #838B84; }
a { background-color: rgb(131,139,132); }
div.DivClassName
{
background-color: #838B84;
}
.BgClassName
{
background-color: #838B84;
}
</style>
border-color css
<style>
span { border-color: #838B84; }
span { border-color: rgb(131,139,132); }
td.TdClassName
{
border-color: #838B84;
}
.TagClassName
{
border-color: #838B84;
}
</style>