Shades of Mamba #78727D
Tints of Mamba #78727D
RGB
CMYK
RGB Variations
Color information
#78727D (or 0x78727D) is known color: Mamba. HEX triplet: 78, 72 and 7D. RGB value is (120,114,125). Sum of RGB (Red+Green+Blue) = 120+114+125=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 125 - color contains mainly: blue. Hex color #78727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78727D is #878D82. Grayscale: #757575. Windows color (decimal): -8883587 or 8221304. OLE color: 8221304.
HSL color Cylindrical-coordinate representation of color #78727D: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78727D is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 114 | 125 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.51 |
| HSL | 272.73º | 0.05% | 0.47% | - |
| HSV(B) | 272.73º | 0.09% | 0.49% | - |
| XYZ | 17.46 | 17.51 | 21.86 | - |
| YUV | 117.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 125 | 0.04 | 0.09 | 0 | 0.51 | 272.73 | 0.05 | 0.47 |
| Hex | 78 | 72 | 7D | 4 | 9 | 0 | 33 | 111 | 5 | 2F |
| Octal | 170 | 162 | 175 | 4 | 11 | 0 | 63 | 421 | 5 | 57 |
| Binary | 1111000 | 1110010 | 1111101 | 100 | 1001 | 0 | 110011 | 100010001 | 101 | 101111 |
Color Harmonies of #78727D
Complementary color
Monochromatic Colors of #78727D
Black with #78727D
Text Example
Text Example
White with #78727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78727D; }
p { color: rgb(120,114,125); }
H1.HeaderClassName
{
color: #78727D;
}
.AnyTagClassName
{
color: #78727D;
}
</style>
background-color css
<style>
a { background-color: #78727D; }
a { background-color: rgb(120,114,125); }
div.DivClassName
{
background-color: #78727D;
}
.BgClassName
{
background-color: #78727D;
}
</style>
border-color css
<style>
span { border-color: #78727D; }
span { border-color: rgb(120,114,125); }
td.TdClassName
{
border-color: #78727D;
}
.TagClassName
{
border-color: #78727D;
}
</style>