Shades of Mamba #786385
Tints of Mamba #786385
RGB
CMYK
RGB Variations
Color information
#786385 (or 0x786385) is known color: Mamba. HEX triplet: 78, 63 and 85. RGB value is (120,99,133). Sum of RGB (Red+Green+Blue) = 120+99+133=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #786385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786385 is #879C7A. Grayscale: #6D6D6D. Windows color (decimal): -8887419 or 8741752. OLE color: 8741752.
HSL color Cylindrical-coordinate representation of color #786385: hue angle of 277.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #786385 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 99 | 133 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.48 |
| HSL | 277.06º | 0.15% | 0.45% | - |
| HSV(B) | 277.06º | 0.26% | 0.52% | - |
| XYZ | 16.44 | 14.61 | 24.14 | - |
| YUV | 109.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 133 | 0.10 | 0.26 | 0 | 0.48 | 277.06 | 0.15 | 0.45 |
| Hex | 78 | 63 | 85 | A | 1A | 0 | 30 | 115 | F | 2D |
| Octal | 170 | 143 | 205 | 12 | 32 | 0 | 60 | 425 | 17 | 55 |
| Binary | 1111000 | 1100011 | 10000101 | 1010 | 11010 | 0 | 110000 | 100010101 | 1111 | 101101 |
Color Harmonies of #786385
Complementary color
Monochromatic Colors of #786385
Black with #786385
Text Example
Text Example
White with #786385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786385; }
p { color: rgb(120,99,133); }
H1.HeaderClassName
{
color: #786385;
}
.AnyTagClassName
{
color: #786385;
}
</style>
background-color css
<style>
a { background-color: #786385; }
a { background-color: rgb(120,99,133); }
div.DivClassName
{
background-color: #786385;
}
.BgClassName
{
background-color: #786385;
}
</style>
border-color css
<style>
span { border-color: #786385; }
span { border-color: rgb(120,99,133); }
td.TdClassName
{
border-color: #786385;
}
.TagClassName
{
border-color: #786385;
}
</style>