Shades of Mamba #7A6484
Tints of Mamba #7A6484
RGB
CMYK
RGB Variations
Color information
#7A6484 (or 0x7A6484) is known color: Mamba. HEX triplet: 7A, 64 and 84. RGB value is (122,100,132). Sum of RGB (Red+Green+Blue) = 122+100+132=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6484 is #859B7B. Grayscale: #6E6E6E. Windows color (decimal): -8756092 or 8676474. OLE color: 8676474.
HSL color Cylindrical-coordinate representation of color #7A6484: hue angle of 281.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A6484 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 100 | 132 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.48 |
| HSL | 281.25º | 0.14% | 0.45% | - |
| HSV(B) | 281.25º | 0.24% | 0.52% | - |
| XYZ | 16.75 | 14.92 | 23.83 | - |
| YUV | 110.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 132 | 0.08 | 0.24 | 0 | 0.48 | 281.25 | 0.14 | 0.45 |
| Hex | 7A | 64 | 84 | 8 | 18 | 0 | 30 | 119 | E | 2D |
| Octal | 172 | 144 | 204 | 10 | 30 | 0 | 60 | 431 | 16 | 55 |
| Binary | 1111010 | 1100100 | 10000100 | 1000 | 11000 | 0 | 110000 | 100011001 | 1110 | 101101 |
Color Harmonies of #7A6484
Complementary color
Monochromatic Colors of #7A6484
Black with #7A6484
Text Example
Text Example
White with #7A6484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6484; }
p { color: rgb(122,100,132); }
H1.HeaderClassName
{
color: #7A6484;
}
.AnyTagClassName
{
color: #7A6484;
}
</style>
background-color css
<style>
a { background-color: #7A6484; }
a { background-color: rgb(122,100,132); }
div.DivClassName
{
background-color: #7A6484;
}
.BgClassName
{
background-color: #7A6484;
}
</style>
border-color css
<style>
span { border-color: #7A6484; }
span { border-color: rgb(122,100,132); }
td.TdClassName
{
border-color: #7A6484;
}
.TagClassName
{
border-color: #7A6484;
}
</style>