Shades of Mamba #766489
Tints of Mamba #766489
RGB
CMYK
RGB Variations
Color information
#766489 (or 0x766489) is known color: Mamba. HEX triplet: 76, 64 and 89. RGB value is (118,100,137). Sum of RGB (Red+Green+Blue) = 118+100+137=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #766489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766489 is #899B76. Grayscale: #6D6D6D. Windows color (decimal): -9018231 or 9004150. OLE color: 9004150.
HSL color Cylindrical-coordinate representation of color #766489: hue angle of 269.19º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766489 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 100 | 137 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.46 |
| HSL | 269.19º | 0.16% | 0.46% | - |
| HSV(B) | 269.19º | 0.27% | 0.54% | - |
| XYZ | 16.54 | 14.77 | 25.65 | - |
| YUV | 109.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 137 | 0.14 | 0.27 | 0 | 0.46 | 269.19 | 0.16 | 0.46 |
| Hex | 76 | 64 | 89 | E | 1B | 0 | 2E | 10D | 10 | 2E |
| Octal | 166 | 144 | 211 | 16 | 33 | 0 | 56 | 415 | 20 | 56 |
| Binary | 1110110 | 1100100 | 10001001 | 1110 | 11011 | 0 | 101110 | 100001101 | 10000 | 101110 |
Color Harmonies of #766489
Complementary color
Monochromatic Colors of #766489
Black with #766489
Text Example
Text Example
White with #766489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766489; }
p { color: rgb(118,100,137); }
H1.HeaderClassName
{
color: #766489;
}
.AnyTagClassName
{
color: #766489;
}
</style>
background-color css
<style>
a { background-color: #766489; }
a { background-color: rgb(118,100,137); }
div.DivClassName
{
background-color: #766489;
}
.BgClassName
{
background-color: #766489;
}
</style>
border-color css
<style>
span { border-color: #766489; }
span { border-color: rgb(118,100,137); }
td.TdClassName
{
border-color: #766489;
}
.TagClassName
{
border-color: #766489;
}
</style>