Shades of Mamba #86718B
Tints of Mamba #86718B
RGB
CMYK
RGB Variations
Color information
#86718B (or 0x86718B) is known color: Mamba. HEX triplet: 86, 71 and 8B. RGB value is (134,113,139). Sum of RGB (Red+Green+Blue) = 134+113+139=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #86718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86718B is #798E74. Grayscale: #7A7A7A. Windows color (decimal): -7966325 or 9138566. OLE color: 9138566.
HSL color Cylindrical-coordinate representation of color #86718B: hue angle of 288.46º degrees, saturation: 0.1, 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 #86718B is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 113 | 139 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.45 |
| HSL | 288.46º | 0.1% | 0.49% | - |
| HSV(B) | 288.46º | 0.19% | 0.55% | - |
| XYZ | 20.4 | 18.74 | 26.97 | - |
| YUV | 122.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 139 | 0.04 | 0.19 | 0 | 0.45 | 288.46 | 0.1 | 0.49 |
| Hex | 86 | 71 | 8B | 4 | 13 | 0 | 2D | 120 | A | 31 |
| Octal | 206 | 161 | 213 | 4 | 23 | 0 | 55 | 440 | 12 | 61 |
| Binary | 10000110 | 1110001 | 10001011 | 100 | 10011 | 0 | 101101 | 100100000 | 1010 | 110001 |
Color Harmonies of #86718B
Complementary color
Monochromatic Colors of #86718B
Black with #86718B
Text Example
Text Example
White with #86718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86718B; }
p { color: rgb(134,113,139); }
H1.HeaderClassName
{
color: #86718B;
}
.AnyTagClassName
{
color: #86718B;
}
</style>
background-color css
<style>
a { background-color: #86718B; }
a { background-color: rgb(134,113,139); }
div.DivClassName
{
background-color: #86718B;
}
.BgClassName
{
background-color: #86718B;
}
</style>
border-color css
<style>
span { border-color: #86718B; }
span { border-color: rgb(134,113,139); }
td.TdClassName
{
border-color: #86718B;
}
.TagClassName
{
border-color: #86718B;
}
</style>