Shades of Mamba #7D648B
Tints of Mamba #7D648B
RGB
CMYK
RGB Variations
Color information
#7D648B (or 0x7D648B) is known color: Mamba. HEX triplet: 7D, 64 and 8B. RGB value is (125,100,139). Sum of RGB (Red+Green+Blue) = 125+100+139=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D648B is #829B74. Grayscale: #6F6F6F. Windows color (decimal): -8559477 or 9135229. OLE color: 9135229.
HSL color Cylindrical-coordinate representation of color #7D648B: hue angle of 278.46º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D648B is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 100 | 139 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.45 |
| HSL | 278.46º | 0.16% | 0.47% | - |
| HSV(B) | 278.46º | 0.28% | 0.55% | - |
| XYZ | 17.67 | 15.34 | 26.46 | - |
| YUV | 111.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 100 | 139 | 0.10 | 0.28 | 0 | 0.45 | 278.46 | 0.16 | 0.47 |
| Hex | 7D | 64 | 8B | A | 1C | 0 | 2D | 116 | 10 | 2F |
| Octal | 175 | 144 | 213 | 12 | 34 | 0 | 55 | 426 | 20 | 57 |
| Binary | 1111101 | 1100100 | 10001011 | 1010 | 11100 | 0 | 101101 | 100010110 | 10000 | 101111 |
Color Harmonies of #7D648B
Complementary color
Monochromatic Colors of #7D648B
Black with #7D648B
Text Example
Text Example
White with #7D648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D648B; }
p { color: rgb(125,100,139); }
H1.HeaderClassName
{
color: #7D648B;
}
.AnyTagClassName
{
color: #7D648B;
}
</style>
background-color css
<style>
a { background-color: #7D648B; }
a { background-color: rgb(125,100,139); }
div.DivClassName
{
background-color: #7D648B;
}
.BgClassName
{
background-color: #7D648B;
}
</style>
border-color css
<style>
span { border-color: #7D648B; }
span { border-color: rgb(125,100,139); }
td.TdClassName
{
border-color: #7D648B;
}
.TagClassName
{
border-color: #7D648B;
}
</style>