Shades of Mamba #7E6884
Tints of Mamba #7E6884
RGB
CMYK
RGB Variations
Color information
#7E6884 (or 0x7E6884) is known color: Mamba. HEX triplet: 7E, 68 and 84. RGB value is (126,104,132). Sum of RGB (Red+Green+Blue) = 126+104+132=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6884 is #81977B. Grayscale: #717171. Windows color (decimal): -8492924 or 8677502. OLE color: 8677502.
HSL color Cylindrical-coordinate representation of color #7E6884: hue angle of 287.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6884 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 104 | 132 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.48 |
| HSL | 287.14º | 0.12% | 0.46% | - |
| HSV(B) | 287.14º | 0.21% | 0.52% | - |
| XYZ | 17.72 | 16 | 23.98 | - |
| YUV | 113.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 132 | 0.05 | 0.21 | 0 | 0.48 | 287.14 | 0.12 | 0.46 |
| Hex | 7E | 68 | 84 | 5 | 15 | 0 | 30 | 11F | C | 2E |
| Octal | 176 | 150 | 204 | 5 | 25 | 0 | 60 | 437 | 14 | 56 |
| Binary | 1111110 | 1101000 | 10000100 | 101 | 10101 | 0 | 110000 | 100011111 | 1100 | 101110 |
Color Harmonies of #7E6884
Complementary color
Monochromatic Colors of #7E6884
Black with #7E6884
Text Example
Text Example
White with #7E6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6884; }
p { color: rgb(126,104,132); }
H1.HeaderClassName
{
color: #7E6884;
}
.AnyTagClassName
{
color: #7E6884;
}
</style>
background-color css
<style>
a { background-color: #7E6884; }
a { background-color: rgb(126,104,132); }
div.DivClassName
{
background-color: #7E6884;
}
.BgClassName
{
background-color: #7E6884;
}
</style>
border-color css
<style>
span { border-color: #7E6884; }
span { border-color: rgb(126,104,132); }
td.TdClassName
{
border-color: #7E6884;
}
.TagClassName
{
border-color: #7E6884;
}
</style>