Shades of Mamba #766880
Tints of Mamba #766880
RGB
CMYK
RGB Variations
Color information
#766880 (or 0x766880) is known color: Mamba. HEX triplet: 76, 68 and 80. RGB value is (118,104,128). Sum of RGB (Red+Green+Blue) = 118+104+128=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 128 - color contains mainly: blue. Hex color #766880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766880 is #89977F. Grayscale: #6E6E6E. Windows color (decimal): -9017216 or 8415350. OLE color: 8415350.
HSL color Cylindrical-coordinate representation of color #766880: hue angle of 275º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766880 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 104 | 128 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.50 |
| HSL | 275º | 0.1% | 0.45% | - |
| HSV(B) | 275º | 0.19% | 0.5% | - |
| XYZ | 16.32 | 15.31 | 22.52 | - |
| YUV | 110.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 128 | 0.08 | 0.19 | 0 | 0.50 | 275 | 0.1 | 0.45 |
| Hex | 76 | 68 | 80 | 8 | 13 | 0 | 32 | 113 | A | 2D |
| Octal | 166 | 150 | 200 | 10 | 23 | 0 | 62 | 423 | 12 | 55 |
| Binary | 1110110 | 1101000 | 10000000 | 1000 | 10011 | 0 | 110010 | 100010011 | 1010 | 101101 |
Color Harmonies of #766880
Complementary color
Monochromatic Colors of #766880
Black with #766880
Text Example
Text Example
White with #766880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766880; }
p { color: rgb(118,104,128); }
H1.HeaderClassName
{
color: #766880;
}
.AnyTagClassName
{
color: #766880;
}
</style>
background-color css
<style>
a { background-color: #766880; }
a { background-color: rgb(118,104,128); }
div.DivClassName
{
background-color: #766880;
}
.BgClassName
{
background-color: #766880;
}
</style>
border-color css
<style>
span { border-color: #766880; }
span { border-color: rgb(118,104,128); }
td.TdClassName
{
border-color: #766880;
}
.TagClassName
{
border-color: #766880;
}
</style>