Shades of Amulet #779D71
Tints of Amulet #779D71
RGB
CMYK
RGB Variations
Color information
#779D71 (or 0x779D71) is known color: Amulet. HEX triplet: 77, 9D and 71. RGB value is (119,157,113). Sum of RGB (Red+Green+Blue) = 119+157+113=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #779D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779D71 is #88628E. Grayscale: #8C8C8C. Windows color (decimal): -8938127 or 7445879. OLE color: 7445879.
HSL color Cylindrical-coordinate representation of color #779D71: hue angle of 111.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #779D71 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 113 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.38 |
| HSL | 111.82º | 0.18% | 0.53% | - |
| HSV(B) | 111.82º | 0.28% | 0.62% | - |
| XYZ | 22.65 | 29.23 | 20.07 | - |
| YUV | 140.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 113 | 0.24 | 0 | 0.28 | 0.38 | 111.82 | 0.18 | 0.53 |
| Hex | 77 | 9D | 71 | 18 | 0 | 1C | 26 | 70 | 12 | 35 |
| Octal | 167 | 235 | 161 | 30 | 0 | 34 | 46 | 160 | 22 | 65 |
| Binary | 1110111 | 10011101 | 1110001 | 11000 | 0 | 11100 | 100110 | 1110000 | 10010 | 110101 |
Color Harmonies of #779D71
Complementary color
Monochromatic Colors of #779D71
Black with #779D71
Text Example
Text Example
White with #779D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D71; }
p { color: rgb(119,157,113); }
H1.HeaderClassName
{
color: #779D71;
}
.AnyTagClassName
{
color: #779D71;
}
</style>
background-color css
<style>
a { background-color: #779D71; }
a { background-color: rgb(119,157,113); }
div.DivClassName
{
background-color: #779D71;
}
.BgClassName
{
background-color: #779D71;
}
</style>
border-color css
<style>
span { border-color: #779D71; }
span { border-color: rgb(119,157,113); }
td.TdClassName
{
border-color: #779D71;
}
.TagClassName
{
border-color: #779D71;
}
</style>