Shades of Mamba #78747A
Tints of Mamba #78747A
RGB
CMYK
RGB Variations
Color information
#78747A (or 0x78747A) is known color: Mamba. HEX triplet: 78, 74 and 7A. RGB value is (120,116,122). Sum of RGB (Red+Green+Blue) = 120+116+122=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 122 - color contains mainly: blue. Hex color #78747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78747A is #878B85. Grayscale: #757575. Windows color (decimal): -8883078 or 8025208. OLE color: 8025208.
HSL color Cylindrical-coordinate representation of color #78747A: hue angle of 280º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #78747A is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 116 | 122 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.52 |
| HSL | 280º | 0.03% | 0.47% | - |
| HSV(B) | 280º | 0.05% | 0.48% | - |
| XYZ | 17.5 | 17.89 | 20.94 | - |
| YUV | 117.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 122 | 0.02 | 0.05 | 0 | 0.52 | 280 | 0.03 | 0.47 |
| Hex | 78 | 74 | 7A | 2 | 5 | 0 | 34 | 118 | 3 | 2F |
| Octal | 170 | 164 | 172 | 2 | 5 | 0 | 64 | 430 | 3 | 57 |
| Binary | 1111000 | 1110100 | 1111010 | 10 | 101 | 0 | 110100 | 100011000 | 11 | 101111 |
Color Harmonies of #78747A
Complementary color
Monochromatic Colors of #78747A
Black with #78747A
Text Example
Text Example
White with #78747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78747A; }
p { color: rgb(120,116,122); }
H1.HeaderClassName
{
color: #78747A;
}
.AnyTagClassName
{
color: #78747A;
}
</style>
background-color css
<style>
a { background-color: #78747A; }
a { background-color: rgb(120,116,122); }
div.DivClassName
{
background-color: #78747A;
}
.BgClassName
{
background-color: #78747A;
}
</style>
border-color css
<style>
span { border-color: #78747A; }
span { border-color: rgb(120,116,122); }
td.TdClassName
{
border-color: #78747A;
}
.TagClassName
{
border-color: #78747A;
}
</style>