Shades of Mamba #776D7C
Tints of Mamba #776D7C
RGB
CMYK
RGB Variations
Color information
#776D7C (or 0x776D7C) is known color: Mamba. HEX triplet: 77, 6D and 7C. RGB value is (119,109,124). Sum of RGB (Red+Green+Blue) = 119+109+124=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #776D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D7C is #889283. Grayscale: #717171. Windows color (decimal): -8950404 or 8154487. OLE color: 8154487.
HSL color Cylindrical-coordinate representation of color #776D7C: hue angle of 280º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #776D7C is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 109 | 124 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.51 |
| HSL | 280º | 0.06% | 0.46% | - |
| HSV(B) | 280º | 0.12% | 0.49% | - |
| XYZ | 16.71 | 16.31 | 21.34 | - |
| YUV | 113.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 124 | 0.04 | 0.12 | 0 | 0.51 | 280 | 0.06 | 0.46 |
| Hex | 77 | 6D | 7C | 4 | C | 0 | 33 | 118 | 6 | 2E |
| Octal | 167 | 155 | 174 | 4 | 14 | 0 | 63 | 430 | 6 | 56 |
| Binary | 1110111 | 1101101 | 1111100 | 100 | 1100 | 0 | 110011 | 100011000 | 110 | 101110 |
Color Harmonies of #776D7C
Complementary color
Monochromatic Colors of #776D7C
Black with #776D7C
Text Example
Text Example
White with #776D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D7C; }
p { color: rgb(119,109,124); }
H1.HeaderClassName
{
color: #776D7C;
}
.AnyTagClassName
{
color: #776D7C;
}
</style>
background-color css
<style>
a { background-color: #776D7C; }
a { background-color: rgb(119,109,124); }
div.DivClassName
{
background-color: #776D7C;
}
.BgClassName
{
background-color: #776D7C;
}
</style>
border-color css
<style>
span { border-color: #776D7C; }
span { border-color: rgb(119,109,124); }
td.TdClassName
{
border-color: #776D7C;
}
.TagClassName
{
border-color: #776D7C;
}
</style>