Shades of Mamba #7C6392
Tints of Mamba #7C6392
RGB
CMYK
RGB Variations
Color information
#7C6392 (or 0x7C6392) is known color: Mamba. HEX triplet: 7C, 63 and 92. RGB value is (124,99,146). Sum of RGB (Red+Green+Blue) = 124+99+146=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C6392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6392 is #839C6D. Grayscale: #6F6F6F. Windows color (decimal): -8625262 or 9593724. OLE color: 9593724.
HSL color Cylindrical-coordinate representation of color #7C6392: hue angle of 271.91º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C6392 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 99 | 146 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.43 |
| HSL | 271.91º | 0.19% | 0.48% | - |
| HSV(B) | 271.91º | 0.32% | 0.57% | - |
| XYZ | 17.96 | 15.28 | 29.2 | - |
| YUV | 111.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 146 | 0.15 | 0.32 | 0 | 0.43 | 271.91 | 0.19 | 0.48 |
| Hex | 7C | 63 | 92 | F | 20 | 0 | 2B | 110 | 13 | 30 |
| Octal | 174 | 143 | 222 | 17 | 40 | 0 | 53 | 420 | 23 | 60 |
| Binary | 1111100 | 1100011 | 10010010 | 1111 | 100000 | 0 | 101011 | 100010000 | 10011 | 110000 |
Color Harmonies of #7C6392
Complementary color
Monochromatic Colors of #7C6392
Black with #7C6392
Text Example
Text Example
White with #7C6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6392; }
p { color: rgb(124,99,146); }
H1.HeaderClassName
{
color: #7C6392;
}
.AnyTagClassName
{
color: #7C6392;
}
</style>
background-color css
<style>
a { background-color: #7C6392; }
a { background-color: rgb(124,99,146); }
div.DivClassName
{
background-color: #7C6392;
}
.BgClassName
{
background-color: #7C6392;
}
</style>
border-color css
<style>
span { border-color: #7C6392; }
span { border-color: rgb(124,99,146); }
td.TdClassName
{
border-color: #7C6392;
}
.TagClassName
{
border-color: #7C6392;
}
</style>