Shades of Mamba #78628F
Tints of Mamba #78628F
RGB
CMYK
RGB Variations
Color information
#78628F (or 0x78628F) is known color: Mamba. HEX triplet: 78, 62 and 8F. RGB value is (120,98,143). Sum of RGB (Red+Green+Blue) = 120+98+143=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #78628F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78628F is #879D70. Grayscale: #6D6D6D. Windows color (decimal): -8887665 or 9396856. OLE color: 9396856.
HSL color Cylindrical-coordinate representation of color #78628F: hue angle of 269.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78628F is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 98 | 143 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.44 |
| HSL | 269.33º | 0.19% | 0.47% | - |
| HSV(B) | 269.33º | 0.31% | 0.56% | - |
| XYZ | 17.07 | 14.71 | 27.93 | - |
| YUV | 109.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 143 | 0.16 | 0.31 | 0 | 0.44 | 269.33 | 0.19 | 0.47 |
| Hex | 78 | 62 | 8F | 10 | 1F | 0 | 2C | 10D | 13 | 2F |
| Octal | 170 | 142 | 217 | 20 | 37 | 0 | 54 | 415 | 23 | 57 |
| Binary | 1111000 | 1100010 | 10001111 | 10000 | 11111 | 0 | 101100 | 100001101 | 10011 | 101111 |
Color Harmonies of #78628F
Complementary color
Monochromatic Colors of #78628F
Black with #78628F
Text Example
Text Example
White with #78628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78628F; }
p { color: rgb(120,98,143); }
H1.HeaderClassName
{
color: #78628F;
}
.AnyTagClassName
{
color: #78628F;
}
</style>
background-color css
<style>
a { background-color: #78628F; }
a { background-color: rgb(120,98,143); }
div.DivClassName
{
background-color: #78628F;
}
.BgClassName
{
background-color: #78628F;
}
</style>
border-color css
<style>
span { border-color: #78628F; }
span { border-color: rgb(120,98,143); }
td.TdClassName
{
border-color: #78628F;
}
.TagClassName
{
border-color: #78628F;
}
</style>