Shades of Amulet #779872
Tints of Amulet #779872
RGB
CMYK
RGB Variations
Color information
#779872 (or 0x779872) is known color: Amulet. HEX triplet: 77, 98 and 72. RGB value is (119,152,114). Sum of RGB (Red+Green+Blue) = 119+152+114=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #779872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779872 is #88678D. Grayscale: #898989. Windows color (decimal): -8939406 or 7510135. OLE color: 7510135.
HSL color Cylindrical-coordinate representation of color #779872: hue angle of 112.11º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779872 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 114 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.40 |
| HSL | 112.11º | 0.16% | 0.52% | - |
| HSV(B) | 112.11º | 0.25% | 0.6% | - |
| XYZ | 21.87 | 27.59 | 20.09 | - |
| YUV | 137.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 114 | 0.22 | 0 | 0.25 | 0.40 | 112.11 | 0.16 | 0.52 |
| Hex | 77 | 98 | 72 | 16 | 0 | 19 | 28 | 70 | 10 | 34 |
| Octal | 167 | 230 | 162 | 26 | 0 | 31 | 50 | 160 | 20 | 64 |
| Binary | 1110111 | 10011000 | 1110010 | 10110 | 0 | 11001 | 101000 | 1110000 | 10000 | 110100 |
Color Harmonies of #779872
Complementary color
Monochromatic Colors of #779872
Black with #779872
Text Example
Text Example
White with #779872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779872; }
p { color: rgb(119,152,114); }
H1.HeaderClassName
{
color: #779872;
}
.AnyTagClassName
{
color: #779872;
}
</style>
background-color css
<style>
a { background-color: #779872; }
a { background-color: rgb(119,152,114); }
div.DivClassName
{
background-color: #779872;
}
.BgClassName
{
background-color: #779872;
}
</style>
border-color css
<style>
span { border-color: #779872; }
span { border-color: rgb(119,152,114); }
td.TdClassName
{
border-color: #779872;
}
.TagClassName
{
border-color: #779872;
}
</style>