Shades of Mamba #7A648A
Tints of Mamba #7A648A
RGB
CMYK
RGB Variations
Color information
#7A648A (or 0x7A648A) is known color: Mamba. HEX triplet: 7A, 64 and 8A. RGB value is (122,100,138). Sum of RGB (Red+Green+Blue) = 122+100+138=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A648A is #859B75. Grayscale: #6E6E6E. Windows color (decimal): -8756086 or 9069690. OLE color: 9069690.
HSL color Cylindrical-coordinate representation of color #7A648A: hue angle of 274.74º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A648A is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 100 | 138 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.46 |
| HSL | 274.74º | 0.16% | 0.47% | - |
| HSV(B) | 274.74º | 0.28% | 0.54% | - |
| XYZ | 17.17 | 15.09 | 26.05 | - |
| YUV | 110.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 138 | 0.12 | 0.28 | 0 | 0.46 | 274.74 | 0.16 | 0.47 |
| Hex | 7A | 64 | 8A | C | 1C | 0 | 2E | 113 | 10 | 2F |
| Octal | 172 | 144 | 212 | 14 | 34 | 0 | 56 | 423 | 20 | 57 |
| Binary | 1111010 | 1100100 | 10001010 | 1100 | 11100 | 0 | 101110 | 100010011 | 10000 | 101111 |
Color Harmonies of #7A648A
Complementary color
Monochromatic Colors of #7A648A
Black with #7A648A
Text Example
Text Example
White with #7A648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A648A; }
p { color: rgb(122,100,138); }
H1.HeaderClassName
{
color: #7A648A;
}
.AnyTagClassName
{
color: #7A648A;
}
</style>
background-color css
<style>
a { background-color: #7A648A; }
a { background-color: rgb(122,100,138); }
div.DivClassName
{
background-color: #7A648A;
}
.BgClassName
{
background-color: #7A648A;
}
</style>
border-color css
<style>
span { border-color: #7A648A; }
span { border-color: rgb(122,100,138); }
td.TdClassName
{
border-color: #7A648A;
}
.TagClassName
{
border-color: #7A648A;
}
</style>