Shades of Mamba #77608D
Tints of Mamba #77608D
RGB
CMYK
RGB Variations
Color information
#77608D (or 0x77608D) is known color: Mamba. HEX triplet: 77, 60 and 8D. RGB value is (119,96,141). Sum of RGB (Red+Green+Blue) = 119+96+141=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #77608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77608D is #889F72. Grayscale: #6B6B6B. Windows color (decimal): -8953715 or 9265271. OLE color: 9265271.
HSL color Cylindrical-coordinate representation of color #77608D: hue angle of 270.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77608D is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 96 | 141 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.45 |
| HSL | 270.67º | 0.19% | 0.46% | - |
| HSV(B) | 270.67º | 0.32% | 0.55% | - |
| XYZ | 16.6 | 14.21 | 27.07 | - |
| YUV | 108.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 141 | 0.16 | 0.32 | 0 | 0.45 | 270.67 | 0.19 | 0.46 |
| Hex | 77 | 60 | 8D | 10 | 20 | 0 | 2D | 10F | 13 | 2E |
| Octal | 167 | 140 | 215 | 20 | 40 | 0 | 55 | 417 | 23 | 56 |
| Binary | 1110111 | 1100000 | 10001101 | 10000 | 100000 | 0 | 101101 | 100001111 | 10011 | 101110 |
Color Harmonies of #77608D
Complementary color
Monochromatic Colors of #77608D
Black with #77608D
Text Example
Text Example
White with #77608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77608D; }
p { color: rgb(119,96,141); }
H1.HeaderClassName
{
color: #77608D;
}
.AnyTagClassName
{
color: #77608D;
}
</style>
background-color css
<style>
a { background-color: #77608D; }
a { background-color: rgb(119,96,141); }
div.DivClassName
{
background-color: #77608D;
}
.BgClassName
{
background-color: #77608D;
}
</style>
border-color css
<style>
span { border-color: #77608D; }
span { border-color: rgb(119,96,141); }
td.TdClassName
{
border-color: #77608D;
}
.TagClassName
{
border-color: #77608D;
}
</style>