Shades of Mamba #86708E
Tints of Mamba #86708E
RGB
CMYK
RGB Variations
Color information
#86708E (or 0x86708E) is known color: Mamba. HEX triplet: 86, 70 and 8E. RGB value is (134,112,142). Sum of RGB (Red+Green+Blue) = 134+112+142=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: blue. Hex color #86708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86708E is #798F71. Grayscale: #797979. Windows color (decimal): -7966578 or 9334918. OLE color: 9334918.
HSL color Cylindrical-coordinate representation of color #86708E: hue angle of 284º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86708E is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 112 | 142 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.44 |
| HSL | 284º | 0.12% | 0.5% | - |
| HSV(B) | 284º | 0.21% | 0.56% | - |
| XYZ | 20.51 | 18.61 | 28.1 | - |
| YUV | 122 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 142 | 0.06 | 0.21 | 0 | 0.44 | 284 | 0.12 | 0.5 |
| Hex | 86 | 70 | 8E | 6 | 15 | 0 | 2C | 11C | C | 32 |
| Octal | 206 | 160 | 216 | 6 | 25 | 0 | 54 | 434 | 14 | 62 |
| Binary | 10000110 | 1110000 | 10001110 | 110 | 10101 | 0 | 101100 | 100011100 | 1100 | 110010 |
Color Harmonies of #86708E
Complementary color
Monochromatic Colors of #86708E
Black with #86708E
Text Example
Text Example
White with #86708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86708E; }
p { color: rgb(134,112,142); }
H1.HeaderClassName
{
color: #86708E;
}
.AnyTagClassName
{
color: #86708E;
}
</style>
background-color css
<style>
a { background-color: #86708E; }
a { background-color: rgb(134,112,142); }
div.DivClassName
{
background-color: #86708E;
}
.BgClassName
{
background-color: #86708E;
}
</style>
border-color css
<style>
span { border-color: #86708E; }
span { border-color: rgb(134,112,142); }
td.TdClassName
{
border-color: #86708E;
}
.TagClassName
{
border-color: #86708E;
}
</style>