Shades of Mamba #78727B
Tints of Mamba #78727B
RGB
CMYK
RGB Variations
Color information
#78727B (or 0x78727B) is known color: Mamba. HEX triplet: 78, 72 and 7B. RGB value is (120,114,123). Sum of RGB (Red+Green+Blue) = 120+114+123=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #78727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78727B is #878D84. Grayscale: #747474. Windows color (decimal): -8883589 or 8090232. OLE color: 8090232.
HSL color Cylindrical-coordinate representation of color #78727B: hue angle of 280º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #78727B is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 114 | 123 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.52 |
| HSL | 280º | 0.04% | 0.46% | - |
| HSV(B) | 280º | 0.07% | 0.48% | - |
| XYZ | 17.34 | 17.46 | 21.19 | - |
| YUV | 116.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 123 | 0.02 | 0.07 | 0 | 0.52 | 280 | 0.04 | 0.46 |
| Hex | 78 | 72 | 7B | 2 | 7 | 0 | 34 | 118 | 4 | 2E |
| Octal | 170 | 162 | 173 | 2 | 7 | 0 | 64 | 430 | 4 | 56 |
| Binary | 1111000 | 1110010 | 1111011 | 10 | 111 | 0 | 110100 | 100011000 | 100 | 101110 |
Color Harmonies of #78727B
Complementary color
Monochromatic Colors of #78727B
Black with #78727B
Text Example
Text Example
White with #78727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78727B; }
p { color: rgb(120,114,123); }
H1.HeaderClassName
{
color: #78727B;
}
.AnyTagClassName
{
color: #78727B;
}
</style>
background-color css
<style>
a { background-color: #78727B; }
a { background-color: rgb(120,114,123); }
div.DivClassName
{
background-color: #78727B;
}
.BgClassName
{
background-color: #78727B;
}
</style>
border-color css
<style>
span { border-color: #78727B; }
span { border-color: rgb(120,114,123); }
td.TdClassName
{
border-color: #78727B;
}
.TagClassName
{
border-color: #78727B;
}
</style>