Shades of Mamba #85708D
Tints of Mamba #85708D
RGB
CMYK
RGB Variations
Color information
#85708D (or 0x85708D) is known color: Mamba. HEX triplet: 85, 70 and 8D. RGB value is (133,112,141). Sum of RGB (Red+Green+Blue) = 133+112+141=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #85708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85708D is #7A8F72. Grayscale: #797979. Windows color (decimal): -8032115 or 9269381. OLE color: 9269381.
HSL color Cylindrical-coordinate representation of color #85708D: hue angle of 283.45º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85708D is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 112 | 141 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.45 |
| HSL | 283.45º | 0.11% | 0.5% | - |
| HSV(B) | 283.45º | 0.21% | 0.55% | - |
| XYZ | 20.27 | 18.5 | 27.7 | - |
| YUV | 121.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 141 | 0.06 | 0.21 | 0 | 0.45 | 283.45 | 0.11 | 0.5 |
| Hex | 85 | 70 | 8D | 6 | 15 | 0 | 2D | 11B | B | 32 |
| Octal | 205 | 160 | 215 | 6 | 25 | 0 | 55 | 433 | 13 | 62 |
| Binary | 10000101 | 1110000 | 10001101 | 110 | 10101 | 0 | 101101 | 100011011 | 1011 | 110010 |
Color Harmonies of #85708D
Complementary color
Monochromatic Colors of #85708D
Black with #85708D
Text Example
Text Example
White with #85708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85708D; }
p { color: rgb(133,112,141); }
H1.HeaderClassName
{
color: #85708D;
}
.AnyTagClassName
{
color: #85708D;
}
</style>
background-color css
<style>
a { background-color: #85708D; }
a { background-color: rgb(133,112,141); }
div.DivClassName
{
background-color: #85708D;
}
.BgClassName
{
background-color: #85708D;
}
</style>
border-color css
<style>
span { border-color: #85708D; }
span { border-color: rgb(133,112,141); }
td.TdClassName
{
border-color: #85708D;
}
.TagClassName
{
border-color: #85708D;
}
</style>