Shades of Mamba #78717E
Tints of Mamba #78717E
RGB
CMYK
RGB Variations
Color information
#78717E (or 0x78717E) is known color: Mamba. HEX triplet: 78, 71 and 7E. RGB value is (120,113,126). Sum of RGB (Red+Green+Blue) = 120+113+126=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 126 - color contains mainly: blue. Hex color #78717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78717E is #878E81. Grayscale: #747474. Windows color (decimal): -8883842 or 8286584. OLE color: 8286584.
HSL color Cylindrical-coordinate representation of color #78717E: hue angle of 272.31º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #78717E is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 113 | 126 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.51 |
| HSL | 272.31º | 0.05% | 0.47% | - |
| HSV(B) | 272.31º | 0.1% | 0.49% | - |
| XYZ | 17.42 | 17.31 | 22.16 | - |
| YUV | 116.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 126 | 0.05 | 0.10 | 0 | 0.51 | 272.31 | 0.05 | 0.47 |
| Hex | 78 | 71 | 7E | 5 | A | 0 | 33 | 110 | 5 | 2F |
| Octal | 170 | 161 | 176 | 5 | 12 | 0 | 63 | 420 | 5 | 57 |
| Binary | 1111000 | 1110001 | 1111110 | 101 | 1010 | 0 | 110011 | 100010000 | 101 | 101111 |
Color Harmonies of #78717E
Complementary color
Monochromatic Colors of #78717E
Black with #78717E
Text Example
Text Example
White with #78717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78717E; }
p { color: rgb(120,113,126); }
H1.HeaderClassName
{
color: #78717E;
}
.AnyTagClassName
{
color: #78717E;
}
</style>
background-color css
<style>
a { background-color: #78717E; }
a { background-color: rgb(120,113,126); }
div.DivClassName
{
background-color: #78717E;
}
.BgClassName
{
background-color: #78717E;
}
</style>
border-color css
<style>
span { border-color: #78717E; }
span { border-color: rgb(120,113,126); }
td.TdClassName
{
border-color: #78717E;
}
.TagClassName
{
border-color: #78717E;
}
</style>