Shades of Amulet #7F9579
Tints of Amulet #7F9579
RGB
CMYK
RGB Variations
Color information
#7F9579 (or 0x7F9579) is known color: Amulet. HEX triplet: 7F, 95 and 79. RGB value is (127,149,121). Sum of RGB (Red+Green+Blue) = 127+149+121=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9579 is #806A86. Grayscale: #8B8B8B. Windows color (decimal): -8415879 or 7968127. OLE color: 7968127.
HSL color Cylindrical-coordinate representation of color #7F9579: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9579 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 121 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.42 |
| HSL | 107.14º | 0.12% | 0.53% | - |
| HSV(B) | 107.14º | 0.19% | 0.58% | - |
| XYZ | 22.95 | 27.39 | 22.17 | - |
| YUV | 139.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 121 | 0.15 | 0 | 0.19 | 0.42 | 107.14 | 0.12 | 0.53 |
| Hex | 7F | 95 | 79 | F | 0 | 13 | 2A | 6B | C | 35 |
| Octal | 177 | 225 | 171 | 17 | 0 | 23 | 52 | 153 | 14 | 65 |
| Binary | 1111111 | 10010101 | 1111001 | 1111 | 0 | 10011 | 101010 | 1101011 | 1100 | 110101 |
Color Harmonies of #7F9579
Complementary color
Monochromatic Colors of #7F9579
Black with #7F9579
Text Example
Text Example
White with #7F9579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9579; }
p { color: rgb(127,149,121); }
H1.HeaderClassName
{
color: #7F9579;
}
.AnyTagClassName
{
color: #7F9579;
}
</style>
background-color css
<style>
a { background-color: #7F9579; }
a { background-color: rgb(127,149,121); }
div.DivClassName
{
background-color: #7F9579;
}
.BgClassName
{
background-color: #7F9579;
}
</style>
border-color css
<style>
span { border-color: #7F9579; }
span { border-color: rgb(127,149,121); }
td.TdClassName
{
border-color: #7F9579;
}
.TagClassName
{
border-color: #7F9579;
}
</style>