Shades of Mamba #78747C
Tints of Mamba #78747C
RGB
CMYK
RGB Variations
Color information
#78747C (or 0x78747C) is known color: Mamba. HEX triplet: 78, 74 and 7C. RGB value is (120,116,124). Sum of RGB (Red+Green+Blue) = 120+116+124=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 124 - color contains mainly: blue. Hex color #78747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78747C is #878B83. Grayscale: #767676. Windows color (decimal): -8883076 or 8156280. OLE color: 8156280.
HSL color Cylindrical-coordinate representation of color #78747C: hue angle of 270º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #78747C is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 116 | 124 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.51 |
| HSL | 270º | 0.03% | 0.47% | - |
| HSV(B) | 270º | 0.06% | 0.49% | - |
| XYZ | 17.63 | 17.94 | 21.6 | - |
| YUV | 118.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 124 | 0.03 | 0.06 | 0 | 0.51 | 270 | 0.03 | 0.47 |
| Hex | 78 | 74 | 7C | 3 | 6 | 0 | 33 | 10E | 3 | 2F |
| Octal | 170 | 164 | 174 | 3 | 6 | 0 | 63 | 416 | 3 | 57 |
| Binary | 1111000 | 1110100 | 1111100 | 11 | 110 | 0 | 110011 | 100001110 | 11 | 101111 |
Color Harmonies of #78747C
Complementary color
Monochromatic Colors of #78747C
Black with #78747C
Text Example
Text Example
White with #78747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78747C; }
p { color: rgb(120,116,124); }
H1.HeaderClassName
{
color: #78747C;
}
.AnyTagClassName
{
color: #78747C;
}
</style>
background-color css
<style>
a { background-color: #78747C; }
a { background-color: rgb(120,116,124); }
div.DivClassName
{
background-color: #78747C;
}
.BgClassName
{
background-color: #78747C;
}
</style>
border-color css
<style>
span { border-color: #78747C; }
span { border-color: rgb(120,116,124); }
td.TdClassName
{
border-color: #78747C;
}
.TagClassName
{
border-color: #78747C;
}
</style>