Shades of Mamba #766E7B
Tints of Mamba #766E7B
RGB
CMYK
RGB Variations
Color information
#766E7B (or 0x766E7B) is known color: Mamba. HEX triplet: 76, 6E and 7B. RGB value is (118,110,123). Sum of RGB (Red+Green+Blue) = 118+110+123=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 123 - color contains mainly: blue. Hex color #766E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E7B is #899184. Grayscale: #717171. Windows color (decimal): -9015685 or 8089206. OLE color: 8089206.
HSL color Cylindrical-coordinate representation of color #766E7B: hue angle of 276.92º 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 #766E7B is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 110 | 123 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.52 |
| HSL | 276.92º | 0.06% | 0.46% | - |
| HSV(B) | 276.92º | 0.11% | 0.48% | - |
| XYZ | 16.62 | 16.43 | 21.03 | - |
| YUV | 113.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 123 | 0.04 | 0.11 | 0 | 0.52 | 276.92 | 0.06 | 0.46 |
| Hex | 76 | 6E | 7B | 4 | B | 0 | 34 | 115 | 6 | 2E |
| Octal | 166 | 156 | 173 | 4 | 13 | 0 | 64 | 425 | 6 | 56 |
| Binary | 1110110 | 1101110 | 1111011 | 100 | 1011 | 0 | 110100 | 100010101 | 110 | 101110 |
Color Harmonies of #766E7B
Complementary color
Monochromatic Colors of #766E7B
Black with #766E7B
Text Example
Text Example
White with #766E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E7B; }
p { color: rgb(118,110,123); }
H1.HeaderClassName
{
color: #766E7B;
}
.AnyTagClassName
{
color: #766E7B;
}
</style>
background-color css
<style>
a { background-color: #766E7B; }
a { background-color: rgb(118,110,123); }
div.DivClassName
{
background-color: #766E7B;
}
.BgClassName
{
background-color: #766E7B;
}
</style>
border-color css
<style>
span { border-color: #766E7B; }
span { border-color: rgb(118,110,123); }
td.TdClassName
{
border-color: #766E7B;
}
.TagClassName
{
border-color: #766E7B;
}
</style>