Shades of Amulet #7F9978
Tints of Amulet #7F9978
RGB
CMYK
RGB Variations
Color information
#7F9978 (or 0x7F9978) is known color: Amulet. HEX triplet: 7F, 99 and 78. RGB value is (127,153,120). Sum of RGB (Red+Green+Blue) = 127+153+120=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9978 is #806687. Grayscale: #8D8D8D. Windows color (decimal): -8414856 or 7903615. OLE color: 7903615.
HSL color Cylindrical-coordinate representation of color #7F9978: hue angle of 107.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F9978 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 120 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.4 |
| HSL | 107.27º | 0.14% | 0.54% | - |
| HSV(B) | 107.27º | 0.22% | 0.6% | - |
| XYZ | 23.53 | 28.65 | 22.06 | - |
| YUV | 141.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 120 | 0.17 | 0 | 0.22 | 0.4 | 107.27 | 0.14 | 0.54 |
| Hex | 7F | 99 | 78 | 11 | 0 | 16 | 28 | 6B | E | 36 |
| Octal | 177 | 231 | 170 | 21 | 0 | 26 | 50 | 153 | 16 | 66 |
| Binary | 1111111 | 10011001 | 1111000 | 10001 | 0 | 10110 | 101000 | 1101011 | 1110 | 110110 |
Color Harmonies of #7F9978
Complementary color
Monochromatic Colors of #7F9978
Black with #7F9978
Text Example
Text Example
White with #7F9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9978; }
p { color: rgb(127,153,120); }
H1.HeaderClassName
{
color: #7F9978;
}
.AnyTagClassName
{
color: #7F9978;
}
</style>
background-color css
<style>
a { background-color: #7F9978; }
a { background-color: rgb(127,153,120); }
div.DivClassName
{
background-color: #7F9978;
}
.BgClassName
{
background-color: #7F9978;
}
</style>
border-color css
<style>
span { border-color: #7F9978; }
span { border-color: rgb(127,153,120); }
td.TdClassName
{
border-color: #7F9978;
}
.TagClassName
{
border-color: #7F9978;
}
</style>