Shades of Mamba #7C6593
Tints of Mamba #7C6593
RGB
CMYK
RGB Variations
Color information
#7C6593 (or 0x7C6593) is known color: Mamba. HEX triplet: 7C, 65 and 93. RGB value is (124,101,147). Sum of RGB (Red+Green+Blue) = 124+101+147=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C6593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6593 is #839A6C. Grayscale: #707070. Windows color (decimal): -8624749 or 9659772. OLE color: 9659772.
HSL color Cylindrical-coordinate representation of color #7C6593: hue angle of 270º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C6593 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 101 | 147 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.42 |
| HSL | 270º | 0.19% | 0.49% | - |
| HSV(B) | 270º | 0.31% | 0.58% | - |
| XYZ | 18.23 | 15.7 | 29.67 | - |
| YUV | 113.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 147 | 0.16 | 0.31 | 0 | 0.42 | 270 | 0.19 | 0.49 |
| Hex | 7C | 65 | 93 | 10 | 1F | 0 | 2A | 10E | 13 | 31 |
| Octal | 174 | 145 | 223 | 20 | 37 | 0 | 52 | 416 | 23 | 61 |
| Binary | 1111100 | 1100101 | 10010011 | 10000 | 11111 | 0 | 101010 | 100001110 | 10011 | 110001 |
Color Harmonies of #7C6593
Complementary color
Monochromatic Colors of #7C6593
Black with #7C6593
Text Example
Text Example
White with #7C6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6593; }
p { color: rgb(124,101,147); }
H1.HeaderClassName
{
color: #7C6593;
}
.AnyTagClassName
{
color: #7C6593;
}
</style>
background-color css
<style>
a { background-color: #7C6593; }
a { background-color: rgb(124,101,147); }
div.DivClassName
{
background-color: #7C6593;
}
.BgClassName
{
background-color: #7C6593;
}
</style>
border-color css
<style>
span { border-color: #7C6593; }
span { border-color: rgb(124,101,147); }
td.TdClassName
{
border-color: #7C6593;
}
.TagClassName
{
border-color: #7C6593;
}
</style>