Shades of Mamba #7A638E
Tints of Mamba #7A638E
RGB
CMYK
RGB Variations
Color information
#7A638E (or 0x7A638E) is known color: Mamba. HEX triplet: 7A, 63 and 8E. RGB value is (122,99,142). Sum of RGB (Red+Green+Blue) = 122+99+142=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A638E is #859C71. Grayscale: #6E6E6E. Windows color (decimal): -8756338 or 9331578. OLE color: 9331578.
HSL color Cylindrical-coordinate representation of color #7A638E: hue angle of 272.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A638E is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 99 | 142 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.44 |
| HSL | 272.09º | 0.18% | 0.47% | - |
| HSV(B) | 272.09º | 0.3% | 0.56% | - |
| XYZ | 17.37 | 15.01 | 27.57 | - |
| YUV | 110.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 142 | 0.14 | 0.30 | 0 | 0.44 | 272.09 | 0.18 | 0.47 |
| Hex | 7A | 63 | 8E | E | 1E | 0 | 2C | 110 | 12 | 2F |
| Octal | 172 | 143 | 216 | 16 | 36 | 0 | 54 | 420 | 22 | 57 |
| Binary | 1111010 | 1100011 | 10001110 | 1110 | 11110 | 0 | 101100 | 100010000 | 10010 | 101111 |
Color Harmonies of #7A638E
Complementary color
Monochromatic Colors of #7A638E
Black with #7A638E
Text Example
Text Example
White with #7A638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A638E; }
p { color: rgb(122,99,142); }
H1.HeaderClassName
{
color: #7A638E;
}
.AnyTagClassName
{
color: #7A638E;
}
</style>
background-color css
<style>
a { background-color: #7A638E; }
a { background-color: rgb(122,99,142); }
div.DivClassName
{
background-color: #7A638E;
}
.BgClassName
{
background-color: #7A638E;
}
</style>
border-color css
<style>
span { border-color: #7A638E; }
span { border-color: rgb(122,99,142); }
td.TdClassName
{
border-color: #7A638E;
}
.TagClassName
{
border-color: #7A638E;
}
</style>