Shades of Mamba #86768A
Tints of Mamba #86768A
RGB
CMYK
RGB Variations
Color information
#86768A (or 0x86768A) is known color: Mamba. HEX triplet: 86, 76 and 8A. RGB value is (134,118,138). Sum of RGB (Red+Green+Blue) = 134+118+138=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #86768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86768A is #798975. Grayscale: #7D7D7D. Windows color (decimal): -7965046 or 9074310. OLE color: 9074310.
HSL color Cylindrical-coordinate representation of color #86768A: hue angle of 288º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86768A is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 118 | 138 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.46 |
| HSL | 288º | 0.08% | 0.5% | - |
| HSV(B) | 288º | 0.14% | 0.54% | - |
| XYZ | 20.9 | 19.86 | 26.78 | - |
| YUV | 125.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 138 | 0.03 | 0.14 | 0 | 0.46 | 288 | 0.08 | 0.5 |
| Hex | 86 | 76 | 8A | 3 | E | 0 | 2E | 120 | 8 | 32 |
| Octal | 206 | 166 | 212 | 3 | 16 | 0 | 56 | 440 | 10 | 62 |
| Binary | 10000110 | 1110110 | 10001010 | 11 | 1110 | 0 | 101110 | 100100000 | 1000 | 110010 |
Color Harmonies of #86768A
Complementary color
Monochromatic Colors of #86768A
Black with #86768A
Text Example
Text Example
White with #86768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86768A; }
p { color: rgb(134,118,138); }
H1.HeaderClassName
{
color: #86768A;
}
.AnyTagClassName
{
color: #86768A;
}
</style>
background-color css
<style>
a { background-color: #86768A; }
a { background-color: rgb(134,118,138); }
div.DivClassName
{
background-color: #86768A;
}
.BgClassName
{
background-color: #86768A;
}
</style>
border-color css
<style>
span { border-color: #86768A; }
span { border-color: rgb(134,118,138); }
td.TdClassName
{
border-color: #86768A;
}
.TagClassName
{
border-color: #86768A;
}
</style>