Shades of Mamba #786382
Tints of Mamba #786382
RGB
CMYK
RGB Variations
Color information
#786382 (or 0x786382) is known color: Mamba. HEX triplet: 78, 63 and 82. RGB value is (120,99,130). Sum of RGB (Red+Green+Blue) = 120+99+130=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #786382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786382 is #879C7D. Grayscale: #6C6C6C. Windows color (decimal): -8887422 or 8545144. OLE color: 8545144.
HSL color Cylindrical-coordinate representation of color #786382: hue angle of 280.65º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786382 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 99 | 130 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.49 |
| HSL | 280.65º | 0.14% | 0.45% | - |
| HSV(B) | 280.65º | 0.24% | 0.51% | - |
| XYZ | 16.24 | 14.53 | 23.07 | - |
| YUV | 108.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 130 | 0.08 | 0.24 | 0 | 0.49 | 280.65 | 0.14 | 0.45 |
| Hex | 78 | 63 | 82 | 8 | 18 | 0 | 31 | 119 | E | 2D |
| Octal | 170 | 143 | 202 | 10 | 30 | 0 | 61 | 431 | 16 | 55 |
| Binary | 1111000 | 1100011 | 10000010 | 1000 | 11000 | 0 | 110001 | 100011001 | 1110 | 101101 |
Color Harmonies of #786382
Complementary color
Monochromatic Colors of #786382
Black with #786382
Text Example
Text Example
White with #786382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786382; }
p { color: rgb(120,99,130); }
H1.HeaderClassName
{
color: #786382;
}
.AnyTagClassName
{
color: #786382;
}
</style>
background-color css
<style>
a { background-color: #786382; }
a { background-color: rgb(120,99,130); }
div.DivClassName
{
background-color: #786382;
}
.BgClassName
{
background-color: #786382;
}
</style>
border-color css
<style>
span { border-color: #786382; }
span { border-color: rgb(120,99,130); }
td.TdClassName
{
border-color: #786382;
}
.TagClassName
{
border-color: #786382;
}
</style>