Shades of Mamba #766089
Tints of Mamba #766089
RGB
CMYK
RGB Variations
Color information
#766089 (or 0x766089) is known color: Mamba. HEX triplet: 76, 60 and 89. RGB value is (118,96,137). Sum of RGB (Red+Green+Blue) = 118+96+137=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #766089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766089 is #899F76. Grayscale: #6B6B6B. Windows color (decimal): -9019255 or 9003126. OLE color: 9003126.
HSL color Cylindrical-coordinate representation of color #766089: hue angle of 272.2º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766089 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 96 | 137 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.46 |
| HSL | 272.2º | 0.18% | 0.46% | - |
| HSV(B) | 272.2º | 0.3% | 0.54% | - |
| XYZ | 16.17 | 14.02 | 25.52 | - |
| YUV | 107.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 137 | 0.14 | 0.30 | 0 | 0.46 | 272.2 | 0.18 | 0.46 |
| Hex | 76 | 60 | 89 | E | 1E | 0 | 2E | 110 | 12 | 2E |
| Octal | 166 | 140 | 211 | 16 | 36 | 0 | 56 | 420 | 22 | 56 |
| Binary | 1110110 | 1100000 | 10001001 | 1110 | 11110 | 0 | 101110 | 100010000 | 10010 | 101110 |
Color Harmonies of #766089
Complementary color
Monochromatic Colors of #766089
Black with #766089
Text Example
Text Example
White with #766089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766089; }
p { color: rgb(118,96,137); }
H1.HeaderClassName
{
color: #766089;
}
.AnyTagClassName
{
color: #766089;
}
</style>
background-color css
<style>
a { background-color: #766089; }
a { background-color: rgb(118,96,137); }
div.DivClassName
{
background-color: #766089;
}
.BgClassName
{
background-color: #766089;
}
</style>
border-color css
<style>
span { border-color: #766089; }
span { border-color: rgb(118,96,137); }
td.TdClassName
{
border-color: #766089;
}
.TagClassName
{
border-color: #766089;
}
</style>