Shades of Mamba #77608A
Tints of Mamba #77608A
RGB
CMYK
RGB Variations
Color information
#77608A (or 0x77608A) is known color: Mamba. HEX triplet: 77, 60 and 8A. RGB value is (119,96,138). Sum of RGB (Red+Green+Blue) = 119+96+138=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #77608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77608A is #889F75. Grayscale: #6B6B6B. Windows color (decimal): -8953718 or 9068663. OLE color: 9068663.
HSL color Cylindrical-coordinate representation of color #77608A: hue angle of 272.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77608A is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 96 | 138 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.46 |
| HSL | 272.86º | 0.18% | 0.46% | - |
| HSV(B) | 272.86º | 0.3% | 0.54% | - |
| XYZ | 16.38 | 14.12 | 25.91 | - |
| YUV | 107.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 138 | 0.14 | 0.30 | 0 | 0.46 | 272.86 | 0.18 | 0.46 |
| Hex | 77 | 60 | 8A | E | 1E | 0 | 2E | 111 | 12 | 2E |
| Octal | 167 | 140 | 212 | 16 | 36 | 0 | 56 | 421 | 22 | 56 |
| Binary | 1110111 | 1100000 | 10001010 | 1110 | 11110 | 0 | 101110 | 100010001 | 10010 | 101110 |
Color Harmonies of #77608A
Complementary color
Monochromatic Colors of #77608A
Black with #77608A
Text Example
Text Example
White with #77608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77608A; }
p { color: rgb(119,96,138); }
H1.HeaderClassName
{
color: #77608A;
}
.AnyTagClassName
{
color: #77608A;
}
</style>
background-color css
<style>
a { background-color: #77608A; }
a { background-color: rgb(119,96,138); }
div.DivClassName
{
background-color: #77608A;
}
.BgClassName
{
background-color: #77608A;
}
</style>
border-color css
<style>
span { border-color: #77608A; }
span { border-color: rgb(119,96,138); }
td.TdClassName
{
border-color: #77608A;
}
.TagClassName
{
border-color: #77608A;
}
</style>