Shades of Mamba #777578
Tints of Mamba #777578
RGB
CMYK
RGB Variations
Color information
#777578 (or 0x777578) is known color: Mamba. HEX triplet: 77, 75 and 78. RGB value is (119,117,120). Sum of RGB (Red+Green+Blue) = 119+117+120=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 120 - color contains mainly: blue. Hex color #777578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777578 is #888A87. Grayscale: #757575. Windows color (decimal): -8948360 or 7894391. OLE color: 7894391.
HSL color Cylindrical-coordinate representation of color #777578: hue angle of 280º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #777578 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 120 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.53 |
| HSL | 280º | 0.01% | 0.46% | - |
| HSV(B) | 280º | 0.02% | 0.47% | - |
| XYZ | 17.36 | 18 | 20.33 | - |
| YUV | 117.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 120 | 0.01 | 0.02 | 0 | 0.53 | 280 | 0.01 | 0.46 |
| Hex | 77 | 75 | 78 | 1 | 2 | 0 | 35 | 118 | 1 | 2E |
| Octal | 167 | 165 | 170 | 1 | 2 | 0 | 65 | 430 | 1 | 56 |
| Binary | 1110111 | 1110101 | 1111000 | 1 | 10 | 0 | 110101 | 100011000 | 1 | 101110 |
Color Harmonies of #777578
Complementary color
Monochromatic Colors of #777578
Black with #777578
Text Example
Text Example
White with #777578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777578; }
p { color: rgb(119,117,120); }
H1.HeaderClassName
{
color: #777578;
}
.AnyTagClassName
{
color: #777578;
}
</style>
background-color css
<style>
a { background-color: #777578; }
a { background-color: rgb(119,117,120); }
div.DivClassName
{
background-color: #777578;
}
.BgClassName
{
background-color: #777578;
}
</style>
border-color css
<style>
span { border-color: #777578; }
span { border-color: rgb(119,117,120); }
td.TdClassName
{
border-color: #777578;
}
.TagClassName
{
border-color: #777578;
}
</style>