Shades of Mamba #786289
Tints of Mamba #786289
RGB
CMYK
RGB Variations
Color information
#786289 (or 0x786289) is known color: Mamba. HEX triplet: 78, 62 and 89. RGB value is (120,98,137). Sum of RGB (Red+Green+Blue) = 120+98+137=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #786289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786289 is #879D76. Grayscale: #6C6C6C. Windows color (decimal): -8887671 or 9003640. OLE color: 9003640.
HSL color Cylindrical-coordinate representation of color #786289: hue angle of 273.85º 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 #786289 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 98 | 137 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.46 |
| HSL | 273.85º | 0.17% | 0.46% | - |
| HSV(B) | 273.85º | 0.28% | 0.54% | - |
| XYZ | 16.63 | 14.53 | 25.6 | - |
| YUV | 109.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 137 | 0.12 | 0.28 | 0 | 0.46 | 273.85 | 0.17 | 0.46 |
| Hex | 78 | 62 | 89 | C | 1C | 0 | 2E | 112 | 11 | 2E |
| Octal | 170 | 142 | 211 | 14 | 34 | 0 | 56 | 422 | 21 | 56 |
| Binary | 1111000 | 1100010 | 10001001 | 1100 | 11100 | 0 | 101110 | 100010010 | 10001 | 101110 |
Color Harmonies of #786289
Complementary color
Monochromatic Colors of #786289
Black with #786289
Text Example
Text Example
White with #786289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786289; }
p { color: rgb(120,98,137); }
H1.HeaderClassName
{
color: #786289;
}
.AnyTagClassName
{
color: #786289;
}
</style>
background-color css
<style>
a { background-color: #786289; }
a { background-color: rgb(120,98,137); }
div.DivClassName
{
background-color: #786289;
}
.BgClassName
{
background-color: #786289;
}
</style>
border-color css
<style>
span { border-color: #786289; }
span { border-color: rgb(120,98,137); }
td.TdClassName
{
border-color: #786289;
}
.TagClassName
{
border-color: #786289;
}
</style>