Shades of Mamba #777379
Tints of Mamba #777379
RGB
CMYK
RGB Variations
Color information
#777379 (or 0x777379) is known color: Mamba. HEX triplet: 77, 73 and 79. RGB value is (119,115,121). Sum of RGB (Red+Green+Blue) = 119+115+121=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 121 - color contains mainly: blue. Hex color #777379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777379 is #888C86. Grayscale: #747474. Windows color (decimal): -8948871 or 7959415. OLE color: 7959415.
HSL color Cylindrical-coordinate representation of color #777379: hue angle of 280º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777379 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 121 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.53 |
| HSL | 280º | 0.03% | 0.46% | - |
| HSV(B) | 280º | 0.05% | 0.47% | - |
| XYZ | 17.19 | 17.56 | 20.57 | - |
| YUV | 116.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 121 | 0.02 | 0.05 | 0 | 0.53 | 280 | 0.03 | 0.46 |
| Hex | 77 | 73 | 79 | 2 | 5 | 0 | 35 | 118 | 3 | 2E |
| Octal | 167 | 163 | 171 | 2 | 5 | 0 | 65 | 430 | 3 | 56 |
| Binary | 1110111 | 1110011 | 1111001 | 10 | 101 | 0 | 110101 | 100011000 | 11 | 101110 |
Color Harmonies of #777379
Complementary color
Monochromatic Colors of #777379
Black with #777379
Text Example
Text Example
White with #777379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777379; }
p { color: rgb(119,115,121); }
H1.HeaderClassName
{
color: #777379;
}
.AnyTagClassName
{
color: #777379;
}
</style>
background-color css
<style>
a { background-color: #777379; }
a { background-color: rgb(119,115,121); }
div.DivClassName
{
background-color: #777379;
}
.BgClassName
{
background-color: #777379;
}
</style>
border-color css
<style>
span { border-color: #777379; }
span { border-color: rgb(119,115,121); }
td.TdClassName
{
border-color: #777379;
}
.TagClassName
{
border-color: #777379;
}
</style>