Shades of Mamba #786388
Tints of Mamba #786388
RGB
CMYK
RGB Variations
Color information
#786388 (or 0x786388) is known color: Mamba. HEX triplet: 78, 63 and 88. RGB value is (120,99,136). Sum of RGB (Red+Green+Blue) = 120+99+136=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #786388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786388 is #879C77. Grayscale: #6D6D6D. Windows color (decimal): -8887416 or 8938360. OLE color: 8938360.
HSL color Cylindrical-coordinate representation of color #786388: hue angle of 274.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786388 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 99 | 136 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.47 |
| HSL | 274.05º | 0.16% | 0.46% | - |
| HSV(B) | 274.05º | 0.27% | 0.53% | - |
| XYZ | 16.65 | 14.69 | 25.25 | - |
| YUV | 109.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 136 | 0.12 | 0.27 | 0 | 0.47 | 274.05 | 0.16 | 0.46 |
| Hex | 78 | 63 | 88 | C | 1B | 0 | 2F | 112 | 10 | 2E |
| Octal | 170 | 143 | 210 | 14 | 33 | 0 | 57 | 422 | 20 | 56 |
| Binary | 1111000 | 1100011 | 10001000 | 1100 | 11011 | 0 | 101111 | 100010010 | 10000 | 101110 |
Color Harmonies of #786388
Complementary color
Monochromatic Colors of #786388
Black with #786388
Text Example
Text Example
White with #786388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786388; }
p { color: rgb(120,99,136); }
H1.HeaderClassName
{
color: #786388;
}
.AnyTagClassName
{
color: #786388;
}
</style>
background-color css
<style>
a { background-color: #786388; }
a { background-color: rgb(120,99,136); }
div.DivClassName
{
background-color: #786388;
}
.BgClassName
{
background-color: #786388;
}
</style>
border-color css
<style>
span { border-color: #786388; }
span { border-color: rgb(120,99,136); }
td.TdClassName
{
border-color: #786388;
}
.TagClassName
{
border-color: #786388;
}
</style>