Shades of Mamba #7C717F
Tints of Mamba #7C717F
RGB
CMYK
RGB Variations
Color information
#7C717F (or 0x7C717F) is known color: Mamba. HEX triplet: 7C, 71 and 7F. RGB value is (124,113,127). Sum of RGB (Red+Green+Blue) = 124+113+127=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C717F is #838E80. Grayscale: #757575. Windows color (decimal): -8621697 or 8352124. OLE color: 8352124.
HSL color Cylindrical-coordinate representation of color #7C717F: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C717F is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 113 | 127 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.50 |
| HSL | 287.14º | 0.06% | 0.47% | - |
| HSV(B) | 287.14º | 0.11% | 0.5% | - |
| XYZ | 18.05 | 17.63 | 22.53 | - |
| YUV | 117.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 127 | 0.02 | 0.11 | 0 | 0.50 | 287.14 | 0.06 | 0.47 |
| Hex | 7C | 71 | 7F | 2 | B | 0 | 32 | 11F | 6 | 2F |
| Octal | 174 | 161 | 177 | 2 | 13 | 0 | 62 | 437 | 6 | 57 |
| Binary | 1111100 | 1110001 | 1111111 | 10 | 1011 | 0 | 110010 | 100011111 | 110 | 101111 |
Color Harmonies of #7C717F
Complementary color
Monochromatic Colors of #7C717F
Black with #7C717F
Text Example
Text Example
White with #7C717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C717F; }
p { color: rgb(124,113,127); }
H1.HeaderClassName
{
color: #7C717F;
}
.AnyTagClassName
{
color: #7C717F;
}
</style>
background-color css
<style>
a { background-color: #7C717F; }
a { background-color: rgb(124,113,127); }
div.DivClassName
{
background-color: #7C717F;
}
.BgClassName
{
background-color: #7C717F;
}
</style>
border-color css
<style>
span { border-color: #7C717F; }
span { border-color: rgb(124,113,127); }
td.TdClassName
{
border-color: #7C717F;
}
.TagClassName
{
border-color: #7C717F;
}
</style>