Shades of Amulet #779A73
Tints of Amulet #779A73
RGB
CMYK
RGB Variations
Color information
#779A73 (or 0x779A73) is known color: Amulet. HEX triplet: 77, 9A and 73. RGB value is (119,154,115). Sum of RGB (Red+Green+Blue) = 119+154+115=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #779A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A73 is #88658C. Grayscale: #8B8B8B. Windows color (decimal): -8938893 or 7576183. OLE color: 7576183.
HSL color Cylindrical-coordinate representation of color #779A73: hue angle of 113.85º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779A73 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 115 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.40 |
| HSL | 113.85º | 0.16% | 0.53% | - |
| HSV(B) | 113.85º | 0.25% | 0.6% | - |
| XYZ | 22.26 | 28.27 | 20.5 | - |
| YUV | 139.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 115 | 0.23 | 0 | 0.25 | 0.40 | 113.85 | 0.16 | 0.53 |
| Hex | 77 | 9A | 73 | 17 | 0 | 19 | 28 | 72 | 10 | 35 |
| Octal | 167 | 232 | 163 | 27 | 0 | 31 | 50 | 162 | 20 | 65 |
| Binary | 1110111 | 10011010 | 1110011 | 10111 | 0 | 11001 | 101000 | 1110010 | 10000 | 110101 |
Color Harmonies of #779A73
Complementary color
Monochromatic Colors of #779A73
Black with #779A73
Text Example
Text Example
White with #779A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A73; }
p { color: rgb(119,154,115); }
H1.HeaderClassName
{
color: #779A73;
}
.AnyTagClassName
{
color: #779A73;
}
</style>
background-color css
<style>
a { background-color: #779A73; }
a { background-color: rgb(119,154,115); }
div.DivClassName
{
background-color: #779A73;
}
.BgClassName
{
background-color: #779A73;
}
</style>
border-color css
<style>
span { border-color: #779A73; }
span { border-color: rgb(119,154,115); }
td.TdClassName
{
border-color: #779A73;
}
.TagClassName
{
border-color: #779A73;
}
</style>