Shades of Amulet #799770
Tints of Amulet #799770
RGB
CMYK
RGB Variations
Color information
#799770 (or 0x799770) is known color: Amulet. HEX triplet: 79, 97 and 70. RGB value is (121,151,112). Sum of RGB (Red+Green+Blue) = 121+151+112=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #799770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799770 is #86688F. Grayscale: #898989. Windows color (decimal): -8808592 or 7378809. OLE color: 7378809.
HSL color Cylindrical-coordinate representation of color #799770: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #799770 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 151 | 112 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.41 |
| HSL | 106.15º | 0.16% | 0.52% | - |
| HSV(B) | 106.15º | 0.26% | 0.59% | - |
| XYZ | 21.88 | 27.37 | 19.46 | - |
| YUV | 137.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 112 | 0.20 | 0 | 0.26 | 0.41 | 106.15 | 0.16 | 0.52 |
| Hex | 79 | 97 | 70 | 14 | 0 | 1A | 29 | 6A | 10 | 34 |
| Octal | 171 | 227 | 160 | 24 | 0 | 32 | 51 | 152 | 20 | 64 |
| Binary | 1111001 | 10010111 | 1110000 | 10100 | 0 | 11010 | 101001 | 1101010 | 10000 | 110100 |
Color Harmonies of #799770
Complementary color
Monochromatic Colors of #799770
Black with #799770
Text Example
Text Example
White with #799770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799770; }
p { color: rgb(121,151,112); }
H1.HeaderClassName
{
color: #799770;
}
.AnyTagClassName
{
color: #799770;
}
</style>
background-color css
<style>
a { background-color: #799770; }
a { background-color: rgb(121,151,112); }
div.DivClassName
{
background-color: #799770;
}
.BgClassName
{
background-color: #799770;
}
</style>
border-color css
<style>
span { border-color: #799770; }
span { border-color: rgb(121,151,112); }
td.TdClassName
{
border-color: #799770;
}
.TagClassName
{
border-color: #799770;
}
</style>