Shades of Mamba #7A7082
Tints of Mamba #7A7082
RGB
CMYK
RGB Variations
Color information
#7A7082 (or 0x7A7082) is known color: Mamba. HEX triplet: 7A, 70 and 82. RGB value is (122,112,130). Sum of RGB (Red+Green+Blue) = 122+112+130=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A7082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7082 is #858F7D. Grayscale: #747474. Windows color (decimal): -8753022 or 8548474. OLE color: 8548474.
HSL color Cylindrical-coordinate representation of color #7A7082: hue angle of 273.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A7082 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 112 | 130 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.49 |
| HSL | 273.33º | 0.07% | 0.47% | - |
| HSV(B) | 273.33º | 0.14% | 0.51% | - |
| XYZ | 17.85 | 17.34 | 23.52 | - |
| YUV | 117.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 130 | 0.06 | 0.14 | 0 | 0.49 | 273.33 | 0.07 | 0.47 |
| Hex | 7A | 70 | 82 | 6 | E | 0 | 31 | 111 | 7 | 2F |
| Octal | 172 | 160 | 202 | 6 | 16 | 0 | 61 | 421 | 7 | 57 |
| Binary | 1111010 | 1110000 | 10000010 | 110 | 1110 | 0 | 110001 | 100010001 | 111 | 101111 |
Color Harmonies of #7A7082
Complementary color
Monochromatic Colors of #7A7082
Black with #7A7082
Text Example
Text Example
White with #7A7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7082; }
p { color: rgb(122,112,130); }
H1.HeaderClassName
{
color: #7A7082;
}
.AnyTagClassName
{
color: #7A7082;
}
</style>
background-color css
<style>
a { background-color: #7A7082; }
a { background-color: rgb(122,112,130); }
div.DivClassName
{
background-color: #7A7082;
}
.BgClassName
{
background-color: #7A7082;
}
</style>
border-color css
<style>
span { border-color: #7A7082; }
span { border-color: rgb(122,112,130); }
td.TdClassName
{
border-color: #7A7082;
}
.TagClassName
{
border-color: #7A7082;
}
</style>