Shades of Mamba #776D82
Tints of Mamba #776D82
RGB
CMYK
RGB Variations
Color information
#776D82 (or 0x776D82) is known color: Mamba. HEX triplet: 77, 6D and 82. RGB value is (119,109,130). Sum of RGB (Red+Green+Blue) = 119+109+130=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #776D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D82 is #88927D. Grayscale: #727272. Windows color (decimal): -8950398 or 8547703. OLE color: 8547703.
HSL color Cylindrical-coordinate representation of color #776D82: hue angle of 268.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #776D82 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 109 | 130 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.49 |
| HSL | 268.57º | 0.09% | 0.47% | - |
| HSV(B) | 268.57º | 0.16% | 0.51% | - |
| XYZ | 17.11 | 16.47 | 23.4 | - |
| YUV | 114.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 130 | 0.08 | 0.16 | 0 | 0.49 | 268.57 | 0.09 | 0.47 |
| Hex | 77 | 6D | 82 | 8 | 10 | 0 | 31 | 10D | 9 | 2F |
| Octal | 167 | 155 | 202 | 10 | 20 | 0 | 61 | 415 | 11 | 57 |
| Binary | 1110111 | 1101101 | 10000010 | 1000 | 10000 | 0 | 110001 | 100001101 | 1001 | 101111 |
Color Harmonies of #776D82
Complementary color
Monochromatic Colors of #776D82
Black with #776D82
Text Example
Text Example
White with #776D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D82; }
p { color: rgb(119,109,130); }
H1.HeaderClassName
{
color: #776D82;
}
.AnyTagClassName
{
color: #776D82;
}
</style>
background-color css
<style>
a { background-color: #776D82; }
a { background-color: rgb(119,109,130); }
div.DivClassName
{
background-color: #776D82;
}
.BgClassName
{
background-color: #776D82;
}
</style>
border-color css
<style>
span { border-color: #776D82; }
span { border-color: rgb(119,109,130); }
td.TdClassName
{
border-color: #776D82;
}
.TagClassName
{
border-color: #776D82;
}
</style>