Shades of Mamba #786D82
Tints of Mamba #786D82
RGB
CMYK
RGB Variations
Color information
#786D82 (or 0x786D82) is known color: Mamba. HEX triplet: 78, 6D and 82. RGB value is (120,109,130). Sum of RGB (Red+Green+Blue) = 120+109+130=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #786D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D82 is #87927D. Grayscale: #727272. Windows color (decimal): -8884862 or 8547704. OLE color: 8547704.
HSL color Cylindrical-coordinate representation of color #786D82: hue angle of 271.43º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786D82 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 109 | 130 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.49 |
| HSL | 271.43º | 0.09% | 0.47% | - |
| HSV(B) | 271.43º | 0.16% | 0.51% | - |
| XYZ | 17.24 | 16.54 | 23.4 | - |
| YUV | 114.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 130 | 0.08 | 0.16 | 0 | 0.49 | 271.43 | 0.09 | 0.47 |
| Hex | 78 | 6D | 82 | 8 | 10 | 0 | 31 | 10F | 9 | 2F |
| Octal | 170 | 155 | 202 | 10 | 20 | 0 | 61 | 417 | 11 | 57 |
| Binary | 1111000 | 1101101 | 10000010 | 1000 | 10000 | 0 | 110001 | 100001111 | 1001 | 101111 |
Color Harmonies of #786D82
Complementary color
Monochromatic Colors of #786D82
Black with #786D82
Text Example
Text Example
White with #786D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D82; }
p { color: rgb(120,109,130); }
H1.HeaderClassName
{
color: #786D82;
}
.AnyTagClassName
{
color: #786D82;
}
</style>
background-color css
<style>
a { background-color: #786D82; }
a { background-color: rgb(120,109,130); }
div.DivClassName
{
background-color: #786D82;
}
.BgClassName
{
background-color: #786D82;
}
</style>
border-color css
<style>
span { border-color: #786D82; }
span { border-color: rgb(120,109,130); }
td.TdClassName
{
border-color: #786D82;
}
.TagClassName
{
border-color: #786D82;
}
</style>