Shades of Mamba #786C85
Tints of Mamba #786C85
RGB
CMYK
RGB Variations
Color information
#786C85 (or 0x786C85) is known color: Mamba. HEX triplet: 78, 6C and 85. RGB value is (120,108,133). Sum of RGB (Red+Green+Blue) = 120+108+133=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #786C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786C85 is #87937A. Grayscale: #727272. Windows color (decimal): -8885115 or 8744056. OLE color: 8744056.
HSL color Cylindrical-coordinate representation of color #786C85: hue angle of 268.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #786C85 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 108 | 133 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.48 |
| HSL | 268.8º | 0.1% | 0.47% | - |
| HSV(B) | 268.8º | 0.19% | 0.52% | - |
| XYZ | 17.34 | 16.41 | 24.44 | - |
| YUV | 114.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 133 | 0.10 | 0.19 | 0 | 0.48 | 268.8 | 0.1 | 0.47 |
| Hex | 78 | 6C | 85 | A | 13 | 0 | 30 | 10D | A | 2F |
| Octal | 170 | 154 | 205 | 12 | 23 | 0 | 60 | 415 | 12 | 57 |
| Binary | 1111000 | 1101100 | 10000101 | 1010 | 10011 | 0 | 110000 | 100001101 | 1010 | 101111 |
Color Harmonies of #786C85
Complementary color
Monochromatic Colors of #786C85
Black with #786C85
Text Example
Text Example
White with #786C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C85; }
p { color: rgb(120,108,133); }
H1.HeaderClassName
{
color: #786C85;
}
.AnyTagClassName
{
color: #786C85;
}
</style>
background-color css
<style>
a { background-color: #786C85; }
a { background-color: rgb(120,108,133); }
div.DivClassName
{
background-color: #786C85;
}
.BgClassName
{
background-color: #786C85;
}
</style>
border-color css
<style>
span { border-color: #786C85; }
span { border-color: rgb(120,108,133); }
td.TdClassName
{
border-color: #786C85;
}
.TagClassName
{
border-color: #786C85;
}
</style>