Shades of Mamba #786085
Tints of Mamba #786085
RGB
CMYK
RGB Variations
Color information
#786085 (or 0x786085) is known color: Mamba. HEX triplet: 78, 60 and 85. RGB value is (120,96,133). Sum of RGB (Red+Green+Blue) = 120+96+133=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #786085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786085 is #879F7A. Grayscale: #6B6B6B. Windows color (decimal): -8888187 or 8740984. OLE color: 8740984.
HSL color Cylindrical-coordinate representation of color #786085: hue angle of 278.92º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #786085 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 96 | 133 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.48 |
| HSL | 278.92º | 0.16% | 0.45% | - |
| HSV(B) | 278.92º | 0.28% | 0.52% | - |
| XYZ | 16.16 | 14.05 | 24.05 | - |
| YUV | 107.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 133 | 0.10 | 0.28 | 0 | 0.48 | 278.92 | 0.16 | 0.45 |
| Hex | 78 | 60 | 85 | A | 1C | 0 | 30 | 117 | 10 | 2D |
| Octal | 170 | 140 | 205 | 12 | 34 | 0 | 60 | 427 | 20 | 55 |
| Binary | 1111000 | 1100000 | 10000101 | 1010 | 11100 | 0 | 110000 | 100010111 | 10000 | 101101 |
Color Harmonies of #786085
Complementary color
Monochromatic Colors of #786085
Black with #786085
Text Example
Text Example
White with #786085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786085; }
p { color: rgb(120,96,133); }
H1.HeaderClassName
{
color: #786085;
}
.AnyTagClassName
{
color: #786085;
}
</style>
background-color css
<style>
a { background-color: #786085; }
a { background-color: rgb(120,96,133); }
div.DivClassName
{
background-color: #786085;
}
.BgClassName
{
background-color: #786085;
}
</style>
border-color css
<style>
span { border-color: #786085; }
span { border-color: rgb(120,96,133); }
td.TdClassName
{
border-color: #786085;
}
.TagClassName
{
border-color: #786085;
}
</style>