Shades of Mamba #7E658E
Tints of Mamba #7E658E
RGB
CMYK
RGB Variations
Color information
#7E658E (or 0x7E658E) is known color: Mamba. HEX triplet: 7E, 65 and 8E. RGB value is (126,101,142). Sum of RGB (Red+Green+Blue) = 126+101+142=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E658E is #819A71. Grayscale: #717171. Windows color (decimal): -8493682 or 9332094. OLE color: 9332094.
HSL color Cylindrical-coordinate representation of color #7E658E: hue angle of 276.59º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E658E is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 101 | 142 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.44 |
| HSL | 276.59º | 0.17% | 0.48% | - |
| HSV(B) | 276.59º | 0.29% | 0.56% | - |
| XYZ | 18.14 | 15.7 | 27.66 | - |
| YUV | 113.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 142 | 0.11 | 0.29 | 0 | 0.44 | 276.59 | 0.17 | 0.48 |
| Hex | 7E | 65 | 8E | B | 1D | 0 | 2C | 115 | 11 | 30 |
| Octal | 176 | 145 | 216 | 13 | 35 | 0 | 54 | 425 | 21 | 60 |
| Binary | 1111110 | 1100101 | 10001110 | 1011 | 11101 | 0 | 101100 | 100010101 | 10001 | 110000 |
Color Harmonies of #7E658E
Complementary color
Monochromatic Colors of #7E658E
Black with #7E658E
Text Example
Text Example
White with #7E658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E658E; }
p { color: rgb(126,101,142); }
H1.HeaderClassName
{
color: #7E658E;
}
.AnyTagClassName
{
color: #7E658E;
}
</style>
background-color css
<style>
a { background-color: #7E658E; }
a { background-color: rgb(126,101,142); }
div.DivClassName
{
background-color: #7E658E;
}
.BgClassName
{
background-color: #7E658E;
}
</style>
border-color css
<style>
span { border-color: #7E658E; }
span { border-color: rgb(126,101,142); }
td.TdClassName
{
border-color: #7E658E;
}
.TagClassName
{
border-color: #7E658E;
}
</style>