Shades of Mamba #786288
Tints of Mamba #786288
RGB
CMYK
RGB Variations
Color information
#786288 (or 0x786288) is known color: Mamba. HEX triplet: 78, 62 and 88. RGB value is (120,98,136). Sum of RGB (Red+Green+Blue) = 120+98+136=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #786288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786288 is #879D77. Grayscale: #6C6C6C. Windows color (decimal): -8887672 or 8938104. OLE color: 8938104.
HSL color Cylindrical-coordinate representation of color #786288: hue angle of 274.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786288 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 98 | 136 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.47 |
| HSL | 274.74º | 0.16% | 0.46% | - |
| HSV(B) | 274.74º | 0.28% | 0.53% | - |
| XYZ | 16.56 | 14.51 | 25.22 | - |
| YUV | 108.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 136 | 0.12 | 0.28 | 0 | 0.47 | 274.74 | 0.16 | 0.46 |
| Hex | 78 | 62 | 88 | C | 1C | 0 | 2F | 113 | 10 | 2E |
| Octal | 170 | 142 | 210 | 14 | 34 | 0 | 57 | 423 | 20 | 56 |
| Binary | 1111000 | 1100010 | 10001000 | 1100 | 11100 | 0 | 101111 | 100010011 | 10000 | 101110 |
Color Harmonies of #786288
Complementary color
Monochromatic Colors of #786288
Black with #786288
Text Example
Text Example
White with #786288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786288; }
p { color: rgb(120,98,136); }
H1.HeaderClassName
{
color: #786288;
}
.AnyTagClassName
{
color: #786288;
}
</style>
background-color css
<style>
a { background-color: #786288; }
a { background-color: rgb(120,98,136); }
div.DivClassName
{
background-color: #786288;
}
.BgClassName
{
background-color: #786288;
}
</style>
border-color css
<style>
span { border-color: #786288; }
span { border-color: rgb(120,98,136); }
td.TdClassName
{
border-color: #786288;
}
.TagClassName
{
border-color: #786288;
}
</style>