Shades of Mamba #7E7584
Tints of Mamba #7E7584
RGB
CMYK
RGB Variations
Color information
#7E7584 (or 0x7E7584) is known color: Mamba. HEX triplet: 7E, 75 and 84. RGB value is (126,117,132). Sum of RGB (Red+Green+Blue) = 126+117+132=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E7584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7584 is #818A7B. Grayscale: #797979. Windows color (decimal): -8489596 or 8680830. OLE color: 8680830.
HSL color Cylindrical-coordinate representation of color #7E7584: hue angle of 276º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E7584 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 117 | 132 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.48 |
| HSL | 276º | 0.06% | 0.49% | - |
| HSV(B) | 276º | 0.11% | 0.52% | - |
| XYZ | 19.13 | 18.82 | 24.45 | - |
| YUV | 121.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 132 | 0.05 | 0.11 | 0 | 0.48 | 276 | 0.06 | 0.49 |
| Hex | 7E | 75 | 84 | 5 | B | 0 | 30 | 114 | 6 | 31 |
| Octal | 176 | 165 | 204 | 5 | 13 | 0 | 60 | 424 | 6 | 61 |
| Binary | 1111110 | 1110101 | 10000100 | 101 | 1011 | 0 | 110000 | 100010100 | 110 | 110001 |
Color Harmonies of #7E7584
Complementary color
Monochromatic Colors of #7E7584
Black with #7E7584
Text Example
Text Example
White with #7E7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7584; }
p { color: rgb(126,117,132); }
H1.HeaderClassName
{
color: #7E7584;
}
.AnyTagClassName
{
color: #7E7584;
}
</style>
background-color css
<style>
a { background-color: #7E7584; }
a { background-color: rgb(126,117,132); }
div.DivClassName
{
background-color: #7E7584;
}
.BgClassName
{
background-color: #7E7584;
}
</style>
border-color css
<style>
span { border-color: #7E7584; }
span { border-color: rgb(126,117,132); }
td.TdClassName
{
border-color: #7E7584;
}
.TagClassName
{
border-color: #7E7584;
}
</style>