Shades of Mamba #7E6886
Tints of Mamba #7E6886
RGB
CMYK
RGB Variations
Color information
#7E6886 (or 0x7E6886) is known color: Mamba. HEX triplet: 7E, 68 and 86. RGB value is (126,104,134). Sum of RGB (Red+Green+Blue) = 126+104+134=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E6886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6886 is #819779. Grayscale: #717171. Windows color (decimal): -8492922 or 8808574. OLE color: 8808574.
HSL color Cylindrical-coordinate representation of color #7E6886: hue angle of 284º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E6886 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 104 | 134 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.47 |
| HSL | 284º | 0.13% | 0.47% | - |
| HSV(B) | 284º | 0.22% | 0.53% | - |
| XYZ | 17.86 | 16.06 | 24.71 | - |
| YUV | 114 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 134 | 0.06 | 0.22 | 0 | 0.47 | 284 | 0.13 | 0.47 |
| Hex | 7E | 68 | 86 | 6 | 16 | 0 | 2F | 11C | D | 2F |
| Octal | 176 | 150 | 206 | 6 | 26 | 0 | 57 | 434 | 15 | 57 |
| Binary | 1111110 | 1101000 | 10000110 | 110 | 10110 | 0 | 101111 | 100011100 | 1101 | 101111 |
Color Harmonies of #7E6886
Complementary color
Monochromatic Colors of #7E6886
Black with #7E6886
Text Example
Text Example
White with #7E6886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6886; }
p { color: rgb(126,104,134); }
H1.HeaderClassName
{
color: #7E6886;
}
.AnyTagClassName
{
color: #7E6886;
}
</style>
background-color css
<style>
a { background-color: #7E6886; }
a { background-color: rgb(126,104,134); }
div.DivClassName
{
background-color: #7E6886;
}
.BgClassName
{
background-color: #7E6886;
}
</style>
border-color css
<style>
span { border-color: #7E6886; }
span { border-color: rgb(126,104,134); }
td.TdClassName
{
border-color: #7E6886;
}
.TagClassName
{
border-color: #7E6886;
}
</style>