Shades of Mamba #786D80
Tints of Mamba #786D80
RGB
CMYK
RGB Variations
Color information
#786D80 (or 0x786D80) is known color: Mamba. HEX triplet: 78, 6D and 80. RGB value is (120,109,128). Sum of RGB (Red+Green+Blue) = 120+109+128=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 128 - color contains mainly: blue. Hex color #786D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D80 is #87927F. Grayscale: #727272. Windows color (decimal): -8884864 or 8416632. OLE color: 8416632.
HSL color Cylindrical-coordinate representation of color #786D80: hue angle of 274.74º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #786D80 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 109 | 128 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.50 |
| HSL | 274.74º | 0.08% | 0.46% | - |
| HSV(B) | 274.74º | 0.15% | 0.5% | - |
| XYZ | 17.11 | 16.49 | 22.7 | - |
| YUV | 114.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 128 | 0.06 | 0.15 | 0 | 0.50 | 274.74 | 0.08 | 0.46 |
| Hex | 78 | 6D | 80 | 6 | F | 0 | 32 | 113 | 8 | 2E |
| Octal | 170 | 155 | 200 | 6 | 17 | 0 | 62 | 423 | 10 | 56 |
| Binary | 1111000 | 1101101 | 10000000 | 110 | 1111 | 0 | 110010 | 100010011 | 1000 | 101110 |
Color Harmonies of #786D80
Complementary color
Monochromatic Colors of #786D80
Black with #786D80
Text Example
Text Example
White with #786D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D80; }
p { color: rgb(120,109,128); }
H1.HeaderClassName
{
color: #786D80;
}
.AnyTagClassName
{
color: #786D80;
}
</style>
background-color css
<style>
a { background-color: #786D80; }
a { background-color: rgb(120,109,128); }
div.DivClassName
{
background-color: #786D80;
}
.BgClassName
{
background-color: #786D80;
}
</style>
border-color css
<style>
span { border-color: #786D80; }
span { border-color: rgb(120,109,128); }
td.TdClassName
{
border-color: #786D80;
}
.TagClassName
{
border-color: #786D80;
}
</style>