Shades of Amulet #7F987A
Tints of Amulet #7F987A
RGB
CMYK
RGB Variations
Color information
#7F987A (or 0x7F987A) is known color: Amulet. HEX triplet: 7F, 98 and 7A. RGB value is (127,152,122). Sum of RGB (Red+Green+Blue) = 127+152+122=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #7F987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F987A is #806785. Grayscale: #8D8D8D. Windows color (decimal): -8415110 or 8034431. OLE color: 8034431.
HSL color Cylindrical-coordinate representation of color #7F987A: hue angle of 110º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F987A is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 122 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.40 |
| HSL | 110º | 0.13% | 0.54% | - |
| HSV(B) | 110º | 0.2% | 0.6% | - |
| XYZ | 23.49 | 28.37 | 22.65 | - |
| YUV | 141.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 122 | 0.16 | 0 | 0.20 | 0.40 | 110 | 0.13 | 0.54 |
| Hex | 7F | 98 | 7A | 10 | 0 | 14 | 28 | 6E | D | 36 |
| Octal | 177 | 230 | 172 | 20 | 0 | 24 | 50 | 156 | 15 | 66 |
| Binary | 1111111 | 10011000 | 1111010 | 10000 | 0 | 10100 | 101000 | 1101110 | 1101 | 110110 |
Color Harmonies of #7F987A
Complementary color
Monochromatic Colors of #7F987A
Black with #7F987A
Text Example
Text Example
White with #7F987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F987A; }
p { color: rgb(127,152,122); }
H1.HeaderClassName
{
color: #7F987A;
}
.AnyTagClassName
{
color: #7F987A;
}
</style>
background-color css
<style>
a { background-color: #7F987A; }
a { background-color: rgb(127,152,122); }
div.DivClassName
{
background-color: #7F987A;
}
.BgClassName
{
background-color: #7F987A;
}
</style>
border-color css
<style>
span { border-color: #7F987A; }
span { border-color: rgb(127,152,122); }
td.TdClassName
{
border-color: #7F987A;
}
.TagClassName
{
border-color: #7F987A;
}
</style>