Shades of Mamba #786880
Tints of Mamba #786880
RGB
CMYK
RGB Variations
Color information
#786880 (or 0x786880) is known color: Mamba. HEX triplet: 78, 68 and 80. RGB value is (120,104,128). Sum of RGB (Red+Green+Blue) = 120+104+128=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 128 - color contains mainly: blue. Hex color #786880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786880 is #87977F. Grayscale: #6F6F6F. Windows color (decimal): -8886144 or 8415352. OLE color: 8415352.
HSL color Cylindrical-coordinate representation of color #786880: hue angle of 280º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #786880 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 104 | 128 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.50 |
| HSL | 280º | 0.1% | 0.45% | - |
| HSV(B) | 280º | 0.19% | 0.5% | - |
| XYZ | 16.59 | 15.45 | 22.53 | - |
| YUV | 111.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 128 | 0.06 | 0.19 | 0 | 0.50 | 280 | 0.1 | 0.45 |
| Hex | 78 | 68 | 80 | 6 | 13 | 0 | 32 | 118 | A | 2D |
| Octal | 170 | 150 | 200 | 6 | 23 | 0 | 62 | 430 | 12 | 55 |
| Binary | 1111000 | 1101000 | 10000000 | 110 | 10011 | 0 | 110010 | 100011000 | 1010 | 101101 |
Color Harmonies of #786880
Complementary color
Monochromatic Colors of #786880
Black with #786880
Text Example
Text Example
White with #786880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786880; }
p { color: rgb(120,104,128); }
H1.HeaderClassName
{
color: #786880;
}
.AnyTagClassName
{
color: #786880;
}
</style>
background-color css
<style>
a { background-color: #786880; }
a { background-color: rgb(120,104,128); }
div.DivClassName
{
background-color: #786880;
}
.BgClassName
{
background-color: #786880;
}
</style>
border-color css
<style>
span { border-color: #786880; }
span { border-color: rgb(120,104,128); }
td.TdClassName
{
border-color: #786880;
}
.TagClassName
{
border-color: #786880;
}
</style>