Shades of Mamba #7A6889
Tints of Mamba #7A6889
RGB
CMYK
RGB Variations
Color information
#7A6889 (or 0x7A6889) is known color: Mamba. HEX triplet: 7A, 68 and 89. RGB value is (122,104,137). Sum of RGB (Red+Green+Blue) = 122+104+137=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A6889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6889 is #859776. Grayscale: #717171. Windows color (decimal): -8755063 or 9005178. OLE color: 9005178.
HSL color Cylindrical-coordinate representation of color #7A6889: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A6889 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 104 | 137 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.46 |
| HSL | 272.73º | 0.14% | 0.47% | - |
| HSV(B) | 272.73º | 0.24% | 0.54% | - |
| XYZ | 17.49 | 15.84 | 25.8 | - |
| YUV | 113.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 137 | 0.11 | 0.24 | 0 | 0.46 | 272.73 | 0.14 | 0.47 |
| Hex | 7A | 68 | 89 | B | 18 | 0 | 2E | 111 | E | 2F |
| Octal | 172 | 150 | 211 | 13 | 30 | 0 | 56 | 421 | 16 | 57 |
| Binary | 1111010 | 1101000 | 10001001 | 1011 | 11000 | 0 | 101110 | 100010001 | 1110 | 101111 |
Color Harmonies of #7A6889
Complementary color
Monochromatic Colors of #7A6889
Black with #7A6889
Text Example
Text Example
White with #7A6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6889; }
p { color: rgb(122,104,137); }
H1.HeaderClassName
{
color: #7A6889;
}
.AnyTagClassName
{
color: #7A6889;
}
</style>
background-color css
<style>
a { background-color: #7A6889; }
a { background-color: rgb(122,104,137); }
div.DivClassName
{
background-color: #7A6889;
}
.BgClassName
{
background-color: #7A6889;
}
</style>
border-color css
<style>
span { border-color: #7A6889; }
span { border-color: rgb(122,104,137); }
td.TdClassName
{
border-color: #7A6889;
}
.TagClassName
{
border-color: #7A6889;
}
</style>