Shades of Mamba #7E6388
Tints of Mamba #7E6388
RGB
CMYK
RGB Variations
Color information
#7E6388 (or 0x7E6388) is known color: Mamba. HEX triplet: 7E, 63 and 88. RGB value is (126,99,136). Sum of RGB (Red+Green+Blue) = 126+99+136=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6388 is #819C77. Grayscale: #6F6F6F. Windows color (decimal): -8494200 or 8938366. OLE color: 8938366.
HSL color Cylindrical-coordinate representation of color #7E6388: hue angle of 283.78º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E6388 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 99 | 136 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.47 |
| HSL | 283.78º | 0.16% | 0.46% | - |
| HSV(B) | 283.78º | 0.27% | 0.53% | - |
| XYZ | 17.51 | 15.14 | 25.29 | - |
| YUV | 111.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 136 | 0.07 | 0.27 | 0 | 0.47 | 283.78 | 0.16 | 0.46 |
| Hex | 7E | 63 | 88 | 7 | 1B | 0 | 2F | 11C | 10 | 2E |
| Octal | 176 | 143 | 210 | 7 | 33 | 0 | 57 | 434 | 20 | 56 |
| Binary | 1111110 | 1100011 | 10001000 | 111 | 11011 | 0 | 101111 | 100011100 | 10000 | 101110 |
Color Harmonies of #7E6388
Complementary color
Monochromatic Colors of #7E6388
Black with #7E6388
Text Example
Text Example
White with #7E6388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6388; }
p { color: rgb(126,99,136); }
H1.HeaderClassName
{
color: #7E6388;
}
.AnyTagClassName
{
color: #7E6388;
}
</style>
background-color css
<style>
a { background-color: #7E6388; }
a { background-color: rgb(126,99,136); }
div.DivClassName
{
background-color: #7E6388;
}
.BgClassName
{
background-color: #7E6388;
}
</style>
border-color css
<style>
span { border-color: #7E6388; }
span { border-color: rgb(126,99,136); }
td.TdClassName
{
border-color: #7E6388;
}
.TagClassName
{
border-color: #7E6388;
}
</style>