Shades of Mamba #786882
Tints of Mamba #786882
RGB
CMYK
RGB Variations
Color information
#786882 (or 0x786882) is known color: Mamba. HEX triplet: 78, 68 and 82. RGB value is (120,104,130). Sum of RGB (Red+Green+Blue) = 120+104+130=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #786882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786882 is #87977D. Grayscale: #6F6F6F. Windows color (decimal): -8886142 or 8546424. OLE color: 8546424.
HSL color Cylindrical-coordinate representation of color #786882: hue angle of 276.92º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786882 is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 104 | 130 | - |
| CMYK | 0.08 | 0.2 | 0 | 0.49 |
| HSL | 276.92º | 0.11% | 0.46% | - |
| HSV(B) | 276.92º | 0.2% | 0.51% | - |
| XYZ | 16.73 | 15.51 | 23.23 | - |
| YUV | 111.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 130 | 0.08 | 0.2 | 0 | 0.49 | 276.92 | 0.11 | 0.46 |
| Hex | 78 | 68 | 82 | 8 | 14 | 0 | 31 | 115 | B | 2E |
| Octal | 170 | 150 | 202 | 10 | 24 | 0 | 61 | 425 | 13 | 56 |
| Binary | 1111000 | 1101000 | 10000010 | 1000 | 10100 | 0 | 110001 | 100010101 | 1011 | 101110 |
Color Harmonies of #786882
Complementary color
Monochromatic Colors of #786882
Black with #786882
Text Example
Text Example
White with #786882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786882; }
p { color: rgb(120,104,130); }
H1.HeaderClassName
{
color: #786882;
}
.AnyTagClassName
{
color: #786882;
}
</style>
background-color css
<style>
a { background-color: #786882; }
a { background-color: rgb(120,104,130); }
div.DivClassName
{
background-color: #786882;
}
.BgClassName
{
background-color: #786882;
}
</style>
border-color css
<style>
span { border-color: #786882; }
span { border-color: rgb(120,104,130); }
td.TdClassName
{
border-color: #786882;
}
.TagClassName
{
border-color: #786882;
}
</style>