Shades of Mamba #7A6389
Tints of Mamba #7A6389
RGB
CMYK
RGB Variations
Color information
#7A6389 (or 0x7A6389) is known color: Mamba. HEX triplet: 7A, 63 and 89. RGB value is (122,99,137). Sum of RGB (Red+Green+Blue) = 122+99+137=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A6389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6389 is #859C76. Grayscale: #6E6E6E. Windows color (decimal): -8756343 or 9003898. OLE color: 9003898.
HSL color Cylindrical-coordinate representation of color #7A6389: hue angle of 276.32º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A6389 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 99 | 137 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.46 |
| HSL | 276.32º | 0.16% | 0.46% | - |
| HSV(B) | 276.32º | 0.28% | 0.54% | - |
| XYZ | 17 | 14.87 | 25.64 | - |
| YUV | 110.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 137 | 0.11 | 0.28 | 0 | 0.46 | 276.32 | 0.16 | 0.46 |
| Hex | 7A | 63 | 89 | B | 1C | 0 | 2E | 114 | 10 | 2E |
| Octal | 172 | 143 | 211 | 13 | 34 | 0 | 56 | 424 | 20 | 56 |
| Binary | 1111010 | 1100011 | 10001001 | 1011 | 11100 | 0 | 101110 | 100010100 | 10000 | 101110 |
Color Harmonies of #7A6389
Complementary color
Monochromatic Colors of #7A6389
Black with #7A6389
Text Example
Text Example
White with #7A6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6389; }
p { color: rgb(122,99,137); }
H1.HeaderClassName
{
color: #7A6389;
}
.AnyTagClassName
{
color: #7A6389;
}
</style>
background-color css
<style>
a { background-color: #7A6389; }
a { background-color: rgb(122,99,137); }
div.DivClassName
{
background-color: #7A6389;
}
.BgClassName
{
background-color: #7A6389;
}
</style>
border-color css
<style>
span { border-color: #7A6389; }
span { border-color: rgb(122,99,137); }
td.TdClassName
{
border-color: #7A6389;
}
.TagClassName
{
border-color: #7A6389;
}
</style>