Shades of Mamba #786689
Tints of Mamba #786689
RGB
CMYK
RGB Variations
Color information
#786689 (or 0x786689) is known color: Mamba. HEX triplet: 78, 66 and 89. RGB value is (120,102,137). Sum of RGB (Red+Green+Blue) = 120+102+137=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #786689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786689 is #879976. Grayscale: #6F6F6F. Windows color (decimal): -8886647 or 9004664. OLE color: 9004664.
HSL color Cylindrical-coordinate representation of color #786689: hue angle of 270.86º 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 #786689 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 102 | 137 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.46 |
| HSL | 270.86º | 0.15% | 0.47% | - |
| HSV(B) | 270.86º | 0.26% | 0.54% | - |
| XYZ | 17.01 | 15.3 | 25.72 | - |
| YUV | 111.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 137 | 0.12 | 0.26 | 0 | 0.46 | 270.86 | 0.15 | 0.47 |
| Hex | 78 | 66 | 89 | C | 1A | 0 | 2E | 10F | F | 2F |
| Octal | 170 | 146 | 211 | 14 | 32 | 0 | 56 | 417 | 17 | 57 |
| Binary | 1111000 | 1100110 | 10001001 | 1100 | 11010 | 0 | 101110 | 100001111 | 1111 | 101111 |
Color Harmonies of #786689
Complementary color
Monochromatic Colors of #786689
Black with #786689
Text Example
Text Example
White with #786689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786689; }
p { color: rgb(120,102,137); }
H1.HeaderClassName
{
color: #786689;
}
.AnyTagClassName
{
color: #786689;
}
</style>
background-color css
<style>
a { background-color: #786689; }
a { background-color: rgb(120,102,137); }
div.DivClassName
{
background-color: #786689;
}
.BgClassName
{
background-color: #786689;
}
</style>
border-color css
<style>
span { border-color: #786689; }
span { border-color: rgb(120,102,137); }
td.TdClassName
{
border-color: #786689;
}
.TagClassName
{
border-color: #786689;
}
</style>