Shades of Mamba #766D84
Tints of Mamba #766D84
RGB
CMYK
RGB Variations
Color information
#766D84 (or 0x766D84) is known color: Mamba. HEX triplet: 76, 6D and 84. RGB value is (118,109,132). Sum of RGB (Red+Green+Blue) = 118+109+132=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #766D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D84 is #89927B. Grayscale: #727272. Windows color (decimal): -9015932 or 8678774. OLE color: 8678774.
HSL color Cylindrical-coordinate representation of color #766D84: hue angle of 263.48º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766D84 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 109 | 132 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.48 |
| HSL | 263.48º | 0.1% | 0.47% | - |
| HSV(B) | 263.48º | 0.17% | 0.52% | - |
| XYZ | 17.1 | 16.45 | 24.1 | - |
| YUV | 114.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 132 | 0.11 | 0.17 | 0 | 0.48 | 263.48 | 0.1 | 0.47 |
| Hex | 76 | 6D | 84 | B | 11 | 0 | 30 | 107 | A | 2F |
| Octal | 166 | 155 | 204 | 13 | 21 | 0 | 60 | 407 | 12 | 57 |
| Binary | 1110110 | 1101101 | 10000100 | 1011 | 10001 | 0 | 110000 | 100000111 | 1010 | 101111 |
Color Harmonies of #766D84
Complementary color
Monochromatic Colors of #766D84
Black with #766D84
Text Example
Text Example
White with #766D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D84; }
p { color: rgb(118,109,132); }
H1.HeaderClassName
{
color: #766D84;
}
.AnyTagClassName
{
color: #766D84;
}
</style>
background-color css
<style>
a { background-color: #766D84; }
a { background-color: rgb(118,109,132); }
div.DivClassName
{
background-color: #766D84;
}
.BgClassName
{
background-color: #766D84;
}
</style>
border-color css
<style>
span { border-color: #766D84; }
span { border-color: rgb(118,109,132); }
td.TdClassName
{
border-color: #766D84;
}
.TagClassName
{
border-color: #766D84;
}
</style>