Shades of Mamba #766D83
Tints of Mamba #766D83
RGB
CMYK
RGB Variations
Color information
#766D83 (or 0x766D83) is known color: Mamba. HEX triplet: 76, 6D and 83. RGB value is (118,109,131). Sum of RGB (Red+Green+Blue) = 118+109+131=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #766D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D83 is #89927C. Grayscale: #727272. Windows color (decimal): -9015933 or 8613238. OLE color: 8613238.
HSL color Cylindrical-coordinate representation of color #766D83: hue angle of 264.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766D83 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 109 | 131 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.49 |
| HSL | 264.55º | 0.09% | 0.47% | - |
| HSV(B) | 264.55º | 0.17% | 0.51% | - |
| XYZ | 17.04 | 16.43 | 23.75 | - |
| YUV | 114.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 131 | 0.10 | 0.17 | 0 | 0.49 | 264.55 | 0.09 | 0.47 |
| Hex | 76 | 6D | 83 | A | 11 | 0 | 31 | 109 | 9 | 2F |
| Octal | 166 | 155 | 203 | 12 | 21 | 0 | 61 | 411 | 11 | 57 |
| Binary | 1110110 | 1101101 | 10000011 | 1010 | 10001 | 0 | 110001 | 100001001 | 1001 | 101111 |
Color Harmonies of #766D83
Complementary color
Monochromatic Colors of #766D83
Black with #766D83
Text Example
Text Example
White with #766D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D83; }
p { color: rgb(118,109,131); }
H1.HeaderClassName
{
color: #766D83;
}
.AnyTagClassName
{
color: #766D83;
}
</style>
background-color css
<style>
a { background-color: #766D83; }
a { background-color: rgb(118,109,131); }
div.DivClassName
{
background-color: #766D83;
}
.BgClassName
{
background-color: #766D83;
}
</style>
border-color css
<style>
span { border-color: #766D83; }
span { border-color: rgb(118,109,131); }
td.TdClassName
{
border-color: #766D83;
}
.TagClassName
{
border-color: #766D83;
}
</style>