Shades of Mamba #78717C
Tints of Mamba #78717C
RGB
CMYK
RGB Variations
Color information
#78717C (or 0x78717C) is known color: Mamba. HEX triplet: 78, 71 and 7C. RGB value is (120,113,124). Sum of RGB (Red+Green+Blue) = 120+113+124=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #78717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78717C is #878E83. Grayscale: #747474. Windows color (decimal): -8883844 or 8155512. OLE color: 8155512.
HSL color Cylindrical-coordinate representation of color #78717C: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78717C is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 113 | 124 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.51 |
| HSL | 278.18º | 0.05% | 0.46% | - |
| HSV(B) | 278.18º | 0.09% | 0.49% | - |
| XYZ | 17.29 | 17.26 | 21.49 | - |
| YUV | 116.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 124 | 0.03 | 0.09 | 0 | 0.51 | 278.18 | 0.05 | 0.46 |
| Hex | 78 | 71 | 7C | 3 | 9 | 0 | 33 | 116 | 5 | 2E |
| Octal | 170 | 161 | 174 | 3 | 11 | 0 | 63 | 426 | 5 | 56 |
| Binary | 1111000 | 1110001 | 1111100 | 11 | 1001 | 0 | 110011 | 100010110 | 101 | 101110 |
Color Harmonies of #78717C
Complementary color
Monochromatic Colors of #78717C
Black with #78717C
Text Example
Text Example
White with #78717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78717C; }
p { color: rgb(120,113,124); }
H1.HeaderClassName
{
color: #78717C;
}
.AnyTagClassName
{
color: #78717C;
}
</style>
background-color css
<style>
a { background-color: #78717C; }
a { background-color: rgb(120,113,124); }
div.DivClassName
{
background-color: #78717C;
}
.BgClassName
{
background-color: #78717C;
}
</style>
border-color css
<style>
span { border-color: #78717C; }
span { border-color: rgb(120,113,124); }
td.TdClassName
{
border-color: #78717C;
}
.TagClassName
{
border-color: #78717C;
}
</style>