Shades of Mamba #86788A
Tints of Mamba #86788A
RGB
CMYK
RGB Variations
Color information
#86788A (or 0x86788A) is known color: Mamba. HEX triplet: 86, 78 and 8A. RGB value is (134,120,138). Sum of RGB (Red+Green+Blue) = 134+120+138=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #86788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86788A is #798775. Grayscale: #7E7E7E. Windows color (decimal): -7964534 or 9074822. OLE color: 9074822.
HSL color Cylindrical-coordinate representation of color #86788A: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #86788A is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 120 | 138 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.46 |
| HSL | 286.67º | 0.07% | 0.51% | - |
| HSV(B) | 286.67º | 0.13% | 0.54% | - |
| XYZ | 21.14 | 20.34 | 26.86 | - |
| YUV | 126.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 138 | 0.03 | 0.13 | 0 | 0.46 | 286.67 | 0.07 | 0.51 |
| Hex | 86 | 78 | 8A | 3 | D | 0 | 2E | 11F | 7 | 33 |
| Octal | 206 | 170 | 212 | 3 | 15 | 0 | 56 | 437 | 7 | 63 |
| Binary | 10000110 | 1111000 | 10001010 | 11 | 1101 | 0 | 101110 | 100011111 | 111 | 110011 |
Color Harmonies of #86788A
Complementary color
Monochromatic Colors of #86788A
Black with #86788A
Text Example
Text Example
White with #86788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86788A; }
p { color: rgb(134,120,138); }
H1.HeaderClassName
{
color: #86788A;
}
.AnyTagClassName
{
color: #86788A;
}
</style>
background-color css
<style>
a { background-color: #86788A; }
a { background-color: rgb(134,120,138); }
div.DivClassName
{
background-color: #86788A;
}
.BgClassName
{
background-color: #86788A;
}
</style>
border-color css
<style>
span { border-color: #86788A; }
span { border-color: rgb(134,120,138); }
td.TdClassName
{
border-color: #86788A;
}
.TagClassName
{
border-color: #86788A;
}
</style>