Shades of Amulet #779F71
Tints of Amulet #779F71
RGB
CMYK
RGB Variations
Color information
#779F71 (or 0x779F71) is known color: Amulet. HEX triplet: 77, 9F and 71. RGB value is (119,159,113). Sum of RGB (Red+Green+Blue) = 119+159+113=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #779F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F71 is #88608E. Grayscale: #8D8D8D. Windows color (decimal): -8937615 or 7446391. OLE color: 7446391.
HSL color Cylindrical-coordinate representation of color #779F71: hue angle of 112.17º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #779F71 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 113 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.38 |
| HSL | 112.17º | 0.19% | 0.53% | - |
| HSV(B) | 112.17º | 0.29% | 0.62% | - |
| XYZ | 22.99 | 29.91 | 20.18 | - |
| YUV | 141.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 113 | 0.25 | 0 | 0.29 | 0.38 | 112.17 | 0.19 | 0.53 |
| Hex | 77 | 9F | 71 | 19 | 0 | 1D | 26 | 70 | 13 | 35 |
| Octal | 167 | 237 | 161 | 31 | 0 | 35 | 46 | 160 | 23 | 65 |
| Binary | 1110111 | 10011111 | 1110001 | 11001 | 0 | 11101 | 100110 | 1110000 | 10011 | 110101 |
Color Harmonies of #779F71
Complementary color
Monochromatic Colors of #779F71
Black with #779F71
Text Example
Text Example
White with #779F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F71; }
p { color: rgb(119,159,113); }
H1.HeaderClassName
{
color: #779F71;
}
.AnyTagClassName
{
color: #779F71;
}
</style>
background-color css
<style>
a { background-color: #779F71; }
a { background-color: rgb(119,159,113); }
div.DivClassName
{
background-color: #779F71;
}
.BgClassName
{
background-color: #779F71;
}
</style>
border-color css
<style>
span { border-color: #779F71; }
span { border-color: rgb(119,159,113); }
td.TdClassName
{
border-color: #779F71;
}
.TagClassName
{
border-color: #779F71;
}
</style>