Shades of Mamba #7A6E82
Tints of Mamba #7A6E82
RGB
CMYK
RGB Variations
Color information
#7A6E82 (or 0x7A6E82) is known color: Mamba. HEX triplet: 7A, 6E and 82. RGB value is (122,110,130). Sum of RGB (Red+Green+Blue) = 122+110+130=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A6E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6E82 is #85917D. Grayscale: #737373. Windows color (decimal): -8753534 or 8547962. OLE color: 8547962.
HSL color Cylindrical-coordinate representation of color #7A6E82: hue angle of 276º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A6E82 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 110 | 130 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.49 |
| HSL | 276º | 0.08% | 0.47% | - |
| HSV(B) | 276º | 0.15% | 0.51% | - |
| XYZ | 17.63 | 16.9 | 23.45 | - |
| YUV | 115.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 130 | 0.06 | 0.15 | 0 | 0.49 | 276 | 0.08 | 0.47 |
| Hex | 7A | 6E | 82 | 6 | F | 0 | 31 | 114 | 8 | 2F |
| Octal | 172 | 156 | 202 | 6 | 17 | 0 | 61 | 424 | 10 | 57 |
| Binary | 1111010 | 1101110 | 10000010 | 110 | 1111 | 0 | 110001 | 100010100 | 1000 | 101111 |
Color Harmonies of #7A6E82
Complementary color
Monochromatic Colors of #7A6E82
Black with #7A6E82
Text Example
Text Example
White with #7A6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E82; }
p { color: rgb(122,110,130); }
H1.HeaderClassName
{
color: #7A6E82;
}
.AnyTagClassName
{
color: #7A6E82;
}
</style>
background-color css
<style>
a { background-color: #7A6E82; }
a { background-color: rgb(122,110,130); }
div.DivClassName
{
background-color: #7A6E82;
}
.BgClassName
{
background-color: #7A6E82;
}
</style>
border-color css
<style>
span { border-color: #7A6E82; }
span { border-color: rgb(122,110,130); }
td.TdClassName
{
border-color: #7A6E82;
}
.TagClassName
{
border-color: #7A6E82;
}
</style>