Shades of Amulet #779570
Tints of Amulet #779570
RGB
CMYK
RGB Variations
Color information
#779570 (or 0x779570) is known color: Amulet. HEX triplet: 77, 95 and 70. RGB value is (119,149,112). Sum of RGB (Red+Green+Blue) = 119+149+112=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #779570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779570 is #886A8F. Grayscale: #878787. Windows color (decimal): -8940176 or 7378295. OLE color: 7378295.
HSL color Cylindrical-coordinate representation of color #779570: hue angle of 108.65º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779570 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 112 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.42 |
| HSL | 108.65º | 0.15% | 0.51% | - |
| HSV(B) | 108.65º | 0.25% | 0.58% | - |
| XYZ | 21.28 | 26.59 | 19.34 | - |
| YUV | 135.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 112 | 0.20 | 0 | 0.25 | 0.42 | 108.65 | 0.15 | 0.51 |
| Hex | 77 | 95 | 70 | 14 | 0 | 19 | 2A | 6D | F | 33 |
| Octal | 167 | 225 | 160 | 24 | 0 | 31 | 52 | 155 | 17 | 63 |
| Binary | 1110111 | 10010101 | 1110000 | 10100 | 0 | 11001 | 101010 | 1101101 | 1111 | 110011 |
Color Harmonies of #779570
Complementary color
Monochromatic Colors of #779570
Black with #779570
Text Example
Text Example
White with #779570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779570; }
p { color: rgb(119,149,112); }
H1.HeaderClassName
{
color: #779570;
}
.AnyTagClassName
{
color: #779570;
}
</style>
background-color css
<style>
a { background-color: #779570; }
a { background-color: rgb(119,149,112); }
div.DivClassName
{
background-color: #779570;
}
.BgClassName
{
background-color: #779570;
}
</style>
border-color css
<style>
span { border-color: #779570; }
span { border-color: rgb(119,149,112); }
td.TdClassName
{
border-color: #779570;
}
.TagClassName
{
border-color: #779570;
}
</style>