Shades of Mamba #83708B
Tints of Mamba #83708B
RGB
CMYK
RGB Variations
Color information
#83708B (or 0x83708B) is known color: Mamba. HEX triplet: 83, 70 and 8B. RGB value is (131,112,139). Sum of RGB (Red+Green+Blue) = 131+112+139=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #83708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83708B is #7C8F74. Grayscale: #787878. Windows color (decimal): -8163189 or 9138307. OLE color: 9138307.
HSL color Cylindrical-coordinate representation of color #83708B: hue angle of 282.22º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83708B is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 112 | 139 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.45 |
| HSL | 282.22º | 0.11% | 0.49% | - |
| HSV(B) | 282.22º | 0.19% | 0.55% | - |
| XYZ | 19.81 | 18.28 | 26.91 | - |
| YUV | 120.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 139 | 0.06 | 0.19 | 0 | 0.45 | 282.22 | 0.11 | 0.49 |
| Hex | 83 | 70 | 8B | 6 | 13 | 0 | 2D | 11A | B | 31 |
| Octal | 203 | 160 | 213 | 6 | 23 | 0 | 55 | 432 | 13 | 61 |
| Binary | 10000011 | 1110000 | 10001011 | 110 | 10011 | 0 | 101101 | 100011010 | 1011 | 110001 |
Color Harmonies of #83708B
Complementary color
Monochromatic Colors of #83708B
Black with #83708B
Text Example
Text Example
White with #83708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83708B; }
p { color: rgb(131,112,139); }
H1.HeaderClassName
{
color: #83708B;
}
.AnyTagClassName
{
color: #83708B;
}
</style>
background-color css
<style>
a { background-color: #83708B; }
a { background-color: rgb(131,112,139); }
div.DivClassName
{
background-color: #83708B;
}
.BgClassName
{
background-color: #83708B;
}
</style>
border-color css
<style>
span { border-color: #83708B; }
span { border-color: rgb(131,112,139); }
td.TdClassName
{
border-color: #83708B;
}
.TagClassName
{
border-color: #83708B;
}
</style>