Shades of Mamba #77608C
Tints of Mamba #77608C
RGB
CMYK
RGB Variations
Color information
#77608C (or 0x77608C) is known color: Mamba. HEX triplet: 77, 60 and 8C. RGB value is (119,96,140). Sum of RGB (Red+Green+Blue) = 119+96+140=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #77608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77608C is #889F73. Grayscale: #6B6B6B. Windows color (decimal): -8953716 or 9199735. OLE color: 9199735.
HSL color Cylindrical-coordinate representation of color #77608C: hue angle of 271.36º degrees, saturation: 0.19, 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 #77608C is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 96 | 140 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.45 |
| HSL | 271.36º | 0.19% | 0.46% | - |
| HSV(B) | 271.36º | 0.31% | 0.55% | - |
| XYZ | 16.52 | 14.18 | 26.68 | - |
| YUV | 107.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 140 | 0.15 | 0.31 | 0 | 0.45 | 271.36 | 0.19 | 0.46 |
| Hex | 77 | 60 | 8C | F | 1F | 0 | 2D | 10F | 13 | 2E |
| Octal | 167 | 140 | 214 | 17 | 37 | 0 | 55 | 417 | 23 | 56 |
| Binary | 1110111 | 1100000 | 10001100 | 1111 | 11111 | 0 | 101101 | 100001111 | 10011 | 101110 |
Color Harmonies of #77608C
Complementary color
Monochromatic Colors of #77608C
Black with #77608C
Text Example
Text Example
White with #77608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77608C; }
p { color: rgb(119,96,140); }
H1.HeaderClassName
{
color: #77608C;
}
.AnyTagClassName
{
color: #77608C;
}
</style>
background-color css
<style>
a { background-color: #77608C; }
a { background-color: rgb(119,96,140); }
div.DivClassName
{
background-color: #77608C;
}
.BgClassName
{
background-color: #77608C;
}
</style>
border-color css
<style>
span { border-color: #77608C; }
span { border-color: rgb(119,96,140); }
td.TdClassName
{
border-color: #77608C;
}
.TagClassName
{
border-color: #77608C;
}
</style>