Shades of Mamba #78638D
Tints of Mamba #78638D
RGB
CMYK
RGB Variations
Color information
#78638D (or 0x78638D) is known color: Mamba. HEX triplet: 78, 63 and 8D. RGB value is (120,99,141). Sum of RGB (Red+Green+Blue) = 120+99+141=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #78638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78638D is #879C72. Grayscale: #6D6D6D. Windows color (decimal): -8887411 or 9266040. OLE color: 9266040.
HSL color Cylindrical-coordinate representation of color #78638D: hue angle of 270º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78638D is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 99 | 141 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.45 |
| HSL | 270º | 0.18% | 0.47% | - |
| HSV(B) | 270º | 0.3% | 0.55% | - |
| XYZ | 17.02 | 14.84 | 27.17 | - |
| YUV | 110.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 141 | 0.15 | 0.30 | 0 | 0.45 | 270 | 0.18 | 0.47 |
| Hex | 78 | 63 | 8D | F | 1E | 0 | 2D | 10E | 12 | 2F |
| Octal | 170 | 143 | 215 | 17 | 36 | 0 | 55 | 416 | 22 | 57 |
| Binary | 1111000 | 1100011 | 10001101 | 1111 | 11110 | 0 | 101101 | 100001110 | 10010 | 101111 |
Color Harmonies of #78638D
Complementary color
Monochromatic Colors of #78638D
Black with #78638D
Text Example
Text Example
White with #78638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78638D; }
p { color: rgb(120,99,141); }
H1.HeaderClassName
{
color: #78638D;
}
.AnyTagClassName
{
color: #78638D;
}
</style>
background-color css
<style>
a { background-color: #78638D; }
a { background-color: rgb(120,99,141); }
div.DivClassName
{
background-color: #78638D;
}
.BgClassName
{
background-color: #78638D;
}
</style>
border-color css
<style>
span { border-color: #78638D; }
span { border-color: rgb(120,99,141); }
td.TdClassName
{
border-color: #78638D;
}
.TagClassName
{
border-color: #78638D;
}
</style>