Shades of Mamba #7C6490
Tints of Mamba #7C6490
RGB
CMYK
RGB Variations
Color information
#7C6490 (or 0x7C6490) is known color: Mamba. HEX triplet: 7C, 64 and 90. RGB value is (124,100,144). Sum of RGB (Red+Green+Blue) = 124+100+144=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C6490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6490 is #839B6F. Grayscale: #707070. Windows color (decimal): -8625008 or 9462908. OLE color: 9462908.
HSL color Cylindrical-coordinate representation of color #7C6490: hue angle of 272.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C6490 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 100 | 144 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.44 |
| HSL | 272.73º | 0.18% | 0.48% | - |
| HSV(B) | 272.73º | 0.31% | 0.56% | - |
| XYZ | 17.9 | 15.41 | 28.42 | - |
| YUV | 112.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 144 | 0.14 | 0.31 | 0 | 0.44 | 272.73 | 0.18 | 0.48 |
| Hex | 7C | 64 | 90 | E | 1F | 0 | 2C | 111 | 12 | 30 |
| Octal | 174 | 144 | 220 | 16 | 37 | 0 | 54 | 421 | 22 | 60 |
| Binary | 1111100 | 1100100 | 10010000 | 1110 | 11111 | 0 | 101100 | 100010001 | 10010 | 110000 |
Color Harmonies of #7C6490
Complementary color
Monochromatic Colors of #7C6490
Black with #7C6490
Text Example
Text Example
White with #7C6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6490; }
p { color: rgb(124,100,144); }
H1.HeaderClassName
{
color: #7C6490;
}
.AnyTagClassName
{
color: #7C6490;
}
</style>
background-color css
<style>
a { background-color: #7C6490; }
a { background-color: rgb(124,100,144); }
div.DivClassName
{
background-color: #7C6490;
}
.BgClassName
{
background-color: #7C6490;
}
</style>
border-color css
<style>
span { border-color: #7C6490; }
span { border-color: rgb(124,100,144); }
td.TdClassName
{
border-color: #7C6490;
}
.TagClassName
{
border-color: #7C6490;
}
</style>