Shades of Mamba #7C747E
Tints of Mamba #7C747E
RGB
CMYK
RGB Variations
Color information
#7C747E (or 0x7C747E) is known color: Mamba. HEX triplet: 7C, 74 and 7E. RGB value is (124,116,126). Sum of RGB (Red+Green+Blue) = 124+116+126=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C747E is #838B81. Grayscale: #777777. Windows color (decimal): -8620930 or 8287356. OLE color: 8287356.
HSL color Cylindrical-coordinate representation of color #7C747E: hue angle of 288º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C747E is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 126 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.51 |
| HSL | 288º | 0.04% | 0.47% | - |
| HSV(B) | 288º | 0.08% | 0.49% | - |
| XYZ | 18.32 | 18.28 | 22.3 | - |
| YUV | 119.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 126 | 0.02 | 0.08 | 0 | 0.51 | 288 | 0.04 | 0.47 |
| Hex | 7C | 74 | 7E | 2 | 8 | 0 | 33 | 120 | 4 | 2F |
| Octal | 174 | 164 | 176 | 2 | 10 | 0 | 63 | 440 | 4 | 57 |
| Binary | 1111100 | 1110100 | 1111110 | 10 | 1000 | 0 | 110011 | 100100000 | 100 | 101111 |
Color Harmonies of #7C747E
Complementary color
Monochromatic Colors of #7C747E
Black with #7C747E
Text Example
Text Example
White with #7C747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C747E; }
p { color: rgb(124,116,126); }
H1.HeaderClassName
{
color: #7C747E;
}
.AnyTagClassName
{
color: #7C747E;
}
</style>
background-color css
<style>
a { background-color: #7C747E; }
a { background-color: rgb(124,116,126); }
div.DivClassName
{
background-color: #7C747E;
}
.BgClassName
{
background-color: #7C747E;
}
</style>
border-color css
<style>
span { border-color: #7C747E; }
span { border-color: rgb(124,116,126); }
td.TdClassName
{
border-color: #7C747E;
}
.TagClassName
{
border-color: #7C747E;
}
</style>