Shades of Mamba #7E6887
Tints of Mamba #7E6887
RGB
CMYK
RGB Variations
Color information
#7E6887 (or 0x7E6887) is known color: Mamba. HEX triplet: 7E, 68 and 87. RGB value is (126,104,135). Sum of RGB (Red+Green+Blue) = 126+104+135=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E6887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6887 is #819778. Grayscale: #727272. Windows color (decimal): -8492921 or 8874110. OLE color: 8874110.
HSL color Cylindrical-coordinate representation of color #7E6887: hue angle of 282.58º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E6887 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 104 | 135 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.47 |
| HSL | 282.58º | 0.13% | 0.47% | - |
| HSV(B) | 282.58º | 0.23% | 0.53% | - |
| XYZ | 17.93 | 16.09 | 25.08 | - |
| YUV | 114.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 135 | 0.07 | 0.23 | 0 | 0.47 | 282.58 | 0.13 | 0.47 |
| Hex | 7E | 68 | 87 | 7 | 17 | 0 | 2F | 11B | D | 2F |
| Octal | 176 | 150 | 207 | 7 | 27 | 0 | 57 | 433 | 15 | 57 |
| Binary | 1111110 | 1101000 | 10000111 | 111 | 10111 | 0 | 101111 | 100011011 | 1101 | 101111 |
Color Harmonies of #7E6887
Complementary color
Monochromatic Colors of #7E6887
Black with #7E6887
Text Example
Text Example
White with #7E6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6887; }
p { color: rgb(126,104,135); }
H1.HeaderClassName
{
color: #7E6887;
}
.AnyTagClassName
{
color: #7E6887;
}
</style>
background-color css
<style>
a { background-color: #7E6887; }
a { background-color: rgb(126,104,135); }
div.DivClassName
{
background-color: #7E6887;
}
.BgClassName
{
background-color: #7E6887;
}
</style>
border-color css
<style>
span { border-color: #7E6887; }
span { border-color: rgb(126,104,135); }
td.TdClassName
{
border-color: #7E6887;
}
.TagClassName
{
border-color: #7E6887;
}
</style>