Shades of Mamba #786785
Tints of Mamba #786785
RGB
CMYK
RGB Variations
Color information
#786785 (or 0x786785) is known color: Mamba. HEX triplet: 78, 67 and 85. RGB value is (120,103,133). Sum of RGB (Red+Green+Blue) = 120+103+133=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #786785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786785 is #87987A. Grayscale: #6F6F6F. Windows color (decimal): -8886395 or 8742776. OLE color: 8742776.
HSL color Cylindrical-coordinate representation of color #786785: hue angle of 274º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #786785 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 103 | 133 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.48 |
| HSL | 274º | 0.13% | 0.46% | - |
| HSV(B) | 274º | 0.23% | 0.52% | - |
| XYZ | 16.83 | 15.39 | 24.27 | - |
| YUV | 111.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 133 | 0.10 | 0.23 | 0 | 0.48 | 274 | 0.13 | 0.46 |
| Hex | 78 | 67 | 85 | A | 17 | 0 | 30 | 112 | D | 2E |
| Octal | 170 | 147 | 205 | 12 | 27 | 0 | 60 | 422 | 15 | 56 |
| Binary | 1111000 | 1100111 | 10000101 | 1010 | 10111 | 0 | 110000 | 100010010 | 1101 | 101110 |
Color Harmonies of #786785
Complementary color
Monochromatic Colors of #786785
Black with #786785
Text Example
Text Example
White with #786785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786785; }
p { color: rgb(120,103,133); }
H1.HeaderClassName
{
color: #786785;
}
.AnyTagClassName
{
color: #786785;
}
</style>
background-color css
<style>
a { background-color: #786785; }
a { background-color: rgb(120,103,133); }
div.DivClassName
{
background-color: #786785;
}
.BgClassName
{
background-color: #786785;
}
</style>
border-color css
<style>
span { border-color: #786785; }
span { border-color: rgb(120,103,133); }
td.TdClassName
{
border-color: #786785;
}
.TagClassName
{
border-color: #786785;
}
</style>