Shades of Mamba #766F7C
Tints of Mamba #766F7C
RGB
CMYK
RGB Variations
Color information
#766F7C (or 0x766F7C) is known color: Mamba. HEX triplet: 76, 6F and 7C. RGB value is (118,111,124). Sum of RGB (Red+Green+Blue) = 118+111+124=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #766F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F7C is #899083. Grayscale: #727272. Windows color (decimal): -9015428 or 8154998. OLE color: 8154998.
HSL color Cylindrical-coordinate representation of color #766F7C: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766F7C is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 111 | 124 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.51 |
| HSL | 272.31º | 0.06% | 0.46% | - |
| HSV(B) | 272.31º | 0.1% | 0.49% | - |
| XYZ | 16.79 | 16.68 | 21.4 | - |
| YUV | 114.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 124 | 0.05 | 0.10 | 0 | 0.51 | 272.31 | 0.06 | 0.46 |
| Hex | 76 | 6F | 7C | 5 | A | 0 | 33 | 110 | 6 | 2E |
| Octal | 166 | 157 | 174 | 5 | 12 | 0 | 63 | 420 | 6 | 56 |
| Binary | 1110110 | 1101111 | 1111100 | 101 | 1010 | 0 | 110011 | 100010000 | 110 | 101110 |
Color Harmonies of #766F7C
Complementary color
Monochromatic Colors of #766F7C
Black with #766F7C
Text Example
Text Example
White with #766F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F7C; }
p { color: rgb(118,111,124); }
H1.HeaderClassName
{
color: #766F7C;
}
.AnyTagClassName
{
color: #766F7C;
}
</style>
background-color css
<style>
a { background-color: #766F7C; }
a { background-color: rgb(118,111,124); }
div.DivClassName
{
background-color: #766F7C;
}
.BgClassName
{
background-color: #766F7C;
}
</style>
border-color css
<style>
span { border-color: #766F7C; }
span { border-color: rgb(118,111,124); }
td.TdClassName
{
border-color: #766F7C;
}
.TagClassName
{
border-color: #766F7C;
}
</style>