Shades of Mamba #78628D
Tints of Mamba #78628D
RGB
CMYK
RGB Variations
Color information
#78628D (or 0x78628D) is known color: Mamba. HEX triplet: 78, 62 and 8D. RGB value is (120,98,141). Sum of RGB (Red+Green+Blue) = 120+98+141=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #78628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78628D is #879D72. Grayscale: #6D6D6D. Windows color (decimal): -8887667 or 9265784. OLE color: 9265784.
HSL color Cylindrical-coordinate representation of color #78628D: hue angle of 270.7º degrees, saturation: 0.18, 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 #78628D is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 98 | 141 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.45 |
| HSL | 270.7º | 0.18% | 0.47% | - |
| HSV(B) | 270.7º | 0.3% | 0.55% | - |
| XYZ | 16.92 | 14.65 | 27.14 | - |
| YUV | 109.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 141 | 0.15 | 0.30 | 0 | 0.45 | 270.7 | 0.18 | 0.47 |
| Hex | 78 | 62 | 8D | F | 1E | 0 | 2D | 10F | 12 | 2F |
| Octal | 170 | 142 | 215 | 17 | 36 | 0 | 55 | 417 | 22 | 57 |
| Binary | 1111000 | 1100010 | 10001101 | 1111 | 11110 | 0 | 101101 | 100001111 | 10010 | 101111 |
Color Harmonies of #78628D
Complementary color
Monochromatic Colors of #78628D
Black with #78628D
Text Example
Text Example
White with #78628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78628D; }
p { color: rgb(120,98,141); }
H1.HeaderClassName
{
color: #78628D;
}
.AnyTagClassName
{
color: #78628D;
}
</style>
background-color css
<style>
a { background-color: #78628D; }
a { background-color: rgb(120,98,141); }
div.DivClassName
{
background-color: #78628D;
}
.BgClassName
{
background-color: #78628D;
}
</style>
border-color css
<style>
span { border-color: #78628D; }
span { border-color: rgb(120,98,141); }
td.TdClassName
{
border-color: #78628D;
}
.TagClassName
{
border-color: #78628D;
}
</style>