Shades of Amulet #779471
Tints of Amulet #779471
RGB
CMYK
RGB Variations
Color information
#779471 (or 0x779471) is known color: Amulet. HEX triplet: 77, 94 and 71. RGB value is (119,148,113). Sum of RGB (Red+Green+Blue) = 119+148+113=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #779471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779471 is #886B8E. Grayscale: #878787. Windows color (decimal): -8940431 or 7443575. OLE color: 7443575.
HSL color Cylindrical-coordinate representation of color #779471: hue angle of 109.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779471 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 113 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.42 |
| HSL | 109.71º | 0.14% | 0.51% | - |
| HSV(B) | 109.71º | 0.24% | 0.58% | - |
| XYZ | 21.18 | 26.29 | 19.58 | - |
| YUV | 135.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 113 | 0.20 | 0 | 0.24 | 0.42 | 109.71 | 0.14 | 0.51 |
| Hex | 77 | 94 | 71 | 14 | 0 | 18 | 2A | 6E | E | 33 |
| Octal | 167 | 224 | 161 | 24 | 0 | 30 | 52 | 156 | 16 | 63 |
| Binary | 1110111 | 10010100 | 1110001 | 10100 | 0 | 11000 | 101010 | 1101110 | 1110 | 110011 |
Color Harmonies of #779471
Complementary color
Monochromatic Colors of #779471
Black with #779471
Text Example
Text Example
White with #779471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779471; }
p { color: rgb(119,148,113); }
H1.HeaderClassName
{
color: #779471;
}
.AnyTagClassName
{
color: #779471;
}
</style>
background-color css
<style>
a { background-color: #779471; }
a { background-color: rgb(119,148,113); }
div.DivClassName
{
background-color: #779471;
}
.BgClassName
{
background-color: #779471;
}
</style>
border-color css
<style>
span { border-color: #779471; }
span { border-color: rgb(119,148,113); }
td.TdClassName
{
border-color: #779471;
}
.TagClassName
{
border-color: #779471;
}
</style>