Shades of Mamba #776E7B
Tints of Mamba #776E7B
RGB
CMYK
RGB Variations
Color information
#776E7B (or 0x776E7B) is known color: Mamba. HEX triplet: 77, 6E and 7B. RGB value is (119,110,123). Sum of RGB (Red+Green+Blue) = 119+110+123=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #776E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E7B is #889184. Grayscale: #727272. Windows color (decimal): -8950149 or 8089207. OLE color: 8089207.
HSL color Cylindrical-coordinate representation of color #776E7B: hue angle of 281.54º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776E7B is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 110 | 123 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.52 |
| HSL | 281.54º | 0.06% | 0.46% | - |
| HSV(B) | 281.54º | 0.11% | 0.48% | - |
| XYZ | 16.76 | 16.5 | 21.04 | - |
| YUV | 114.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 123 | 0.03 | 0.11 | 0 | 0.52 | 281.54 | 0.06 | 0.46 |
| Hex | 77 | 6E | 7B | 3 | B | 0 | 34 | 11A | 6 | 2E |
| Octal | 167 | 156 | 173 | 3 | 13 | 0 | 64 | 432 | 6 | 56 |
| Binary | 1110111 | 1101110 | 1111011 | 11 | 1011 | 0 | 110100 | 100011010 | 110 | 101110 |
Color Harmonies of #776E7B
Complementary color
Monochromatic Colors of #776E7B
Black with #776E7B
Text Example
Text Example
White with #776E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E7B; }
p { color: rgb(119,110,123); }
H1.HeaderClassName
{
color: #776E7B;
}
.AnyTagClassName
{
color: #776E7B;
}
</style>
background-color css
<style>
a { background-color: #776E7B; }
a { background-color: rgb(119,110,123); }
div.DivClassName
{
background-color: #776E7B;
}
.BgClassName
{
background-color: #776E7B;
}
</style>
border-color css
<style>
span { border-color: #776E7B; }
span { border-color: rgb(119,110,123); }
td.TdClassName
{
border-color: #776E7B;
}
.TagClassName
{
border-color: #776E7B;
}
</style>