Shades of Mamba #7A6A87
Tints of Mamba #7A6A87
RGB
CMYK
RGB Variations
Color information
#7A6A87 (or 0x7A6A87) is known color: Mamba. HEX triplet: 7A, 6A and 87. RGB value is (122,106,135). Sum of RGB (Red+Green+Blue) = 122+106+135=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A6A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6A87 is #859578. Grayscale: #717171. Windows color (decimal): -8754553 or 8874618. OLE color: 8874618.
HSL color Cylindrical-coordinate representation of color #7A6A87: hue angle of 273.1º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6A87 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 106 | 135 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.47 |
| HSL | 273.1º | 0.12% | 0.47% | - |
| HSV(B) | 273.1º | 0.21% | 0.53% | - |
| XYZ | 17.55 | 16.19 | 25.12 | - |
| YUV | 114.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 135 | 0.10 | 0.21 | 0 | 0.47 | 273.1 | 0.12 | 0.47 |
| Hex | 7A | 6A | 87 | A | 15 | 0 | 2F | 111 | C | 2F |
| Octal | 172 | 152 | 207 | 12 | 25 | 0 | 57 | 421 | 14 | 57 |
| Binary | 1111010 | 1101010 | 10000111 | 1010 | 10101 | 0 | 101111 | 100010001 | 1100 | 101111 |
Color Harmonies of #7A6A87
Complementary color
Monochromatic Colors of #7A6A87
Black with #7A6A87
Text Example
Text Example
White with #7A6A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A87; }
p { color: rgb(122,106,135); }
H1.HeaderClassName
{
color: #7A6A87;
}
.AnyTagClassName
{
color: #7A6A87;
}
</style>
background-color css
<style>
a { background-color: #7A6A87; }
a { background-color: rgb(122,106,135); }
div.DivClassName
{
background-color: #7A6A87;
}
.BgClassName
{
background-color: #7A6A87;
}
</style>
border-color css
<style>
span { border-color: #7A6A87; }
span { border-color: rgb(122,106,135); }
td.TdClassName
{
border-color: #7A6A87;
}
.TagClassName
{
border-color: #7A6A87;
}
</style>