Shades of Mamba #7C6691
Tints of Mamba #7C6691
RGB
CMYK
RGB Variations
Color information
#7C6691 (or 0x7C6691) is known color: Mamba. HEX triplet: 7C, 66 and 91. RGB value is (124,102,145). Sum of RGB (Red+Green+Blue) = 124+102+145=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C6691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6691 is #83996E. Grayscale: #717171. Windows color (decimal): -8624495 or 9528956. OLE color: 9528956.
HSL color Cylindrical-coordinate representation of color #7C6691: hue angle of 270.7º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C6691 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 102 | 145 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.43 |
| HSL | 270.7º | 0.17% | 0.48% | - |
| HSV(B) | 270.7º | 0.3% | 0.57% | - |
| XYZ | 18.17 | 15.83 | 28.89 | - |
| YUV | 113.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 145 | 0.14 | 0.30 | 0 | 0.43 | 270.7 | 0.17 | 0.48 |
| Hex | 7C | 66 | 91 | E | 1E | 0 | 2B | 10F | 11 | 30 |
| Octal | 174 | 146 | 221 | 16 | 36 | 0 | 53 | 417 | 21 | 60 |
| Binary | 1111100 | 1100110 | 10010001 | 1110 | 11110 | 0 | 101011 | 100001111 | 10001 | 110000 |
Color Harmonies of #7C6691
Complementary color
Monochromatic Colors of #7C6691
Black with #7C6691
Text Example
Text Example
White with #7C6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6691; }
p { color: rgb(124,102,145); }
H1.HeaderClassName
{
color: #7C6691;
}
.AnyTagClassName
{
color: #7C6691;
}
</style>
background-color css
<style>
a { background-color: #7C6691; }
a { background-color: rgb(124,102,145); }
div.DivClassName
{
background-color: #7C6691;
}
.BgClassName
{
background-color: #7C6691;
}
</style>
border-color css
<style>
span { border-color: #7C6691; }
span { border-color: rgb(124,102,145); }
td.TdClassName
{
border-color: #7C6691;
}
.TagClassName
{
border-color: #7C6691;
}
</style>