Shades of Mamba #766E7F
Tints of Mamba #766E7F
RGB
CMYK
RGB Variations
Color information
#766E7F (or 0x766E7F) is known color: Mamba. HEX triplet: 76, 6E and 7F. RGB value is (118,110,127). Sum of RGB (Red+Green+Blue) = 118+110+127=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 127 - color contains mainly: blue. Hex color #766E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E7F is #899180. Grayscale: #727272. Windows color (decimal): -9015681 or 8351350. OLE color: 8351350.
HSL color Cylindrical-coordinate representation of color #766E7F: hue angle of 268.24º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #766E7F is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 110 | 127 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.50 |
| HSL | 268.24º | 0.07% | 0.46% | - |
| HSV(B) | 268.24º | 0.13% | 0.5% | - |
| XYZ | 16.88 | 16.54 | 22.38 | - |
| YUV | 114.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 127 | 0.07 | 0.13 | 0 | 0.50 | 268.24 | 0.07 | 0.46 |
| Hex | 76 | 6E | 7F | 7 | D | 0 | 32 | 10C | 7 | 2E |
| Octal | 166 | 156 | 177 | 7 | 15 | 0 | 62 | 414 | 7 | 56 |
| Binary | 1110110 | 1101110 | 1111111 | 111 | 1101 | 0 | 110010 | 100001100 | 111 | 101110 |
Color Harmonies of #766E7F
Complementary color
Monochromatic Colors of #766E7F
Black with #766E7F
Text Example
Text Example
White with #766E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E7F; }
p { color: rgb(118,110,127); }
H1.HeaderClassName
{
color: #766E7F;
}
.AnyTagClassName
{
color: #766E7F;
}
</style>
background-color css
<style>
a { background-color: #766E7F; }
a { background-color: rgb(118,110,127); }
div.DivClassName
{
background-color: #766E7F;
}
.BgClassName
{
background-color: #766E7F;
}
</style>
border-color css
<style>
span { border-color: #766E7F; }
span { border-color: rgb(118,110,127); }
td.TdClassName
{
border-color: #766E7F;
}
.TagClassName
{
border-color: #766E7F;
}
</style>