Shades of Mamba #83708A
Tints of Mamba #83708A
RGB
CMYK
RGB Variations
Color information
#83708A (or 0x83708A) is known color: Mamba. HEX triplet: 83, 70 and 8A. RGB value is (131,112,138). Sum of RGB (Red+Green+Blue) = 131+112+138=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #83708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83708A is #7C8F75. Grayscale: #787878. Windows color (decimal): -8163190 or 9072771. OLE color: 9072771.
HSL color Cylindrical-coordinate representation of color #83708A: hue angle of 283.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83708A is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 112 | 138 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.46 |
| HSL | 283.85º | 0.1% | 0.49% | - |
| HSV(B) | 283.85º | 0.19% | 0.54% | - |
| XYZ | 19.74 | 18.25 | 26.53 | - |
| YUV | 120.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 138 | 0.05 | 0.19 | 0 | 0.46 | 283.85 | 0.1 | 0.49 |
| Hex | 83 | 70 | 8A | 5 | 13 | 0 | 2E | 11C | A | 31 |
| Octal | 203 | 160 | 212 | 5 | 23 | 0 | 56 | 434 | 12 | 61 |
| Binary | 10000011 | 1110000 | 10001010 | 101 | 10011 | 0 | 101110 | 100011100 | 1010 | 110001 |
Color Harmonies of #83708A
Complementary color
Monochromatic Colors of #83708A
Black with #83708A
Text Example
Text Example
White with #83708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83708A; }
p { color: rgb(131,112,138); }
H1.HeaderClassName
{
color: #83708A;
}
.AnyTagClassName
{
color: #83708A;
}
</style>
background-color css
<style>
a { background-color: #83708A; }
a { background-color: rgb(131,112,138); }
div.DivClassName
{
background-color: #83708A;
}
.BgClassName
{
background-color: #83708A;
}
</style>
border-color css
<style>
span { border-color: #83708A; }
span { border-color: rgb(131,112,138); }
td.TdClassName
{
border-color: #83708A;
}
.TagClassName
{
border-color: #83708A;
}
</style>