Shades of Mamba #766380
Tints of Mamba #766380
RGB
CMYK
RGB Variations
Color information
#766380 (or 0x766380) is known color: Mamba. HEX triplet: 76, 63 and 80. RGB value is (118,99,128). Sum of RGB (Red+Green+Blue) = 118+99+128=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #766380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766380 is #899C7F. Grayscale: #6B6B6B. Windows color (decimal): -9018496 or 8414070. OLE color: 8414070.
HSL color Cylindrical-coordinate representation of color #766380: hue angle of 279.31º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766380 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 99 | 128 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.50 |
| HSL | 279.31º | 0.13% | 0.45% | - |
| HSV(B) | 279.31º | 0.23% | 0.5% | - |
| XYZ | 15.83 | 14.33 | 22.35 | - |
| YUV | 107.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 128 | 0.08 | 0.23 | 0 | 0.50 | 279.31 | 0.13 | 0.45 |
| Hex | 76 | 63 | 80 | 8 | 17 | 0 | 32 | 117 | D | 2D |
| Octal | 166 | 143 | 200 | 10 | 27 | 0 | 62 | 427 | 15 | 55 |
| Binary | 1110110 | 1100011 | 10000000 | 1000 | 10111 | 0 | 110010 | 100010111 | 1101 | 101101 |
Color Harmonies of #766380
Complementary color
Monochromatic Colors of #766380
Black with #766380
Text Example
Text Example
White with #766380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766380; }
p { color: rgb(118,99,128); }
H1.HeaderClassName
{
color: #766380;
}
.AnyTagClassName
{
color: #766380;
}
</style>
background-color css
<style>
a { background-color: #766380; }
a { background-color: rgb(118,99,128); }
div.DivClassName
{
background-color: #766380;
}
.BgClassName
{
background-color: #766380;
}
</style>
border-color css
<style>
span { border-color: #766380; }
span { border-color: rgb(118,99,128); }
td.TdClassName
{
border-color: #766380;
}
.TagClassName
{
border-color: #766380;
}
</style>