Shades of Mamba #777479
Tints of Mamba #777479
RGB
CMYK
RGB Variations
Color information
#777479 (or 0x777479) is known color: Mamba. HEX triplet: 77, 74 and 79. RGB value is (119,116,121). Sum of RGB (Red+Green+Blue) = 119+116+121=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 121 - color contains mainly: blue. Hex color #777479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777479 is #888B86. Grayscale: #757575. Windows color (decimal): -8948615 or 7959671. OLE color: 7959671.
HSL color Cylindrical-coordinate representation of color #777479: hue angle of 276º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #777479 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 121 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.53 |
| HSL | 276º | 0.02% | 0.46% | - |
| HSV(B) | 276º | 0.04% | 0.47% | - |
| XYZ | 17.3 | 17.79 | 20.61 | - |
| YUV | 117.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 121 | 0.02 | 0.04 | 0 | 0.53 | 276 | 0.02 | 0.46 |
| Hex | 77 | 74 | 79 | 2 | 4 | 0 | 35 | 114 | 2 | 2E |
| Octal | 167 | 164 | 171 | 2 | 4 | 0 | 65 | 424 | 2 | 56 |
| Binary | 1110111 | 1110100 | 1111001 | 10 | 100 | 0 | 110101 | 100010100 | 10 | 101110 |
Color Harmonies of #777479
Complementary color
Monochromatic Colors of #777479
Black with #777479
Text Example
Text Example
White with #777479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777479; }
p { color: rgb(119,116,121); }
H1.HeaderClassName
{
color: #777479;
}
.AnyTagClassName
{
color: #777479;
}
</style>
background-color css
<style>
a { background-color: #777479; }
a { background-color: rgb(119,116,121); }
div.DivClassName
{
background-color: #777479;
}
.BgClassName
{
background-color: #777479;
}
</style>
border-color css
<style>
span { border-color: #777479; }
span { border-color: rgb(119,116,121); }
td.TdClassName
{
border-color: #777479;
}
.TagClassName
{
border-color: #777479;
}
</style>