Shades of Mamba #786D7D
Tints of Mamba #786D7D
RGB
CMYK
RGB Variations
Color information
#786D7D (or 0x786D7D) is known color: Mamba. HEX triplet: 78, 6D and 7D. RGB value is (120,109,125). Sum of RGB (Red+Green+Blue) = 120+109+125=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #786D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D7D is #879282. Grayscale: #727272. Windows color (decimal): -8884867 or 8220024. OLE color: 8220024.
HSL color Cylindrical-coordinate representation of color #786D7D: hue angle of 281.25º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #786D7D is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 109 | 125 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.51 |
| HSL | 281.25º | 0.07% | 0.46% | - |
| HSV(B) | 281.25º | 0.13% | 0.49% | - |
| XYZ | 16.92 | 16.41 | 21.68 | - |
| YUV | 114.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 125 | 0.04 | 0.13 | 0 | 0.51 | 281.25 | 0.07 | 0.46 |
| Hex | 78 | 6D | 7D | 4 | D | 0 | 33 | 119 | 7 | 2E |
| Octal | 170 | 155 | 175 | 4 | 15 | 0 | 63 | 431 | 7 | 56 |
| Binary | 1111000 | 1101101 | 1111101 | 100 | 1101 | 0 | 110011 | 100011001 | 111 | 101110 |
Color Harmonies of #786D7D
Complementary color
Monochromatic Colors of #786D7D
Black with #786D7D
Text Example
Text Example
White with #786D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D7D; }
p { color: rgb(120,109,125); }
H1.HeaderClassName
{
color: #786D7D;
}
.AnyTagClassName
{
color: #786D7D;
}
</style>
background-color css
<style>
a { background-color: #786D7D; }
a { background-color: rgb(120,109,125); }
div.DivClassName
{
background-color: #786D7D;
}
.BgClassName
{
background-color: #786D7D;
}
</style>
border-color css
<style>
span { border-color: #786D7D; }
span { border-color: rgb(120,109,125); }
td.TdClassName
{
border-color: #786D7D;
}
.TagClassName
{
border-color: #786D7D;
}
</style>