Shades of Mamba #7A6987
Tints of Mamba #7A6987
RGB
CMYK
RGB Variations
Color information
#7A6987 (or 0x7A6987) is known color: Mamba. HEX triplet: 7A, 69 and 87. RGB value is (122,105,135). Sum of RGB (Red+Green+Blue) = 122+105+135=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A6987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6987 is #859678. Grayscale: #717171. Windows color (decimal): -8754809 or 8874362. OLE color: 8874362.
HSL color Cylindrical-coordinate representation of color #7A6987: hue angle of 274º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A6987 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 105 | 135 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.47 |
| HSL | 274º | 0.13% | 0.47% | - |
| HSV(B) | 274º | 0.22% | 0.53% | - |
| XYZ | 17.45 | 15.99 | 25.09 | - |
| YUV | 113.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 135 | 0.10 | 0.22 | 0 | 0.47 | 274 | 0.13 | 0.47 |
| Hex | 7A | 69 | 87 | A | 16 | 0 | 2F | 112 | C | 2F |
| Octal | 172 | 151 | 207 | 12 | 26 | 0 | 57 | 422 | 14 | 57 |
| Binary | 1111010 | 1101001 | 10000111 | 1010 | 10110 | 0 | 101111 | 100010010 | 1100 | 101111 |
Color Harmonies of #7A6987
Complementary color
Monochromatic Colors of #7A6987
Black with #7A6987
Text Example
Text Example
White with #7A6987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6987; }
p { color: rgb(122,105,135); }
H1.HeaderClassName
{
color: #7A6987;
}
.AnyTagClassName
{
color: #7A6987;
}
</style>
background-color css
<style>
a { background-color: #7A6987; }
a { background-color: rgb(122,105,135); }
div.DivClassName
{
background-color: #7A6987;
}
.BgClassName
{
background-color: #7A6987;
}
</style>
border-color css
<style>
span { border-color: #7A6987; }
span { border-color: rgb(122,105,135); }
td.TdClassName
{
border-color: #7A6987;
}
.TagClassName
{
border-color: #7A6987;
}
</style>