Shades of Mamba #7A6587
Tints of Mamba #7A6587
RGB
CMYK
RGB Variations
Color information
#7A6587 (or 0x7A6587) is known color: Mamba. HEX triplet: 7A, 65 and 87. RGB value is (122,101,135). Sum of RGB (Red+Green+Blue) = 122+101+135=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A6587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6587 is #859A78. Grayscale: #6F6F6F. Windows color (decimal): -8755833 or 8873338. OLE color: 8873338.
HSL color Cylindrical-coordinate representation of color #7A6587: hue angle of 277.06º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A6587 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 101 | 135 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.47 |
| HSL | 277.06º | 0.14% | 0.46% | - |
| HSV(B) | 277.06º | 0.25% | 0.53% | - |
| XYZ | 17.05 | 15.19 | 24.96 | - |
| YUV | 111.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 135 | 0.10 | 0.25 | 0 | 0.47 | 277.06 | 0.14 | 0.46 |
| Hex | 7A | 65 | 87 | A | 19 | 0 | 2F | 115 | E | 2E |
| Octal | 172 | 145 | 207 | 12 | 31 | 0 | 57 | 425 | 16 | 56 |
| Binary | 1111010 | 1100101 | 10000111 | 1010 | 11001 | 0 | 101111 | 100010101 | 1110 | 101110 |
Color Harmonies of #7A6587
Complementary color
Monochromatic Colors of #7A6587
Black with #7A6587
Text Example
Text Example
White with #7A6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6587; }
p { color: rgb(122,101,135); }
H1.HeaderClassName
{
color: #7A6587;
}
.AnyTagClassName
{
color: #7A6587;
}
</style>
background-color css
<style>
a { background-color: #7A6587; }
a { background-color: rgb(122,101,135); }
div.DivClassName
{
background-color: #7A6587;
}
.BgClassName
{
background-color: #7A6587;
}
</style>
border-color css
<style>
span { border-color: #7A6587; }
span { border-color: rgb(122,101,135); }
td.TdClassName
{
border-color: #7A6587;
}
.TagClassName
{
border-color: #7A6587;
}
</style>