Shades of Amulet #779F72
Tints of Amulet #779F72
RGB
CMYK
RGB Variations
Color information
#779F72 (or 0x779F72) is known color: Amulet. HEX triplet: 77, 9F and 72. RGB value is (119,159,114). Sum of RGB (Red+Green+Blue) = 119+159+114=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #779F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F72 is #88608D. Grayscale: #8E8E8E. Windows color (decimal): -8937614 or 7511927. OLE color: 7511927.
HSL color Cylindrical-coordinate representation of color #779F72: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #779F72 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 114 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.38 |
| HSL | 113.33º | 0.19% | 0.54% | - |
| HSV(B) | 113.33º | 0.28% | 0.62% | - |
| XYZ | 23.04 | 29.93 | 20.48 | - |
| YUV | 141.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 114 | 0.25 | 0 | 0.28 | 0.38 | 113.33 | 0.19 | 0.54 |
| Hex | 77 | 9F | 72 | 19 | 0 | 1C | 26 | 71 | 13 | 36 |
| Octal | 167 | 237 | 162 | 31 | 0 | 34 | 46 | 161 | 23 | 66 |
| Binary | 1110111 | 10011111 | 1110010 | 11001 | 0 | 11100 | 100110 | 1110001 | 10011 | 110110 |
Color Harmonies of #779F72
Complementary color
Monochromatic Colors of #779F72
Black with #779F72
Text Example
Text Example
White with #779F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F72; }
p { color: rgb(119,159,114); }
H1.HeaderClassName
{
color: #779F72;
}
.AnyTagClassName
{
color: #779F72;
}
</style>
background-color css
<style>
a { background-color: #779F72; }
a { background-color: rgb(119,159,114); }
div.DivClassName
{
background-color: #779F72;
}
.BgClassName
{
background-color: #779F72;
}
</style>
border-color css
<style>
span { border-color: #779F72; }
span { border-color: rgb(119,159,114); }
td.TdClassName
{
border-color: #779F72;
}
.TagClassName
{
border-color: #779F72;
}
</style>