Shades of Mamba #7C787E
Tints of Mamba #7C787E
RGB
CMYK
RGB Variations
Color information
#7C787E (or 0x7C787E) is known color: Mamba. HEX triplet: 7C, 78 and 7E. RGB value is (124,120,126). Sum of RGB (Red+Green+Blue) = 124+120+126=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C787E is #838781. Grayscale: #797979. Windows color (decimal): -8619906 or 8288380. OLE color: 8288380.
HSL color Cylindrical-coordinate representation of color #7C787E: hue angle of 280º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7C787E is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 126 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.51 |
| HSL | 280º | 0.02% | 0.48% | - |
| HSV(B) | 280º | 0.05% | 0.49% | - |
| XYZ | 18.79 | 19.22 | 22.46 | - |
| YUV | 121.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 126 | 0.02 | 0.05 | 0 | 0.51 | 280 | 0.02 | 0.48 |
| Hex | 7C | 78 | 7E | 2 | 5 | 0 | 33 | 118 | 2 | 30 |
| Octal | 174 | 170 | 176 | 2 | 5 | 0 | 63 | 430 | 2 | 60 |
| Binary | 1111100 | 1111000 | 1111110 | 10 | 101 | 0 | 110011 | 100011000 | 10 | 110000 |
Color Harmonies of #7C787E
Complementary color
Monochromatic Colors of #7C787E
Black with #7C787E
Text Example
Text Example
White with #7C787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C787E; }
p { color: rgb(124,120,126); }
H1.HeaderClassName
{
color: #7C787E;
}
.AnyTagClassName
{
color: #7C787E;
}
</style>
background-color css
<style>
a { background-color: #7C787E; }
a { background-color: rgb(124,120,126); }
div.DivClassName
{
background-color: #7C787E;
}
.BgClassName
{
background-color: #7C787E;
}
</style>
border-color css
<style>
span { border-color: #7C787E; }
span { border-color: rgb(124,120,126); }
td.TdClassName
{
border-color: #7C787E;
}
.TagClassName
{
border-color: #7C787E;
}
</style>