Shades of Mamba #766480
Tints of Mamba #766480
RGB
CMYK
RGB Variations
Color information
#766480 (or 0x766480) is known color: Mamba. HEX triplet: 76, 64 and 80. RGB value is (118,100,128). Sum of RGB (Red+Green+Blue) = 118+100+128=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #766480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766480 is #899B7F. Grayscale: #6C6C6C. Windows color (decimal): -9018240 or 8414326. OLE color: 8414326.
HSL color Cylindrical-coordinate representation of color #766480: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766480 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 100 | 128 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.50 |
| HSL | 278.57º | 0.12% | 0.45% | - |
| HSV(B) | 278.57º | 0.22% | 0.5% | - |
| XYZ | 15.92 | 14.52 | 22.39 | - |
| YUV | 108.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 128 | 0.08 | 0.22 | 0 | 0.50 | 278.57 | 0.12 | 0.45 |
| Hex | 76 | 64 | 80 | 8 | 16 | 0 | 32 | 117 | C | 2D |
| Octal | 166 | 144 | 200 | 10 | 26 | 0 | 62 | 427 | 14 | 55 |
| Binary | 1110110 | 1100100 | 10000000 | 1000 | 10110 | 0 | 110010 | 100010111 | 1100 | 101101 |
Color Harmonies of #766480
Complementary color
Monochromatic Colors of #766480
Black with #766480
Text Example
Text Example
White with #766480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766480; }
p { color: rgb(118,100,128); }
H1.HeaderClassName
{
color: #766480;
}
.AnyTagClassName
{
color: #766480;
}
</style>
background-color css
<style>
a { background-color: #766480; }
a { background-color: rgb(118,100,128); }
div.DivClassName
{
background-color: #766480;
}
.BgClassName
{
background-color: #766480;
}
</style>
border-color css
<style>
span { border-color: #766480; }
span { border-color: rgb(118,100,128); }
td.TdClassName
{
border-color: #766480;
}
.TagClassName
{
border-color: #766480;
}
</style>