Shades of Mamba #78658D
Tints of Mamba #78658D
RGB
CMYK
RGB Variations
Color information
#78658D (or 0x78658D) is known color: Mamba. HEX triplet: 78, 65 and 8D. RGB value is (120,101,141). Sum of RGB (Red+Green+Blue) = 120+101+141=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #78658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78658D is #879A72. Grayscale: #6F6F6F. Windows color (decimal): -8886899 or 9266552. OLE color: 9266552.
HSL color Cylindrical-coordinate representation of color #78658D: hue angle of 268.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78658D is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 101 | 141 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.45 |
| HSL | 268.5º | 0.17% | 0.47% | - |
| HSV(B) | 268.5º | 0.28% | 0.55% | - |
| XYZ | 17.21 | 15.22 | 27.23 | - |
| YUV | 111.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 141 | 0.15 | 0.28 | 0 | 0.45 | 268.5 | 0.17 | 0.47 |
| Hex | 78 | 65 | 8D | F | 1C | 0 | 2D | 10C | 11 | 2F |
| Octal | 170 | 145 | 215 | 17 | 34 | 0 | 55 | 414 | 21 | 57 |
| Binary | 1111000 | 1100101 | 10001101 | 1111 | 11100 | 0 | 101101 | 100001100 | 10001 | 101111 |
Color Harmonies of #78658D
Complementary color
Monochromatic Colors of #78658D
Black with #78658D
Text Example
Text Example
White with #78658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78658D; }
p { color: rgb(120,101,141); }
H1.HeaderClassName
{
color: #78658D;
}
.AnyTagClassName
{
color: #78658D;
}
</style>
background-color css
<style>
a { background-color: #78658D; }
a { background-color: rgb(120,101,141); }
div.DivClassName
{
background-color: #78658D;
}
.BgClassName
{
background-color: #78658D;
}
</style>
border-color css
<style>
span { border-color: #78658D; }
span { border-color: rgb(120,101,141); }
td.TdClassName
{
border-color: #78658D;
}
.TagClassName
{
border-color: #78658D;
}
</style>