Shades of Amulet #799971
Tints of Amulet #799971
RGB
CMYK
RGB Variations
Color information
#799971 (or 0x799971) is known color: Amulet. HEX triplet: 79, 99 and 71. RGB value is (121,153,113). Sum of RGB (Red+Green+Blue) = 121+153+113=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #799971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799971 is #86668E. Grayscale: #8B8B8B. Windows color (decimal): -8808079 or 7444857. OLE color: 7444857.
HSL color Cylindrical-coordinate representation of color #799971: hue angle of 108º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #799971 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 113 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.4 |
| HSL | 108º | 0.16% | 0.52% | - |
| HSV(B) | 108º | 0.26% | 0.6% | - |
| XYZ | 22.26 | 28.04 | 19.86 | - |
| YUV | 138.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 113 | 0.21 | 0 | 0.26 | 0.4 | 108 | 0.16 | 0.52 |
| Hex | 79 | 99 | 71 | 15 | 0 | 1A | 28 | 6C | 10 | 34 |
| Octal | 171 | 231 | 161 | 25 | 0 | 32 | 50 | 154 | 20 | 64 |
| Binary | 1111001 | 10011001 | 1110001 | 10101 | 0 | 11010 | 101000 | 1101100 | 10000 | 110100 |
Color Harmonies of #799971
Complementary color
Monochromatic Colors of #799971
Black with #799971
Text Example
Text Example
White with #799971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799971; }
p { color: rgb(121,153,113); }
H1.HeaderClassName
{
color: #799971;
}
.AnyTagClassName
{
color: #799971;
}
</style>
background-color css
<style>
a { background-color: #799971; }
a { background-color: rgb(121,153,113); }
div.DivClassName
{
background-color: #799971;
}
.BgClassName
{
background-color: #799971;
}
</style>
border-color css
<style>
span { border-color: #799971; }
span { border-color: rgb(121,153,113); }
td.TdClassName
{
border-color: #799971;
}
.TagClassName
{
border-color: #799971;
}
</style>