Shades of Mamba #77618D
Tints of Mamba #77618D
RGB
CMYK
RGB Variations
Color information
#77618D (or 0x77618D) is known color: Mamba. HEX triplet: 77, 61 and 8D. RGB value is (119,97,141). Sum of RGB (Red+Green+Blue) = 119+97+141=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #77618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77618D is #889E72. Grayscale: #6C6C6C. Windows color (decimal): -8953459 or 9265527. OLE color: 9265527.
HSL color Cylindrical-coordinate representation of color #77618D: hue angle of 270º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77618D is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 97 | 141 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.45 |
| HSL | 270º | 0.18% | 0.47% | - |
| HSV(B) | 270º | 0.31% | 0.55% | - |
| XYZ | 16.69 | 14.39 | 27.1 | - |
| YUV | 108.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 141 | 0.16 | 0.31 | 0 | 0.45 | 270 | 0.18 | 0.47 |
| Hex | 77 | 61 | 8D | 10 | 1F | 0 | 2D | 10E | 12 | 2F |
| Octal | 167 | 141 | 215 | 20 | 37 | 0 | 55 | 416 | 22 | 57 |
| Binary | 1110111 | 1100001 | 10001101 | 10000 | 11111 | 0 | 101101 | 100001110 | 10010 | 101111 |
Color Harmonies of #77618D
Complementary color
Monochromatic Colors of #77618D
Black with #77618D
Text Example
Text Example
White with #77618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77618D; }
p { color: rgb(119,97,141); }
H1.HeaderClassName
{
color: #77618D;
}
.AnyTagClassName
{
color: #77618D;
}
</style>
background-color css
<style>
a { background-color: #77618D; }
a { background-color: rgb(119,97,141); }
div.DivClassName
{
background-color: #77618D;
}
.BgClassName
{
background-color: #77618D;
}
</style>
border-color css
<style>
span { border-color: #77618D; }
span { border-color: rgb(119,97,141); }
td.TdClassName
{
border-color: #77618D;
}
.TagClassName
{
border-color: #77618D;
}
</style>