Shades of Mamba #766189
Tints of Mamba #766189
RGB
CMYK
RGB Variations
Color information
#766189 (or 0x766189) is known color: Mamba. HEX triplet: 76, 61 and 89. RGB value is (118,97,137). Sum of RGB (Red+Green+Blue) = 118+97+137=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #766189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766189 is #899E76. Grayscale: #6B6B6B. Windows color (decimal): -9018999 or 9003382. OLE color: 9003382.
HSL color Cylindrical-coordinate representation of color #766189: hue angle of 271.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766189 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 97 | 137 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.46 |
| HSL | 271.5º | 0.17% | 0.46% | - |
| HSV(B) | 271.5º | 0.29% | 0.54% | - |
| XYZ | 16.26 | 14.21 | 25.55 | - |
| YUV | 107.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 137 | 0.14 | 0.29 | 0 | 0.46 | 271.5 | 0.17 | 0.46 |
| Hex | 76 | 61 | 89 | E | 1D | 0 | 2E | 110 | 11 | 2E |
| Octal | 166 | 141 | 211 | 16 | 35 | 0 | 56 | 420 | 21 | 56 |
| Binary | 1110110 | 1100001 | 10001001 | 1110 | 11101 | 0 | 101110 | 100010000 | 10001 | 101110 |
Color Harmonies of #766189
Complementary color
Monochromatic Colors of #766189
Black with #766189
Text Example
Text Example
White with #766189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766189; }
p { color: rgb(118,97,137); }
H1.HeaderClassName
{
color: #766189;
}
.AnyTagClassName
{
color: #766189;
}
</style>
background-color css
<style>
a { background-color: #766189; }
a { background-color: rgb(118,97,137); }
div.DivClassName
{
background-color: #766189;
}
.BgClassName
{
background-color: #766189;
}
</style>
border-color css
<style>
span { border-color: #766189; }
span { border-color: rgb(118,97,137); }
td.TdClassName
{
border-color: #766189;
}
.TagClassName
{
border-color: #766189;
}
</style>