Shades of Mamba #776A7D
Tints of Mamba #776A7D
RGB
CMYK
RGB Variations
Color information
#776A7D (or 0x776A7D) is known color: Mamba. HEX triplet: 77, 6A and 7D. RGB value is (119,106,125). Sum of RGB (Red+Green+Blue) = 119+106+125=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 125 - color contains mainly: blue. Hex color #776A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A7D is #889582. Grayscale: #6F6F6F. Windows color (decimal): -8951171 or 8219255. OLE color: 8219255.
HSL color Cylindrical-coordinate representation of color #776A7D: hue angle of 281.05º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776A7D is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 106 | 125 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.51 |
| HSL | 281.05º | 0.08% | 0.45% | - |
| HSV(B) | 281.05º | 0.15% | 0.49% | - |
| XYZ | 16.46 | 15.71 | 21.57 | - |
| YUV | 112.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 125 | 0.05 | 0.15 | 0 | 0.51 | 281.05 | 0.08 | 0.45 |
| Hex | 77 | 6A | 7D | 5 | F | 0 | 33 | 119 | 8 | 2D |
| Octal | 167 | 152 | 175 | 5 | 17 | 0 | 63 | 431 | 10 | 55 |
| Binary | 1110111 | 1101010 | 1111101 | 101 | 1111 | 0 | 110011 | 100011001 | 1000 | 101101 |
Color Harmonies of #776A7D
Complementary color
Monochromatic Colors of #776A7D
Black with #776A7D
Text Example
Text Example
White with #776A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A7D; }
p { color: rgb(119,106,125); }
H1.HeaderClassName
{
color: #776A7D;
}
.AnyTagClassName
{
color: #776A7D;
}
</style>
background-color css
<style>
a { background-color: #776A7D; }
a { background-color: rgb(119,106,125); }
div.DivClassName
{
background-color: #776A7D;
}
.BgClassName
{
background-color: #776A7D;
}
</style>
border-color css
<style>
span { border-color: #776A7D; }
span { border-color: rgb(119,106,125); }
td.TdClassName
{
border-color: #776A7D;
}
.TagClassName
{
border-color: #776A7D;
}
</style>