Shades of Mamba #766D81
Tints of Mamba #766D81
RGB
CMYK
RGB Variations
Color information
#766D81 (or 0x766D81) is known color: Mamba. HEX triplet: 76, 6D and 81. RGB value is (118,109,129). Sum of RGB (Red+Green+Blue) = 118+109+129=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 129 - color contains mainly: blue. Hex color #766D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D81 is #89927E. Grayscale: #717171. Windows color (decimal): -9015935 or 8482166. OLE color: 8482166.
HSL color Cylindrical-coordinate representation of color #766D81: hue angle of 267º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #766D81 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 109 | 129 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.49 |
| HSL | 267º | 0.08% | 0.47% | - |
| HSV(B) | 267º | 0.16% | 0.51% | - |
| XYZ | 16.9 | 16.37 | 23.04 | - |
| YUV | 113.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 129 | 0.09 | 0.16 | 0 | 0.49 | 267 | 0.08 | 0.47 |
| Hex | 76 | 6D | 81 | 9 | 10 | 0 | 31 | 10B | 8 | 2F |
| Octal | 166 | 155 | 201 | 11 | 20 | 0 | 61 | 413 | 10 | 57 |
| Binary | 1110110 | 1101101 | 10000001 | 1001 | 10000 | 0 | 110001 | 100001011 | 1000 | 101111 |
Color Harmonies of #766D81
Complementary color
Monochromatic Colors of #766D81
Black with #766D81
Text Example
Text Example
White with #766D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D81; }
p { color: rgb(118,109,129); }
H1.HeaderClassName
{
color: #766D81;
}
.AnyTagClassName
{
color: #766D81;
}
</style>
background-color css
<style>
a { background-color: #766D81; }
a { background-color: rgb(118,109,129); }
div.DivClassName
{
background-color: #766D81;
}
.BgClassName
{
background-color: #766D81;
}
</style>
border-color css
<style>
span { border-color: #766D81; }
span { border-color: rgb(118,109,129); }
td.TdClassName
{
border-color: #766D81;
}
.TagClassName
{
border-color: #766D81;
}
</style>