Shades of Mamba #77618C
Tints of Mamba #77618C
RGB
CMYK
RGB Variations
Color information
#77618C (or 0x77618C) is known color: Mamba. HEX triplet: 77, 61 and 8C. RGB value is (119,97,140). Sum of RGB (Red+Green+Blue) = 119+97+140=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #77618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77618C is #889E73. Grayscale: #6C6C6C. Windows color (decimal): -8953460 or 9199991. OLE color: 9199991.
HSL color Cylindrical-coordinate representation of color #77618C: hue angle of 270.7º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77618C is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 97 | 140 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.45 |
| HSL | 270.7º | 0.18% | 0.46% | - |
| HSV(B) | 270.7º | 0.31% | 0.55% | - |
| XYZ | 16.62 | 14.36 | 26.71 | - |
| YUV | 108.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 140 | 0.15 | 0.31 | 0 | 0.45 | 270.7 | 0.18 | 0.46 |
| Hex | 77 | 61 | 8C | F | 1F | 0 | 2D | 10F | 12 | 2E |
| Octal | 167 | 141 | 214 | 17 | 37 | 0 | 55 | 417 | 22 | 56 |
| Binary | 1110111 | 1100001 | 10001100 | 1111 | 11111 | 0 | 101101 | 100001111 | 10010 | 101110 |
Color Harmonies of #77618C
Complementary color
Monochromatic Colors of #77618C
Black with #77618C
Text Example
Text Example
White with #77618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77618C; }
p { color: rgb(119,97,140); }
H1.HeaderClassName
{
color: #77618C;
}
.AnyTagClassName
{
color: #77618C;
}
</style>
background-color css
<style>
a { background-color: #77618C; }
a { background-color: rgb(119,97,140); }
div.DivClassName
{
background-color: #77618C;
}
.BgClassName
{
background-color: #77618C;
}
</style>
border-color css
<style>
span { border-color: #77618C; }
span { border-color: rgb(119,97,140); }
td.TdClassName
{
border-color: #77618C;
}
.TagClassName
{
border-color: #77618C;
}
</style>