Shades of Mamba #7E678B
Tints of Mamba #7E678B
RGB
CMYK
RGB Variations
Color information
#7E678B (or 0x7E678B) is known color: Mamba. HEX triplet: 7E, 67 and 8B. RGB value is (126,103,139). Sum of RGB (Red+Green+Blue) = 126+103+139=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E678B is #819874. Grayscale: #717171. Windows color (decimal): -8493173 or 9135998. OLE color: 9135998.
HSL color Cylindrical-coordinate representation of color #7E678B: hue angle of 278.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E678B is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 103 | 139 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.45 |
| HSL | 278.33º | 0.15% | 0.47% | - |
| HSV(B) | 278.33º | 0.26% | 0.55% | - |
| XYZ | 18.11 | 16 | 26.56 | - |
| YUV | 113.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 139 | 0.09 | 0.26 | 0 | 0.45 | 278.33 | 0.15 | 0.47 |
| Hex | 7E | 67 | 8B | 9 | 1A | 0 | 2D | 116 | F | 2F |
| Octal | 176 | 147 | 213 | 11 | 32 | 0 | 55 | 426 | 17 | 57 |
| Binary | 1111110 | 1100111 | 10001011 | 1001 | 11010 | 0 | 101101 | 100010110 | 1111 | 101111 |
Color Harmonies of #7E678B
Complementary color
Monochromatic Colors of #7E678B
Black with #7E678B
Text Example
Text Example
White with #7E678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E678B; }
p { color: rgb(126,103,139); }
H1.HeaderClassName
{
color: #7E678B;
}
.AnyTagClassName
{
color: #7E678B;
}
</style>
background-color css
<style>
a { background-color: #7E678B; }
a { background-color: rgb(126,103,139); }
div.DivClassName
{
background-color: #7E678B;
}
.BgClassName
{
background-color: #7E678B;
}
</style>
border-color css
<style>
span { border-color: #7E678B; }
span { border-color: rgb(126,103,139); }
td.TdClassName
{
border-color: #7E678B;
}
.TagClassName
{
border-color: #7E678B;
}
</style>