Shades of Mamba #86758A
Tints of Mamba #86758A
RGB
CMYK
RGB Variations
Color information
#86758A (or 0x86758A) is known color: Mamba. HEX triplet: 86, 75 and 8A. RGB value is (134,117,138). Sum of RGB (Red+Green+Blue) = 134+117+138=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #86758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86758A is #798A75. Grayscale: #7C7C7C. Windows color (decimal): -7965302 or 9074054. OLE color: 9074054.
HSL color Cylindrical-coordinate representation of color #86758A: hue angle of 288.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86758A is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 117 | 138 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.46 |
| HSL | 288.57º | 0.08% | 0.5% | - |
| HSV(B) | 288.57º | 0.15% | 0.54% | - |
| XYZ | 20.78 | 19.63 | 26.74 | - |
| YUV | 124.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 138 | 0.03 | 0.15 | 0 | 0.46 | 288.57 | 0.08 | 0.5 |
| Hex | 86 | 75 | 8A | 3 | F | 0 | 2E | 121 | 8 | 32 |
| Octal | 206 | 165 | 212 | 3 | 17 | 0 | 56 | 441 | 10 | 62 |
| Binary | 10000110 | 1110101 | 10001010 | 11 | 1111 | 0 | 101110 | 100100001 | 1000 | 110010 |
Color Harmonies of #86758A
Complementary color
Monochromatic Colors of #86758A
Black with #86758A
Text Example
Text Example
White with #86758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86758A; }
p { color: rgb(134,117,138); }
H1.HeaderClassName
{
color: #86758A;
}
.AnyTagClassName
{
color: #86758A;
}
</style>
background-color css
<style>
a { background-color: #86758A; }
a { background-color: rgb(134,117,138); }
div.DivClassName
{
background-color: #86758A;
}
.BgClassName
{
background-color: #86758A;
}
</style>
border-color css
<style>
span { border-color: #86758A; }
span { border-color: rgb(134,117,138); }
td.TdClassName
{
border-color: #86758A;
}
.TagClassName
{
border-color: #86758A;
}
</style>