Shades of Mamba #7C648B
Tints of Mamba #7C648B
RGB
CMYK
RGB Variations
Color information
#7C648B (or 0x7C648B) is known color: Mamba. HEX triplet: 7C, 64 and 8B. RGB value is (124,100,139). Sum of RGB (Red+Green+Blue) = 124+100+139=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C648B is #839B74. Grayscale: #6F6F6F. Windows color (decimal): -8625013 or 9135228. OLE color: 9135228.
HSL color Cylindrical-coordinate representation of color #7C648B: hue angle of 276.92º 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 #7C648B is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 100 | 139 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.45 |
| HSL | 276.92º | 0.16% | 0.47% | - |
| HSV(B) | 276.92º | 0.28% | 0.55% | - |
| XYZ | 17.53 | 15.26 | 26.45 | - |
| YUV | 111.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 139 | 0.11 | 0.28 | 0 | 0.45 | 276.92 | 0.16 | 0.47 |
| Hex | 7C | 64 | 8B | B | 1C | 0 | 2D | 115 | 10 | 2F |
| Octal | 174 | 144 | 213 | 13 | 34 | 0 | 55 | 425 | 20 | 57 |
| Binary | 1111100 | 1100100 | 10001011 | 1011 | 11100 | 0 | 101101 | 100010101 | 10000 | 101111 |
Color Harmonies of #7C648B
Complementary color
Monochromatic Colors of #7C648B
Black with #7C648B
Text Example
Text Example
White with #7C648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C648B; }
p { color: rgb(124,100,139); }
H1.HeaderClassName
{
color: #7C648B;
}
.AnyTagClassName
{
color: #7C648B;
}
</style>
background-color css
<style>
a { background-color: #7C648B; }
a { background-color: rgb(124,100,139); }
div.DivClassName
{
background-color: #7C648B;
}
.BgClassName
{
background-color: #7C648B;
}
</style>
border-color css
<style>
span { border-color: #7C648B; }
span { border-color: rgb(124,100,139); }
td.TdClassName
{
border-color: #7C648B;
}
.TagClassName
{
border-color: #7C648B;
}
</style>