Shades of Mamba #78707B
Tints of Mamba #78707B
RGB
CMYK
RGB Variations
Color information
#78707B (or 0x78707B) is known color: Mamba. HEX triplet: 78, 70 and 7B. RGB value is (120,112,123). Sum of RGB (Red+Green+Blue) = 120+112+123=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #78707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78707B is #878F84. Grayscale: #737373. Windows color (decimal): -8884101 or 8089720. OLE color: 8089720.
HSL color Cylindrical-coordinate representation of color #78707B: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78707B is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 112 | 123 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.52 |
| HSL | 283.64º | 0.05% | 0.46% | - |
| HSV(B) | 283.64º | 0.09% | 0.48% | - |
| XYZ | 17.12 | 17.01 | 21.12 | - |
| YUV | 115.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 123 | 0.02 | 0.09 | 0 | 0.52 | 283.64 | 0.05 | 0.46 |
| Hex | 78 | 70 | 7B | 2 | 9 | 0 | 34 | 11C | 5 | 2E |
| Octal | 170 | 160 | 173 | 2 | 11 | 0 | 64 | 434 | 5 | 56 |
| Binary | 1111000 | 1110000 | 1111011 | 10 | 1001 | 0 | 110100 | 100011100 | 101 | 101110 |
Color Harmonies of #78707B
Complementary color
Monochromatic Colors of #78707B
Black with #78707B
Text Example
Text Example
White with #78707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78707B; }
p { color: rgb(120,112,123); }
H1.HeaderClassName
{
color: #78707B;
}
.AnyTagClassName
{
color: #78707B;
}
</style>
background-color css
<style>
a { background-color: #78707B; }
a { background-color: rgb(120,112,123); }
div.DivClassName
{
background-color: #78707B;
}
.BgClassName
{
background-color: #78707B;
}
</style>
border-color css
<style>
span { border-color: #78707B; }
span { border-color: rgb(120,112,123); }
td.TdClassName
{
border-color: #78707B;
}
.TagClassName
{
border-color: #78707B;
}
</style>