Shades of Amulet #779673
Tints of Amulet #779673
RGB
CMYK
RGB Variations
Color information
#779673 (or 0x779673) is known color: Amulet. HEX triplet: 77, 96 and 73. RGB value is (119,150,115). Sum of RGB (Red+Green+Blue) = 119+150+115=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #779673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779673 is #88698C. Grayscale: #888888. Windows color (decimal): -8939917 or 7575159. OLE color: 7575159.
HSL color Cylindrical-coordinate representation of color #779673: hue angle of 113.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779673 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 115 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.41 |
| HSL | 113.14º | 0.14% | 0.52% | - |
| HSV(B) | 113.14º | 0.23% | 0.59% | - |
| XYZ | 21.61 | 26.97 | 20.29 | - |
| YUV | 136.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 115 | 0.21 | 0 | 0.23 | 0.41 | 113.14 | 0.14 | 0.52 |
| Hex | 77 | 96 | 73 | 15 | 0 | 17 | 29 | 71 | E | 34 |
| Octal | 167 | 226 | 163 | 25 | 0 | 27 | 51 | 161 | 16 | 64 |
| Binary | 1110111 | 10010110 | 1110011 | 10101 | 0 | 10111 | 101001 | 1110001 | 1110 | 110100 |
Color Harmonies of #779673
Complementary color
Monochromatic Colors of #779673
Black with #779673
Text Example
Text Example
White with #779673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779673; }
p { color: rgb(119,150,115); }
H1.HeaderClassName
{
color: #779673;
}
.AnyTagClassName
{
color: #779673;
}
</style>
background-color css
<style>
a { background-color: #779673; }
a { background-color: rgb(119,150,115); }
div.DivClassName
{
background-color: #779673;
}
.BgClassName
{
background-color: #779673;
}
</style>
border-color css
<style>
span { border-color: #779673; }
span { border-color: rgb(119,150,115); }
td.TdClassName
{
border-color: #779673;
}
.TagClassName
{
border-color: #779673;
}
</style>