Shades of Mamba #7A628D
Tints of Mamba #7A628D
RGB
CMYK
RGB Variations
Color information
#7A628D (or 0x7A628D) is known color: Mamba. HEX triplet: 7A, 62 and 8D. RGB value is (122,98,141). Sum of RGB (Red+Green+Blue) = 122+98+141=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A628D is #859D72. Grayscale: #6D6D6D. Windows color (decimal): -8756595 or 9265786. OLE color: 9265786.
HSL color Cylindrical-coordinate representation of color #7A628D: hue angle of 273.49º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A628D is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 98 | 141 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.45 |
| HSL | 273.49º | 0.18% | 0.47% | - |
| HSV(B) | 273.49º | 0.3% | 0.55% | - |
| XYZ | 17.2 | 14.8 | 27.15 | - |
| YUV | 110.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 141 | 0.13 | 0.30 | 0 | 0.45 | 273.49 | 0.18 | 0.47 |
| Hex | 7A | 62 | 8D | D | 1E | 0 | 2D | 111 | 12 | 2F |
| Octal | 172 | 142 | 215 | 15 | 36 | 0 | 55 | 421 | 22 | 57 |
| Binary | 1111010 | 1100010 | 10001101 | 1101 | 11110 | 0 | 101101 | 100010001 | 10010 | 101111 |
Color Harmonies of #7A628D
Complementary color
Monochromatic Colors of #7A628D
Black with #7A628D
Text Example
Text Example
White with #7A628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A628D; }
p { color: rgb(122,98,141); }
H1.HeaderClassName
{
color: #7A628D;
}
.AnyTagClassName
{
color: #7A628D;
}
</style>
background-color css
<style>
a { background-color: #7A628D; }
a { background-color: rgb(122,98,141); }
div.DivClassName
{
background-color: #7A628D;
}
.BgClassName
{
background-color: #7A628D;
}
</style>
border-color css
<style>
span { border-color: #7A628D; }
span { border-color: rgb(122,98,141); }
td.TdClassName
{
border-color: #7A628D;
}
.TagClassName
{
border-color: #7A628D;
}
</style>