Shades of Mamba #766689
Tints of Mamba #766689
RGB
CMYK
RGB Variations
Color information
#766689 (or 0x766689) is known color: Mamba. HEX triplet: 76, 66 and 89. RGB value is (118,102,137). Sum of RGB (Red+Green+Blue) = 118+102+137=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 137 - color contains mainly: blue. Hex color #766689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766689 is #899976. Grayscale: #6E6E6E. Windows color (decimal): -9017719 or 9004662. OLE color: 9004662.
HSL color Cylindrical-coordinate representation of color #766689: hue angle of 267.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766689 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 102 | 137 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.46 |
| HSL | 267.43º | 0.15% | 0.47% | - |
| HSV(B) | 267.43º | 0.26% | 0.54% | - |
| XYZ | 16.74 | 15.16 | 25.71 | - |
| YUV | 110.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 137 | 0.14 | 0.26 | 0 | 0.46 | 267.43 | 0.15 | 0.47 |
| Hex | 76 | 66 | 89 | E | 1A | 0 | 2E | 10B | F | 2F |
| Octal | 166 | 146 | 211 | 16 | 32 | 0 | 56 | 413 | 17 | 57 |
| Binary | 1110110 | 1100110 | 10001001 | 1110 | 11010 | 0 | 101110 | 100001011 | 1111 | 101111 |
Color Harmonies of #766689
Complementary color
Monochromatic Colors of #766689
Black with #766689
Text Example
Text Example
White with #766689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766689; }
p { color: rgb(118,102,137); }
H1.HeaderClassName
{
color: #766689;
}
.AnyTagClassName
{
color: #766689;
}
</style>
background-color css
<style>
a { background-color: #766689; }
a { background-color: rgb(118,102,137); }
div.DivClassName
{
background-color: #766689;
}
.BgClassName
{
background-color: #766689;
}
</style>
border-color css
<style>
span { border-color: #766689; }
span { border-color: rgb(118,102,137); }
td.TdClassName
{
border-color: #766689;
}
.TagClassName
{
border-color: #766689;
}
</style>