Shades of Mamba #7E628B
Tints of Mamba #7E628B
RGB
CMYK
RGB Variations
Color information
#7E628B (or 0x7E628B) is known color: Mamba. HEX triplet: 7E, 62 and 8B. RGB value is (126,98,139). Sum of RGB (Red+Green+Blue) = 126+98+139=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E628B is #819D74. Grayscale: #6E6E6E. Windows color (decimal): -8494453 or 9134718. OLE color: 9134718.
HSL color Cylindrical-coordinate representation of color #7E628B: hue angle of 280.98º 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 #7E628B is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 98 | 139 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.45 |
| HSL | 280.98º | 0.17% | 0.46% | - |
| HSV(B) | 280.98º | 0.29% | 0.55% | - |
| XYZ | 17.63 | 15.04 | 26.4 | - |
| YUV | 111.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 139 | 0.09 | 0.29 | 0 | 0.45 | 280.98 | 0.17 | 0.46 |
| Hex | 7E | 62 | 8B | 9 | 1D | 0 | 2D | 119 | 11 | 2E |
| Octal | 176 | 142 | 213 | 11 | 35 | 0 | 55 | 431 | 21 | 56 |
| Binary | 1111110 | 1100010 | 10001011 | 1001 | 11101 | 0 | 101101 | 100011001 | 10001 | 101110 |
Color Harmonies of #7E628B
Complementary color
Monochromatic Colors of #7E628B
Black with #7E628B
Text Example
Text Example
White with #7E628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E628B; }
p { color: rgb(126,98,139); }
H1.HeaderClassName
{
color: #7E628B;
}
.AnyTagClassName
{
color: #7E628B;
}
</style>
background-color css
<style>
a { background-color: #7E628B; }
a { background-color: rgb(126,98,139); }
div.DivClassName
{
background-color: #7E628B;
}
.BgClassName
{
background-color: #7E628B;
}
</style>
border-color css
<style>
span { border-color: #7E628B; }
span { border-color: rgb(126,98,139); }
td.TdClassName
{
border-color: #7E628B;
}
.TagClassName
{
border-color: #7E628B;
}
</style>