Shades of Mamba #7E6789
Tints of Mamba #7E6789
RGB
CMYK
RGB Variations
Color information
#7E6789 (or 0x7E6789) is known color: Mamba. HEX triplet: 7E, 67 and 89. RGB value is (126,103,137). Sum of RGB (Red+Green+Blue) = 126+103+137=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6789 is #819876. Grayscale: #717171. Windows color (decimal): -8493175 or 9004926. OLE color: 9004926.
HSL color Cylindrical-coordinate representation of color #7E6789: hue angle of 280.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E6789 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 103 | 137 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.46 |
| HSL | 280.59º | 0.14% | 0.47% | - |
| HSV(B) | 280.59º | 0.25% | 0.54% | - |
| XYZ | 17.97 | 15.94 | 25.8 | - |
| YUV | 113.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 137 | 0.08 | 0.25 | 0 | 0.46 | 280.59 | 0.14 | 0.47 |
| Hex | 7E | 67 | 89 | 8 | 19 | 0 | 2E | 119 | E | 2F |
| Octal | 176 | 147 | 211 | 10 | 31 | 0 | 56 | 431 | 16 | 57 |
| Binary | 1111110 | 1100111 | 10001001 | 1000 | 11001 | 0 | 101110 | 100011001 | 1110 | 101111 |
Color Harmonies of #7E6789
Complementary color
Monochromatic Colors of #7E6789
Black with #7E6789
Text Example
Text Example
White with #7E6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6789; }
p { color: rgb(126,103,137); }
H1.HeaderClassName
{
color: #7E6789;
}
.AnyTagClassName
{
color: #7E6789;
}
</style>
background-color css
<style>
a { background-color: #7E6789; }
a { background-color: rgb(126,103,137); }
div.DivClassName
{
background-color: #7E6789;
}
.BgClassName
{
background-color: #7E6789;
}
</style>
border-color css
<style>
span { border-color: #7E6789; }
span { border-color: rgb(126,103,137); }
td.TdClassName
{
border-color: #7E6789;
}
.TagClassName
{
border-color: #7E6789;
}
</style>