Shades of Amulet #7F9973
Tints of Amulet #7F9973
RGB
CMYK
RGB Variations
Color information
#7F9973 (or 0x7F9973) is known color: Amulet. HEX triplet: 7F, 99 and 73. RGB value is (127,153,115). Sum of RGB (Red+Green+Blue) = 127+153+115=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9973 is #80668C. Grayscale: #8D8D8D. Windows color (decimal): -8414861 or 7575935. OLE color: 7575935.
HSL color Cylindrical-coordinate representation of color #7F9973: hue angle of 101.05º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F9973 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 115 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.4 |
| HSL | 101.05º | 0.16% | 0.53% | - |
| HSV(B) | 101.05º | 0.25% | 0.6% | - |
| XYZ | 23.24 | 28.53 | 20.5 | - |
| YUV | 140.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 115 | 0.17 | 0 | 0.25 | 0.4 | 101.05 | 0.16 | 0.53 |
| Hex | 7F | 99 | 73 | 11 | 0 | 19 | 28 | 65 | 10 | 35 |
| Octal | 177 | 231 | 163 | 21 | 0 | 31 | 50 | 145 | 20 | 65 |
| Binary | 1111111 | 10011001 | 1110011 | 10001 | 0 | 11001 | 101000 | 1100101 | 10000 | 110101 |
Color Harmonies of #7F9973
Complementary color
Monochromatic Colors of #7F9973
Black with #7F9973
Text Example
Text Example
White with #7F9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9973; }
p { color: rgb(127,153,115); }
H1.HeaderClassName
{
color: #7F9973;
}
.AnyTagClassName
{
color: #7F9973;
}
</style>
background-color css
<style>
a { background-color: #7F9973; }
a { background-color: rgb(127,153,115); }
div.DivClassName
{
background-color: #7F9973;
}
.BgClassName
{
background-color: #7F9973;
}
</style>
border-color css
<style>
span { border-color: #7F9973; }
span { border-color: rgb(127,153,115); }
td.TdClassName
{
border-color: #7F9973;
}
.TagClassName
{
border-color: #7F9973;
}
</style>