Shades of Amulet #779D72
Tints of Amulet #779D72
RGB
CMYK
RGB Variations
Color information
#779D72 (or 0x779D72) is known color: Amulet. HEX triplet: 77, 9D and 72. RGB value is (119,157,114). Sum of RGB (Red+Green+Blue) = 119+157+114=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #779D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779D72 is #88628D. Grayscale: #8C8C8C. Windows color (decimal): -8938126 or 7511415. OLE color: 7511415.
HSL color Cylindrical-coordinate representation of color #779D72: hue angle of 113.02º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #779D72 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 114 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.38 |
| HSL | 113.02º | 0.18% | 0.53% | - |
| HSV(B) | 113.02º | 0.27% | 0.62% | - |
| XYZ | 22.7 | 29.25 | 20.37 | - |
| YUV | 140.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 114 | 0.24 | 0 | 0.27 | 0.38 | 113.02 | 0.18 | 0.53 |
| Hex | 77 | 9D | 72 | 18 | 0 | 1B | 26 | 71 | 12 | 35 |
| Octal | 167 | 235 | 162 | 30 | 0 | 33 | 46 | 161 | 22 | 65 |
| Binary | 1110111 | 10011101 | 1110010 | 11000 | 0 | 11011 | 100110 | 1110001 | 10010 | 110101 |
Color Harmonies of #779D72
Complementary color
Monochromatic Colors of #779D72
Black with #779D72
Text Example
Text Example
White with #779D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D72; }
p { color: rgb(119,157,114); }
H1.HeaderClassName
{
color: #779D72;
}
.AnyTagClassName
{
color: #779D72;
}
</style>
background-color css
<style>
a { background-color: #779D72; }
a { background-color: rgb(119,157,114); }
div.DivClassName
{
background-color: #779D72;
}
.BgClassName
{
background-color: #779D72;
}
</style>
border-color css
<style>
span { border-color: #779D72; }
span { border-color: rgb(119,157,114); }
td.TdClassName
{
border-color: #779D72;
}
.TagClassName
{
border-color: #779D72;
}
</style>