Shades of Mamba #7A628B
Tints of Mamba #7A628B
RGB
CMYK
RGB Variations
Color information
#7A628B (or 0x7A628B) is known color: Mamba. HEX triplet: 7A, 62 and 8B. RGB value is (122,98,139). Sum of RGB (Red+Green+Blue) = 122+98+139=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A628B is #859D74. Grayscale: #6D6D6D. Windows color (decimal): -8756597 or 9134714. OLE color: 9134714.
HSL color Cylindrical-coordinate representation of color #7A628B: hue angle of 275.12º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A628B is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 98 | 139 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.45 |
| HSL | 275.12º | 0.17% | 0.46% | - |
| HSV(B) | 275.12º | 0.29% | 0.55% | - |
| XYZ | 17.05 | 14.74 | 26.37 | - |
| YUV | 109.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 139 | 0.12 | 0.29 | 0 | 0.45 | 275.12 | 0.17 | 0.46 |
| Hex | 7A | 62 | 8B | C | 1D | 0 | 2D | 113 | 11 | 2E |
| Octal | 172 | 142 | 213 | 14 | 35 | 0 | 55 | 423 | 21 | 56 |
| Binary | 1111010 | 1100010 | 10001011 | 1100 | 11101 | 0 | 101101 | 100010011 | 10001 | 101110 |
Color Harmonies of #7A628B
Complementary color
Monochromatic Colors of #7A628B
Black with #7A628B
Text Example
Text Example
White with #7A628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A628B; }
p { color: rgb(122,98,139); }
H1.HeaderClassName
{
color: #7A628B;
}
.AnyTagClassName
{
color: #7A628B;
}
</style>
background-color css
<style>
a { background-color: #7A628B; }
a { background-color: rgb(122,98,139); }
div.DivClassName
{
background-color: #7A628B;
}
.BgClassName
{
background-color: #7A628B;
}
</style>
border-color css
<style>
span { border-color: #7A628B; }
span { border-color: rgb(122,98,139); }
td.TdClassName
{
border-color: #7A628B;
}
.TagClassName
{
border-color: #7A628B;
}
</style>