Shades of Mamba #86728C
Tints of Mamba #86728C
RGB
CMYK
RGB Variations
Color information
#86728C (or 0x86728C) is known color: Mamba. HEX triplet: 86, 72 and 8C. RGB value is (134,114,140). Sum of RGB (Red+Green+Blue) = 134+114+140=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #86728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86728C is #798D73. Grayscale: #7A7A7A. Windows color (decimal): -7966068 or 9204358. OLE color: 9204358.
HSL color Cylindrical-coordinate representation of color #86728C: hue angle of 286.15º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86728C is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 114 | 140 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.45 |
| HSL | 286.15º | 0.1% | 0.5% | - |
| HSV(B) | 286.15º | 0.19% | 0.55% | - |
| XYZ | 20.58 | 19 | 27.39 | - |
| YUV | 122.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 140 | 0.04 | 0.19 | 0 | 0.45 | 286.15 | 0.1 | 0.5 |
| Hex | 86 | 72 | 8C | 4 | 13 | 0 | 2D | 11E | A | 32 |
| Octal | 206 | 162 | 214 | 4 | 23 | 0 | 55 | 436 | 12 | 62 |
| Binary | 10000110 | 1110010 | 10001100 | 100 | 10011 | 0 | 101101 | 100011110 | 1010 | 110010 |
Color Harmonies of #86728C
Complementary color
Monochromatic Colors of #86728C
Black with #86728C
Text Example
Text Example
White with #86728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86728C; }
p { color: rgb(134,114,140); }
H1.HeaderClassName
{
color: #86728C;
}
.AnyTagClassName
{
color: #86728C;
}
</style>
background-color css
<style>
a { background-color: #86728C; }
a { background-color: rgb(134,114,140); }
div.DivClassName
{
background-color: #86728C;
}
.BgClassName
{
background-color: #86728C;
}
</style>
border-color css
<style>
span { border-color: #86728C; }
span { border-color: rgb(134,114,140); }
td.TdClassName
{
border-color: #86728C;
}
.TagClassName
{
border-color: #86728C;
}
</style>