Shades of Mamba #766289
Tints of Mamba #766289
RGB
CMYK
RGB Variations
Color information
#766289 (or 0x766289) is known color: Mamba. HEX triplet: 76, 62 and 89. RGB value is (118,98,137). Sum of RGB (Red+Green+Blue) = 118+98+137=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #766289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766289 is #899D76. Grayscale: #6C6C6C. Windows color (decimal): -9018743 or 9003638. OLE color: 9003638.
HSL color Cylindrical-coordinate representation of color #766289: hue angle of 270.77º degrees, saturation: 0.17, 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 #766289 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 98 | 137 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.46 |
| HSL | 270.77º | 0.17% | 0.46% | - |
| HSV(B) | 270.77º | 0.28% | 0.54% | - |
| XYZ | 16.35 | 14.39 | 25.58 | - |
| YUV | 108.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 137 | 0.14 | 0.28 | 0 | 0.46 | 270.77 | 0.17 | 0.46 |
| Hex | 76 | 62 | 89 | E | 1C | 0 | 2E | 10F | 11 | 2E |
| Octal | 166 | 142 | 211 | 16 | 34 | 0 | 56 | 417 | 21 | 56 |
| Binary | 1110110 | 1100010 | 10001001 | 1110 | 11100 | 0 | 101110 | 100001111 | 10001 | 101110 |
Color Harmonies of #766289
Complementary color
Monochromatic Colors of #766289
Black with #766289
Text Example
Text Example
White with #766289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766289; }
p { color: rgb(118,98,137); }
H1.HeaderClassName
{
color: #766289;
}
.AnyTagClassName
{
color: #766289;
}
</style>
background-color css
<style>
a { background-color: #766289; }
a { background-color: rgb(118,98,137); }
div.DivClassName
{
background-color: #766289;
}
.BgClassName
{
background-color: #766289;
}
</style>
border-color css
<style>
span { border-color: #766289; }
span { border-color: rgb(118,98,137); }
td.TdClassName
{
border-color: #766289;
}
.TagClassName
{
border-color: #766289;
}
</style>