Shades of Mamba #776E7E
Tints of Mamba #776E7E
RGB
CMYK
RGB Variations
Color information
#776E7E (or 0x776E7E) is known color: Mamba. HEX triplet: 77, 6E and 7E. RGB value is (119,110,126). Sum of RGB (Red+Green+Blue) = 119+110+126=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 126 - color contains mainly: blue. Hex color #776E7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E7E is #889181. Grayscale: #727272. Windows color (decimal): -8950146 or 8285815. OLE color: 8285815.
HSL color Cylindrical-coordinate representation of color #776E7E: hue angle of 273.75º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776E7E is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 110 | 126 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.51 |
| HSL | 273.75º | 0.07% | 0.46% | - |
| HSV(B) | 273.75º | 0.13% | 0.49% | - |
| XYZ | 16.95 | 16.58 | 22.05 | - |
| YUV | 114.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 126 | 0.06 | 0.13 | 0 | 0.51 | 273.75 | 0.07 | 0.46 |
| Hex | 77 | 6E | 7E | 6 | D | 0 | 33 | 112 | 7 | 2E |
| Octal | 167 | 156 | 176 | 6 | 15 | 0 | 63 | 422 | 7 | 56 |
| Binary | 1110111 | 1101110 | 1111110 | 110 | 1101 | 0 | 110011 | 100010010 | 111 | 101110 |
Color Harmonies of #776E7E
Complementary color
Monochromatic Colors of #776E7E
Black with #776E7E
Text Example
Text Example
White with #776E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E7E; }
p { color: rgb(119,110,126); }
H1.HeaderClassName
{
color: #776E7E;
}
.AnyTagClassName
{
color: #776E7E;
}
</style>
background-color css
<style>
a { background-color: #776E7E; }
a { background-color: rgb(119,110,126); }
div.DivClassName
{
background-color: #776E7E;
}
.BgClassName
{
background-color: #776E7E;
}
</style>
border-color css
<style>
span { border-color: #776E7E; }
span { border-color: rgb(119,110,126); }
td.TdClassName
{
border-color: #776E7E;
}
.TagClassName
{
border-color: #776E7E;
}
</style>