Shades of Mamba #7A648B
Tints of Mamba #7A648B
RGB
CMYK
RGB Variations
Color information
#7A648B (or 0x7A648B) is known color: Mamba. HEX triplet: 7A, 64 and 8B. RGB value is (122,100,139). Sum of RGB (Red+Green+Blue) = 122+100+139=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A648B is #859B74. Grayscale: #6E6E6E. Windows color (decimal): -8756085 or 9135226. OLE color: 9135226.
HSL color Cylindrical-coordinate representation of color #7A648B: hue angle of 273.85º 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 #7A648B is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 100 | 139 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.45 |
| HSL | 273.85º | 0.16% | 0.47% | - |
| HSV(B) | 273.85º | 0.28% | 0.55% | - |
| XYZ | 17.24 | 15.12 | 26.43 | - |
| YUV | 111.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 139 | 0.12 | 0.28 | 0 | 0.45 | 273.85 | 0.16 | 0.47 |
| Hex | 7A | 64 | 8B | C | 1C | 0 | 2D | 112 | 10 | 2F |
| Octal | 172 | 144 | 213 | 14 | 34 | 0 | 55 | 422 | 20 | 57 |
| Binary | 1111010 | 1100100 | 10001011 | 1100 | 11100 | 0 | 101101 | 100010010 | 10000 | 101111 |
Color Harmonies of #7A648B
Complementary color
Monochromatic Colors of #7A648B
Black with #7A648B
Text Example
Text Example
White with #7A648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A648B; }
p { color: rgb(122,100,139); }
H1.HeaderClassName
{
color: #7A648B;
}
.AnyTagClassName
{
color: #7A648B;
}
</style>
background-color css
<style>
a { background-color: #7A648B; }
a { background-color: rgb(122,100,139); }
div.DivClassName
{
background-color: #7A648B;
}
.BgClassName
{
background-color: #7A648B;
}
</style>
border-color css
<style>
span { border-color: #7A648B; }
span { border-color: rgb(122,100,139); }
td.TdClassName
{
border-color: #7A648B;
}
.TagClassName
{
border-color: #7A648B;
}
</style>