Shades of Mamba #7D6690
Tints of Mamba #7D6690
RGB
CMYK
RGB Variations
Color information
#7D6690 (or 0x7D6690) is known color: Mamba. HEX triplet: 7D, 66 and 90. RGB value is (125,102,144). Sum of RGB (Red+Green+Blue) = 125+102+144=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 102 (40.23% from 255 or 27.49% 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 #7D6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6690 is #82996F. Grayscale: #717171. Windows color (decimal): -8558960 or 9463421. OLE color: 9463421.
HSL color Cylindrical-coordinate representation of color #7D6690: hue angle of 272.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D6690 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 102 | 144 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.44 |
| HSL | 272.86º | 0.17% | 0.48% | - |
| HSV(B) | 272.86º | 0.29% | 0.56% | - |
| XYZ | 18.24 | 15.88 | 28.49 | - |
| YUV | 113.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 144 | 0.13 | 0.29 | 0 | 0.44 | 272.86 | 0.17 | 0.48 |
| Hex | 7D | 66 | 90 | D | 1D | 0 | 2C | 111 | 11 | 30 |
| Octal | 175 | 146 | 220 | 15 | 35 | 0 | 54 | 421 | 21 | 60 |
| Binary | 1111101 | 1100110 | 10010000 | 1101 | 11101 | 0 | 101100 | 100010001 | 10001 | 110000 |
Color Harmonies of #7D6690
Complementary color
Monochromatic Colors of #7D6690
Black with #7D6690
Text Example
Text Example
White with #7D6690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6690; }
p { color: rgb(125,102,144); }
H1.HeaderClassName
{
color: #7D6690;
}
.AnyTagClassName
{
color: #7D6690;
}
</style>
background-color css
<style>
a { background-color: #7D6690; }
a { background-color: rgb(125,102,144); }
div.DivClassName
{
background-color: #7D6690;
}
.BgClassName
{
background-color: #7D6690;
}
</style>
border-color css
<style>
span { border-color: #7D6690; }
span { border-color: rgb(125,102,144); }
td.TdClassName
{
border-color: #7D6690;
}
.TagClassName
{
border-color: #7D6690;
}
</style>