Shades of Amulet #7F997D
Tints of Amulet #7F997D
RGB
CMYK
RGB Variations
Color information
#7F997D (or 0x7F997D) is known color: Amulet. HEX triplet: 7F, 99 and 7D. RGB value is (127,153,125). Sum of RGB (Red+Green+Blue) = 127+153+125=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #7F997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F997D is #806682. Grayscale: #8E8E8E. Windows color (decimal): -8414851 or 8231295. OLE color: 8231295.
HSL color Cylindrical-coordinate representation of color #7F997D: hue angle of 115.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F997D is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 125 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.4 |
| HSL | 115.71º | 0.12% | 0.55% | - |
| HSV(B) | 115.71º | 0.18% | 0.6% | - |
| XYZ | 23.85 | 28.78 | 23.7 | - |
| YUV | 142.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 125 | 0.17 | 0 | 0.18 | 0.4 | 115.71 | 0.12 | 0.55 |
| Hex | 7F | 99 | 7D | 11 | 0 | 12 | 28 | 74 | C | 37 |
| Octal | 177 | 231 | 175 | 21 | 0 | 22 | 50 | 164 | 14 | 67 |
| Binary | 1111111 | 10011001 | 1111101 | 10001 | 0 | 10010 | 101000 | 1110100 | 1100 | 110111 |
Color Harmonies of #7F997D
Complementary color
Monochromatic Colors of #7F997D
Black with #7F997D
Text Example
Text Example
White with #7F997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F997D; }
p { color: rgb(127,153,125); }
H1.HeaderClassName
{
color: #7F997D;
}
.AnyTagClassName
{
color: #7F997D;
}
</style>
background-color css
<style>
a { background-color: #7F997D; }
a { background-color: rgb(127,153,125); }
div.DivClassName
{
background-color: #7F997D;
}
.BgClassName
{
background-color: #7F997D;
}
</style>
border-color css
<style>
span { border-color: #7F997D; }
span { border-color: rgb(127,153,125); }
td.TdClassName
{
border-color: #7F997D;
}
.TagClassName
{
border-color: #7F997D;
}
</style>