Shades of Mamba #7E648F
Tints of Mamba #7E648F
RGB
CMYK
RGB Variations
Color information
#7E648F (or 0x7E648F) is known color: Mamba. HEX triplet: 7E, 64 and 8F. RGB value is (126,100,143). Sum of RGB (Red+Green+Blue) = 126+100+143=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E648F is #819B70. Grayscale: #707070. Windows color (decimal): -8493937 or 9397374. OLE color: 9397374.
HSL color Cylindrical-coordinate representation of color #7E648F: hue angle of 276.28º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E648F is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 100 | 143 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.44 |
| HSL | 276.28º | 0.18% | 0.48% | - |
| HSV(B) | 276.28º | 0.3% | 0.56% | - |
| XYZ | 18.12 | 15.53 | 28.03 | - |
| YUV | 112.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 143 | 0.12 | 0.30 | 0 | 0.44 | 276.28 | 0.18 | 0.48 |
| Hex | 7E | 64 | 8F | C | 1E | 0 | 2C | 114 | 12 | 30 |
| Octal | 176 | 144 | 217 | 14 | 36 | 0 | 54 | 424 | 22 | 60 |
| Binary | 1111110 | 1100100 | 10001111 | 1100 | 11110 | 0 | 101100 | 100010100 | 10010 | 110000 |
Color Harmonies of #7E648F
Complementary color
Monochromatic Colors of #7E648F
Black with #7E648F
Text Example
Text Example
White with #7E648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E648F; }
p { color: rgb(126,100,143); }
H1.HeaderClassName
{
color: #7E648F;
}
.AnyTagClassName
{
color: #7E648F;
}
</style>
background-color css
<style>
a { background-color: #7E648F; }
a { background-color: rgb(126,100,143); }
div.DivClassName
{
background-color: #7E648F;
}
.BgClassName
{
background-color: #7E648F;
}
</style>
border-color css
<style>
span { border-color: #7E648F; }
span { border-color: rgb(126,100,143); }
td.TdClassName
{
border-color: #7E648F;
}
.TagClassName
{
border-color: #7E648F;
}
</style>