Shades of Mamba #7D6492
Tints of Mamba #7D6492
RGB
CMYK
RGB Variations
Color information
#7D6492 (or 0x7D6492) is known color: Mamba. HEX triplet: 7D, 64 and 92. RGB value is (125,100,146). Sum of RGB (Red+Green+Blue) = 125+100+146=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D6492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6492 is #829B6D. Grayscale: #707070. Windows color (decimal): -8559470 or 9593981. OLE color: 9593981.
HSL color Cylindrical-coordinate representation of color #7D6492: hue angle of 272.61º 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 #7D6492 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 100 | 146 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.43 |
| HSL | 272.61º | 0.19% | 0.48% | - |
| HSV(B) | 272.61º | 0.32% | 0.57% | - |
| XYZ | 18.2 | 15.55 | 29.24 | - |
| YUV | 112.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 146 | 0.14 | 0.32 | 0 | 0.43 | 272.61 | 0.19 | 0.48 |
| Hex | 7D | 64 | 92 | E | 20 | 0 | 2B | 111 | 13 | 30 |
| Octal | 175 | 144 | 222 | 16 | 40 | 0 | 53 | 421 | 23 | 60 |
| Binary | 1111101 | 1100100 | 10010010 | 1110 | 100000 | 0 | 101011 | 100010001 | 10011 | 110000 |
Color Harmonies of #7D6492
Complementary color
Monochromatic Colors of #7D6492
Black with #7D6492
Text Example
Text Example
White with #7D6492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6492; }
p { color: rgb(125,100,146); }
H1.HeaderClassName
{
color: #7D6492;
}
.AnyTagClassName
{
color: #7D6492;
}
</style>
background-color css
<style>
a { background-color: #7D6492; }
a { background-color: rgb(125,100,146); }
div.DivClassName
{
background-color: #7D6492;
}
.BgClassName
{
background-color: #7D6492;
}
</style>
border-color css
<style>
span { border-color: #7D6492; }
span { border-color: rgb(125,100,146); }
td.TdClassName
{
border-color: #7D6492;
}
.TagClassName
{
border-color: #7D6492;
}
</style>