Shades of Mamba #776981
Tints of Mamba #776981
RGB
CMYK
RGB Variations
Color information
#776981 (or 0x776981) is known color: Mamba. HEX triplet: 77, 69 and 81. RGB value is (119,105,129). Sum of RGB (Red+Green+Blue) = 119+105+129=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #776981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776981 is #88967E. Grayscale: #6F6F6F. Windows color (decimal): -8951423 or 8481143. OLE color: 8481143.
HSL color Cylindrical-coordinate representation of color #776981: hue angle of 275º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776981 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 105 | 129 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.49 |
| HSL | 275º | 0.1% | 0.46% | - |
| HSV(B) | 275º | 0.19% | 0.51% | - |
| XYZ | 16.62 | 15.61 | 22.91 | - |
| YUV | 111.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 129 | 0.08 | 0.19 | 0 | 0.49 | 275 | 0.1 | 0.46 |
| Hex | 77 | 69 | 81 | 8 | 13 | 0 | 31 | 113 | A | 2E |
| Octal | 167 | 151 | 201 | 10 | 23 | 0 | 61 | 423 | 12 | 56 |
| Binary | 1110111 | 1101001 | 10000001 | 1000 | 10011 | 0 | 110001 | 100010011 | 1010 | 101110 |
Color Harmonies of #776981
Complementary color
Monochromatic Colors of #776981
Black with #776981
Text Example
Text Example
White with #776981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776981; }
p { color: rgb(119,105,129); }
H1.HeaderClassName
{
color: #776981;
}
.AnyTagClassName
{
color: #776981;
}
</style>
background-color css
<style>
a { background-color: #776981; }
a { background-color: rgb(119,105,129); }
div.DivClassName
{
background-color: #776981;
}
.BgClassName
{
background-color: #776981;
}
</style>
border-color css
<style>
span { border-color: #776981; }
span { border-color: rgb(119,105,129); }
td.TdClassName
{
border-color: #776981;
}
.TagClassName
{
border-color: #776981;
}
</style>