Shades of Mamba #7E648C
Tints of Mamba #7E648C
RGB
CMYK
RGB Variations
Color information
#7E648C (or 0x7E648C) is known color: Mamba. HEX triplet: 7E, 64 and 8C. RGB value is (126,100,140). Sum of RGB (Red+Green+Blue) = 126+100+140=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E648C is #819B73. Grayscale: #707070. Windows color (decimal): -8493940 or 9200766. OLE color: 9200766.
HSL color Cylindrical-coordinate representation of color #7E648C: hue angle of 279º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E648C is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 100 | 140 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.45 |
| HSL | 279º | 0.17% | 0.47% | - |
| HSV(B) | 279º | 0.29% | 0.55% | - |
| XYZ | 17.89 | 15.44 | 26.85 | - |
| YUV | 112.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 140 | 0.10 | 0.29 | 0 | 0.45 | 279 | 0.17 | 0.47 |
| Hex | 7E | 64 | 8C | A | 1D | 0 | 2D | 117 | 11 | 2F |
| Octal | 176 | 144 | 214 | 12 | 35 | 0 | 55 | 427 | 21 | 57 |
| Binary | 1111110 | 1100100 | 10001100 | 1010 | 11101 | 0 | 101101 | 100010111 | 10001 | 101111 |
Color Harmonies of #7E648C
Complementary color
Monochromatic Colors of #7E648C
Black with #7E648C
Text Example
Text Example
White with #7E648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E648C; }
p { color: rgb(126,100,140); }
H1.HeaderClassName
{
color: #7E648C;
}
.AnyTagClassName
{
color: #7E648C;
}
</style>
background-color css
<style>
a { background-color: #7E648C; }
a { background-color: rgb(126,100,140); }
div.DivClassName
{
background-color: #7E648C;
}
.BgClassName
{
background-color: #7E648C;
}
</style>
border-color css
<style>
span { border-color: #7E648C; }
span { border-color: rgb(126,100,140); }
td.TdClassName
{
border-color: #7E648C;
}
.TagClassName
{
border-color: #7E648C;
}
</style>