Shades of Mamba #7C727F
Tints of Mamba #7C727F
RGB
CMYK
RGB Variations
Color information
#7C727F (or 0x7C727F) is known color: Mamba. HEX triplet: 7C, 72 and 7F. RGB value is (124,114,127). Sum of RGB (Red+Green+Blue) = 124+114+127=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C727F is #838D80. Grayscale: #767676. Windows color (decimal): -8621441 or 8352380. OLE color: 8352380.
HSL color Cylindrical-coordinate representation of color #7C727F: hue angle of 286.15º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C727F is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 114 | 127 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.50 |
| HSL | 286.15º | 0.05% | 0.47% | - |
| HSV(B) | 286.15º | 0.1% | 0.5% | - |
| XYZ | 18.16 | 17.85 | 22.57 | - |
| YUV | 118.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 127 | 0.02 | 0.10 | 0 | 0.50 | 286.15 | 0.05 | 0.47 |
| Hex | 7C | 72 | 7F | 2 | A | 0 | 32 | 11E | 5 | 2F |
| Octal | 174 | 162 | 177 | 2 | 12 | 0 | 62 | 436 | 5 | 57 |
| Binary | 1111100 | 1110010 | 1111111 | 10 | 1010 | 0 | 110010 | 100011110 | 101 | 101111 |
Color Harmonies of #7C727F
Complementary color
Monochromatic Colors of #7C727F
Black with #7C727F
Text Example
Text Example
White with #7C727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C727F; }
p { color: rgb(124,114,127); }
H1.HeaderClassName
{
color: #7C727F;
}
.AnyTagClassName
{
color: #7C727F;
}
</style>
background-color css
<style>
a { background-color: #7C727F; }
a { background-color: rgb(124,114,127); }
div.DivClassName
{
background-color: #7C727F;
}
.BgClassName
{
background-color: #7C727F;
}
</style>
border-color css
<style>
span { border-color: #7C727F; }
span { border-color: rgb(124,114,127); }
td.TdClassName
{
border-color: #7C727F;
}
.TagClassName
{
border-color: #7C727F;
}
</style>