Shades of Mamba #7A6488
Tints of Mamba #7A6488
RGB
CMYK
RGB Variations
Color information
#7A6488 (or 0x7A6488) is known color: Mamba. HEX triplet: 7A, 64 and 88. RGB value is (122,100,136). Sum of RGB (Red+Green+Blue) = 122+100+136=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A6488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6488 is #859B77. Grayscale: #6E6E6E. Windows color (decimal): -8756088 or 8938618. OLE color: 8938618.
HSL color Cylindrical-coordinate representation of color #7A6488: hue angle of 276.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A6488 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 100 | 136 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.47 |
| HSL | 276.67º | 0.15% | 0.46% | - |
| HSV(B) | 276.67º | 0.26% | 0.53% | - |
| XYZ | 17.03 | 15.03 | 25.3 | - |
| YUV | 110.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 136 | 0.10 | 0.26 | 0 | 0.47 | 276.67 | 0.15 | 0.46 |
| Hex | 7A | 64 | 88 | A | 1A | 0 | 2F | 115 | F | 2E |
| Octal | 172 | 144 | 210 | 12 | 32 | 0 | 57 | 425 | 17 | 56 |
| Binary | 1111010 | 1100100 | 10001000 | 1010 | 11010 | 0 | 101111 | 100010101 | 1111 | 101110 |
Color Harmonies of #7A6488
Complementary color
Monochromatic Colors of #7A6488
Black with #7A6488
Text Example
Text Example
White with #7A6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6488; }
p { color: rgb(122,100,136); }
H1.HeaderClassName
{
color: #7A6488;
}
.AnyTagClassName
{
color: #7A6488;
}
</style>
background-color css
<style>
a { background-color: #7A6488; }
a { background-color: rgb(122,100,136); }
div.DivClassName
{
background-color: #7A6488;
}
.BgClassName
{
background-color: #7A6488;
}
</style>
border-color css
<style>
span { border-color: #7A6488; }
span { border-color: rgb(122,100,136); }
td.TdClassName
{
border-color: #7A6488;
}
.TagClassName
{
border-color: #7A6488;
}
</style>