Shades of Mamba #776E82
Tints of Mamba #776E82
RGB
CMYK
RGB Variations
Color information
#776E82 (or 0x776E82) is known color: Mamba. HEX triplet: 77, 6E and 82. RGB value is (119,110,130). Sum of RGB (Red+Green+Blue) = 119+110+130=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #776E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E82 is #88917D. Grayscale: #727272. Windows color (decimal): -8950142 or 8547959. OLE color: 8547959.
HSL color Cylindrical-coordinate representation of color #776E82: hue angle of 267º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776E82 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 110 | 130 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.49 |
| HSL | 267º | 0.08% | 0.47% | - |
| HSV(B) | 267º | 0.15% | 0.51% | - |
| XYZ | 17.21 | 16.69 | 23.43 | - |
| YUV | 114.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 130 | 0.08 | 0.15 | 0 | 0.49 | 267 | 0.08 | 0.47 |
| Hex | 77 | 6E | 82 | 8 | F | 0 | 31 | 10B | 8 | 2F |
| Octal | 167 | 156 | 202 | 10 | 17 | 0 | 61 | 413 | 10 | 57 |
| Binary | 1110111 | 1101110 | 10000010 | 1000 | 1111 | 0 | 110001 | 100001011 | 1000 | 101111 |
Color Harmonies of #776E82
Complementary color
Monochromatic Colors of #776E82
Black with #776E82
Text Example
Text Example
White with #776E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E82; }
p { color: rgb(119,110,130); }
H1.HeaderClassName
{
color: #776E82;
}
.AnyTagClassName
{
color: #776E82;
}
</style>
background-color css
<style>
a { background-color: #776E82; }
a { background-color: rgb(119,110,130); }
div.DivClassName
{
background-color: #776E82;
}
.BgClassName
{
background-color: #776E82;
}
</style>
border-color css
<style>
span { border-color: #776E82; }
span { border-color: rgb(119,110,130); }
td.TdClassName
{
border-color: #776E82;
}
.TagClassName
{
border-color: #776E82;
}
</style>