Shades of Amulet #799D77
Tints of Amulet #799D77
RGB
CMYK
RGB Variations
Color information
#799D77 (or 0x799D77) is known color: Amulet. HEX triplet: 79, 9D and 77. RGB value is (121,157,119). Sum of RGB (Red+Green+Blue) = 121+157+119=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #799D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D77 is #866288. Grayscale: #8E8E8E. Windows color (decimal): -8807049 or 7839097. OLE color: 7839097.
HSL color Cylindrical-coordinate representation of color #799D77: hue angle of 116.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799D77 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 119 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.38 |
| HSL | 116.84º | 0.16% | 0.54% | - |
| HSV(B) | 116.84º | 0.24% | 0.62% | - |
| XYZ | 23.27 | 29.51 | 21.92 | - |
| YUV | 141.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 119 | 0.23 | 0 | 0.24 | 0.38 | 116.84 | 0.16 | 0.54 |
| Hex | 79 | 9D | 77 | 17 | 0 | 18 | 26 | 75 | 10 | 36 |
| Octal | 171 | 235 | 167 | 27 | 0 | 30 | 46 | 165 | 20 | 66 |
| Binary | 1111001 | 10011101 | 1110111 | 10111 | 0 | 11000 | 100110 | 1110101 | 10000 | 110110 |
Color Harmonies of #799D77
Complementary color
Monochromatic Colors of #799D77
Black with #799D77
Text Example
Text Example
White with #799D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D77; }
p { color: rgb(121,157,119); }
H1.HeaderClassName
{
color: #799D77;
}
.AnyTagClassName
{
color: #799D77;
}
</style>
background-color css
<style>
a { background-color: #799D77; }
a { background-color: rgb(121,157,119); }
div.DivClassName
{
background-color: #799D77;
}
.BgClassName
{
background-color: #799D77;
}
</style>
border-color css
<style>
span { border-color: #799D77; }
span { border-color: rgb(121,157,119); }
td.TdClassName
{
border-color: #799D77;
}
.TagClassName
{
border-color: #799D77;
}
</style>