Shades of Mamba #786686
Tints of Mamba #786686
RGB
CMYK
RGB Variations
Color information
#786686 (or 0x786686) is known color: Mamba. HEX triplet: 78, 66 and 86. RGB value is (120,102,134). Sum of RGB (Red+Green+Blue) = 120+102+134=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #786686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786686 is #879979. Grayscale: #6E6E6E. Windows color (decimal): -8886650 or 8808056. OLE color: 8808056.
HSL color Cylindrical-coordinate representation of color #786686: hue angle of 273.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786686 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 102 | 134 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.47 |
| HSL | 273.75º | 0.14% | 0.46% | - |
| HSV(B) | 273.75º | 0.24% | 0.53% | - |
| XYZ | 16.8 | 15.22 | 24.61 | - |
| YUV | 111.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 134 | 0.10 | 0.24 | 0 | 0.47 | 273.75 | 0.14 | 0.46 |
| Hex | 78 | 66 | 86 | A | 18 | 0 | 2F | 112 | E | 2E |
| Octal | 170 | 146 | 206 | 12 | 30 | 0 | 57 | 422 | 16 | 56 |
| Binary | 1111000 | 1100110 | 10000110 | 1010 | 11000 | 0 | 101111 | 100010010 | 1110 | 101110 |
Color Harmonies of #786686
Complementary color
Monochromatic Colors of #786686
Black with #786686
Text Example
Text Example
White with #786686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786686; }
p { color: rgb(120,102,134); }
H1.HeaderClassName
{
color: #786686;
}
.AnyTagClassName
{
color: #786686;
}
</style>
background-color css
<style>
a { background-color: #786686; }
a { background-color: rgb(120,102,134); }
div.DivClassName
{
background-color: #786686;
}
.BgClassName
{
background-color: #786686;
}
</style>
border-color css
<style>
span { border-color: #786686; }
span { border-color: rgb(120,102,134); }
td.TdClassName
{
border-color: #786686;
}
.TagClassName
{
border-color: #786686;
}
</style>