Shades of Mamba #776082
Tints of Mamba #776082
RGB
CMYK
RGB Variations
Color information
#776082 (or 0x776082) is known color: Mamba. HEX triplet: 77, 60 and 82. RGB value is (119,96,130). Sum of RGB (Red+Green+Blue) = 119+96+130=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #776082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776082 is #889F7D. Grayscale: #6A6A6A. Windows color (decimal): -8953726 or 8544375. OLE color: 8544375.
HSL color Cylindrical-coordinate representation of color #776082: hue angle of 280.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #776082 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 96 | 130 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.49 |
| HSL | 280.59º | 0.15% | 0.44% | - |
| HSV(B) | 280.59º | 0.26% | 0.51% | - |
| XYZ | 15.82 | 13.9 | 22.97 | - |
| YUV | 106.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 130 | 0.08 | 0.26 | 0 | 0.49 | 280.59 | 0.15 | 0.44 |
| Hex | 77 | 60 | 82 | 8 | 1A | 0 | 31 | 119 | F | 2C |
| Octal | 167 | 140 | 202 | 10 | 32 | 0 | 61 | 431 | 17 | 54 |
| Binary | 1110111 | 1100000 | 10000010 | 1000 | 11010 | 0 | 110001 | 100011001 | 1111 | 101100 |
Color Harmonies of #776082
Complementary color
Monochromatic Colors of #776082
Black with #776082
Text Example
Text Example
White with #776082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776082; }
p { color: rgb(119,96,130); }
H1.HeaderClassName
{
color: #776082;
}
.AnyTagClassName
{
color: #776082;
}
</style>
background-color css
<style>
a { background-color: #776082; }
a { background-color: rgb(119,96,130); }
div.DivClassName
{
background-color: #776082;
}
.BgClassName
{
background-color: #776082;
}
</style>
border-color css
<style>
span { border-color: #776082; }
span { border-color: rgb(119,96,130); }
td.TdClassName
{
border-color: #776082;
}
.TagClassName
{
border-color: #776082;
}
</style>