Shades of Mamba #7A6687
Tints of Mamba #7A6687
RGB
CMYK
RGB Variations
Color information
#7A6687 (or 0x7A6687) is known color: Mamba. HEX triplet: 7A, 66 and 87. RGB value is (122,102,135). Sum of RGB (Red+Green+Blue) = 122+102+135=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A6687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6687 is #859978. Grayscale: #6F6F6F. Windows color (decimal): -8755577 or 8873594. OLE color: 8873594.
HSL color Cylindrical-coordinate representation of color #7A6687: hue angle of 276.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A6687 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 102 | 135 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.47 |
| HSL | 276.36º | 0.14% | 0.46% | - |
| HSV(B) | 276.36º | 0.24% | 0.53% | - |
| XYZ | 17.15 | 15.39 | 24.99 | - |
| YUV | 111.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 135 | 0.10 | 0.24 | 0 | 0.47 | 276.36 | 0.14 | 0.46 |
| Hex | 7A | 66 | 87 | A | 18 | 0 | 2F | 114 | E | 2E |
| Octal | 172 | 146 | 207 | 12 | 30 | 0 | 57 | 424 | 16 | 56 |
| Binary | 1111010 | 1100110 | 10000111 | 1010 | 11000 | 0 | 101111 | 100010100 | 1110 | 101110 |
Color Harmonies of #7A6687
Complementary color
Monochromatic Colors of #7A6687
Black with #7A6687
Text Example
Text Example
White with #7A6687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6687; }
p { color: rgb(122,102,135); }
H1.HeaderClassName
{
color: #7A6687;
}
.AnyTagClassName
{
color: #7A6687;
}
</style>
background-color css
<style>
a { background-color: #7A6687; }
a { background-color: rgb(122,102,135); }
div.DivClassName
{
background-color: #7A6687;
}
.BgClassName
{
background-color: #7A6687;
}
</style>
border-color css
<style>
span { border-color: #7A6687; }
span { border-color: rgb(122,102,135); }
td.TdClassName
{
border-color: #7A6687;
}
.TagClassName
{
border-color: #7A6687;
}
</style>