Shades of Mamba #7C6790
Tints of Mamba #7C6790
RGB
CMYK
RGB Variations
Color information
#7C6790 (or 0x7C6790) is known color: Mamba. HEX triplet: 7C, 67 and 90. RGB value is (124,103,144). Sum of RGB (Red+Green+Blue) = 124+103+144=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6790 is #83986F. Grayscale: #717171. Windows color (decimal): -8624240 or 9463676. OLE color: 9463676.
HSL color Cylindrical-coordinate representation of color #7C6790: hue angle of 270.73º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C6790 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 103 | 144 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.44 |
| HSL | 270.73º | 0.17% | 0.48% | - |
| HSV(B) | 270.73º | 0.28% | 0.56% | - |
| XYZ | 18.2 | 16 | 28.51 | - |
| YUV | 113.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 144 | 0.14 | 0.28 | 0 | 0.44 | 270.73 | 0.17 | 0.48 |
| Hex | 7C | 67 | 90 | E | 1C | 0 | 2C | 10F | 11 | 30 |
| Octal | 174 | 147 | 220 | 16 | 34 | 0 | 54 | 417 | 21 | 60 |
| Binary | 1111100 | 1100111 | 10010000 | 1110 | 11100 | 0 | 101100 | 100001111 | 10001 | 110000 |
Color Harmonies of #7C6790
Complementary color
Monochromatic Colors of #7C6790
Black with #7C6790
Text Example
Text Example
White with #7C6790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6790; }
p { color: rgb(124,103,144); }
H1.HeaderClassName
{
color: #7C6790;
}
.AnyTagClassName
{
color: #7C6790;
}
</style>
background-color css
<style>
a { background-color: #7C6790; }
a { background-color: rgb(124,103,144); }
div.DivClassName
{
background-color: #7C6790;
}
.BgClassName
{
background-color: #7C6790;
}
</style>
border-color css
<style>
span { border-color: #7C6790; }
span { border-color: rgb(124,103,144); }
td.TdClassName
{
border-color: #7C6790;
}
.TagClassName
{
border-color: #7C6790;
}
</style>