Shades of Mamba #7E638E
Tints of Mamba #7E638E
RGB
CMYK
RGB Variations
Color information
#7E638E (or 0x7E638E) is known color: Mamba. HEX triplet: 7E, 63 and 8E. RGB value is (126,99,142). Sum of RGB (Red+Green+Blue) = 126+99+142=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E638E is #819C71. Grayscale: #6F6F6F. Windows color (decimal): -8494194 or 9331582. OLE color: 9331582.
HSL color Cylindrical-coordinate representation of color #7E638E: hue angle of 277.67º 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 #7E638E is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 99 | 142 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.44 |
| HSL | 277.67º | 0.18% | 0.47% | - |
| HSV(B) | 277.67º | 0.3% | 0.56% | - |
| XYZ | 17.95 | 15.31 | 27.6 | - |
| YUV | 111.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 142 | 0.11 | 0.30 | 0 | 0.44 | 277.67 | 0.18 | 0.47 |
| Hex | 7E | 63 | 8E | B | 1E | 0 | 2C | 116 | 12 | 2F |
| Octal | 176 | 143 | 216 | 13 | 36 | 0 | 54 | 426 | 22 | 57 |
| Binary | 1111110 | 1100011 | 10001110 | 1011 | 11110 | 0 | 101100 | 100010110 | 10010 | 101111 |
Color Harmonies of #7E638E
Complementary color
Monochromatic Colors of #7E638E
Black with #7E638E
Text Example
Text Example
White with #7E638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E638E; }
p { color: rgb(126,99,142); }
H1.HeaderClassName
{
color: #7E638E;
}
.AnyTagClassName
{
color: #7E638E;
}
</style>
background-color css
<style>
a { background-color: #7E638E; }
a { background-color: rgb(126,99,142); }
div.DivClassName
{
background-color: #7E638E;
}
.BgClassName
{
background-color: #7E638E;
}
</style>
border-color css
<style>
span { border-color: #7E638E; }
span { border-color: rgb(126,99,142); }
td.TdClassName
{
border-color: #7E638E;
}
.TagClassName
{
border-color: #7E638E;
}
</style>