Shades of Mamba #766389
Tints of Mamba #766389
RGB
CMYK
RGB Variations
Color information
#766389 (or 0x766389) is known color: Mamba. HEX triplet: 76, 63 and 89. RGB value is (118,99,137). Sum of RGB (Red+Green+Blue) = 118+99+137=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #766389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766389 is #899C76. Grayscale: #6C6C6C. Windows color (decimal): -9018487 or 9003894. OLE color: 9003894.
HSL color Cylindrical-coordinate representation of color #766389: hue angle of 270º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766389 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 99 | 137 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.46 |
| HSL | 270º | 0.16% | 0.46% | - |
| HSV(B) | 270º | 0.28% | 0.54% | - |
| XYZ | 16.45 | 14.58 | 25.61 | - |
| YUV | 109.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 137 | 0.14 | 0.28 | 0 | 0.46 | 270 | 0.16 | 0.46 |
| Hex | 76 | 63 | 89 | E | 1C | 0 | 2E | 10E | 10 | 2E |
| Octal | 166 | 143 | 211 | 16 | 34 | 0 | 56 | 416 | 20 | 56 |
| Binary | 1110110 | 1100011 | 10001001 | 1110 | 11100 | 0 | 101110 | 100001110 | 10000 | 101110 |
Color Harmonies of #766389
Complementary color
Monochromatic Colors of #766389
Black with #766389
Text Example
Text Example
White with #766389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766389; }
p { color: rgb(118,99,137); }
H1.HeaderClassName
{
color: #766389;
}
.AnyTagClassName
{
color: #766389;
}
</style>
background-color css
<style>
a { background-color: #766389; }
a { background-color: rgb(118,99,137); }
div.DivClassName
{
background-color: #766389;
}
.BgClassName
{
background-color: #766389;
}
</style>
border-color css
<style>
span { border-color: #766389; }
span { border-color: rgb(118,99,137); }
td.TdClassName
{
border-color: #766389;
}
.TagClassName
{
border-color: #766389;
}
</style>