Shades of Amulet #7F996D
Tints of Amulet #7F996D
RGB
CMYK
RGB Variations
Color information
#7F996D (or 0x7F996D) is known color: Amulet. HEX triplet: 7F, 99 and 6D. RGB value is (127,153,109). Sum of RGB (Red+Green+Blue) = 127+153+109=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #7F996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F996D is #806692. Grayscale: #8C8C8C. Windows color (decimal): -8414867 or 7182719. OLE color: 7182719.
HSL color Cylindrical-coordinate representation of color #7F996D: hue angle of 95.45º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F996D is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 109 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.4 |
| HSL | 95.45º | 0.18% | 0.51% | - |
| HSV(B) | 95.45º | 0.29% | 0.6% | - |
| XYZ | 22.9 | 28.4 | 18.74 | - |
| YUV | 140.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 109 | 0.17 | 0 | 0.29 | 0.4 | 95.45 | 0.18 | 0.51 |
| Hex | 7F | 99 | 6D | 11 | 0 | 1D | 28 | 5F | 12 | 33 |
| Octal | 177 | 231 | 155 | 21 | 0 | 35 | 50 | 137 | 22 | 63 |
| Binary | 1111111 | 10011001 | 1101101 | 10001 | 0 | 11101 | 101000 | 1011111 | 10010 | 110011 |
Color Harmonies of #7F996D
Complementary color
Monochromatic Colors of #7F996D
Black with #7F996D
Text Example
Text Example
White with #7F996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F996D; }
p { color: rgb(127,153,109); }
H1.HeaderClassName
{
color: #7F996D;
}
.AnyTagClassName
{
color: #7F996D;
}
</style>
background-color css
<style>
a { background-color: #7F996D; }
a { background-color: rgb(127,153,109); }
div.DivClassName
{
background-color: #7F996D;
}
.BgClassName
{
background-color: #7F996D;
}
</style>
border-color css
<style>
span { border-color: #7F996D; }
span { border-color: rgb(127,153,109); }
td.TdClassName
{
border-color: #7F996D;
}
.TagClassName
{
border-color: #7F996D;
}
</style>