Shades of Mamba #776F7E
Tints of Mamba #776F7E
RGB
CMYK
RGB Variations
Color information
#776F7E (or 0x776F7E) is known color: Mamba. HEX triplet: 77, 6F and 7E. RGB value is (119,111,126). Sum of RGB (Red+Green+Blue) = 119+111+126=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 126 - color contains mainly: blue. Hex color #776F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F7E is #889081. Grayscale: #737373. Windows color (decimal): -8949890 or 8286071. OLE color: 8286071.
HSL color Cylindrical-coordinate representation of color #776F7E: hue angle of 272º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #776F7E is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 111 | 126 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.51 |
| HSL | 272º | 0.06% | 0.46% | - |
| HSV(B) | 272º | 0.12% | 0.49% | - |
| XYZ | 17.06 | 16.8 | 22.08 | - |
| YUV | 115.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 126 | 0.06 | 0.12 | 0 | 0.51 | 272 | 0.06 | 0.46 |
| Hex | 77 | 6F | 7E | 6 | C | 0 | 33 | 110 | 6 | 2E |
| Octal | 167 | 157 | 176 | 6 | 14 | 0 | 63 | 420 | 6 | 56 |
| Binary | 1110111 | 1101111 | 1111110 | 110 | 1100 | 0 | 110011 | 100010000 | 110 | 101110 |
Color Harmonies of #776F7E
Complementary color
Monochromatic Colors of #776F7E
Black with #776F7E
Text Example
Text Example
White with #776F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F7E; }
p { color: rgb(119,111,126); }
H1.HeaderClassName
{
color: #776F7E;
}
.AnyTagClassName
{
color: #776F7E;
}
</style>
background-color css
<style>
a { background-color: #776F7E; }
a { background-color: rgb(119,111,126); }
div.DivClassName
{
background-color: #776F7E;
}
.BgClassName
{
background-color: #776F7E;
}
</style>
border-color css
<style>
span { border-color: #776F7E; }
span { border-color: rgb(119,111,126); }
td.TdClassName
{
border-color: #776F7E;
}
.TagClassName
{
border-color: #776F7E;
}
</style>