Shades of Mamba #7E6786
Tints of Mamba #7E6786
RGB
CMYK
RGB Variations
Color information
#7E6786 (or 0x7E6786) is known color: Mamba. HEX triplet: 7E, 67 and 86. RGB value is (126,103,134). Sum of RGB (Red+Green+Blue) = 126+103+134=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E6786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6786 is #819879. Grayscale: #717171. Windows color (decimal): -8493178 or 8808318. OLE color: 8808318.
HSL color Cylindrical-coordinate representation of color #7E6786: hue angle of 284.52º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E6786 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 103 | 134 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.47 |
| HSL | 284.52º | 0.13% | 0.46% | - |
| HSV(B) | 284.52º | 0.23% | 0.53% | - |
| XYZ | 17.76 | 15.86 | 24.68 | - |
| YUV | 113.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 134 | 0.06 | 0.23 | 0 | 0.47 | 284.52 | 0.13 | 0.46 |
| Hex | 7E | 67 | 86 | 6 | 17 | 0 | 2F | 11D | D | 2E |
| Octal | 176 | 147 | 206 | 6 | 27 | 0 | 57 | 435 | 15 | 56 |
| Binary | 1111110 | 1100111 | 10000110 | 110 | 10111 | 0 | 101111 | 100011101 | 1101 | 101110 |
Color Harmonies of #7E6786
Complementary color
Monochromatic Colors of #7E6786
Black with #7E6786
Text Example
Text Example
White with #7E6786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6786; }
p { color: rgb(126,103,134); }
H1.HeaderClassName
{
color: #7E6786;
}
.AnyTagClassName
{
color: #7E6786;
}
</style>
background-color css
<style>
a { background-color: #7E6786; }
a { background-color: rgb(126,103,134); }
div.DivClassName
{
background-color: #7E6786;
}
.BgClassName
{
background-color: #7E6786;
}
</style>
border-color css
<style>
span { border-color: #7E6786; }
span { border-color: rgb(126,103,134); }
td.TdClassName
{
border-color: #7E6786;
}
.TagClassName
{
border-color: #7E6786;
}
</style>