Shades of Amulet #7F9472
Tints of Amulet #7F9472
RGB
CMYK
RGB Variations
Color information
#7F9472 (or 0x7F9472) is known color: Amulet. HEX triplet: 7F, 94 and 72. RGB value is (127,148,114). Sum of RGB (Red+Green+Blue) = 127+148+114=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9472 is #806B8D. Grayscale: #898989. Windows color (decimal): -8416142 or 7509119. OLE color: 7509119.
HSL color Cylindrical-coordinate representation of color #7F9472: hue angle of 97.06º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F9472 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 114 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.42 |
| HSL | 97.06º | 0.14% | 0.51% | - |
| HSV(B) | 97.06º | 0.23% | 0.58% | - |
| XYZ | 22.38 | 26.91 | 19.93 | - |
| YUV | 137.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 114 | 0.14 | 0 | 0.23 | 0.42 | 97.06 | 0.14 | 0.51 |
| Hex | 7F | 94 | 72 | E | 0 | 17 | 2A | 61 | E | 33 |
| Octal | 177 | 224 | 162 | 16 | 0 | 27 | 52 | 141 | 16 | 63 |
| Binary | 1111111 | 10010100 | 1110010 | 1110 | 0 | 10111 | 101010 | 1100001 | 1110 | 110011 |
Color Harmonies of #7F9472
Complementary color
Monochromatic Colors of #7F9472
Black with #7F9472
Text Example
Text Example
White with #7F9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9472; }
p { color: rgb(127,148,114); }
H1.HeaderClassName
{
color: #7F9472;
}
.AnyTagClassName
{
color: #7F9472;
}
</style>
background-color css
<style>
a { background-color: #7F9472; }
a { background-color: rgb(127,148,114); }
div.DivClassName
{
background-color: #7F9472;
}
.BgClassName
{
background-color: #7F9472;
}
</style>
border-color css
<style>
span { border-color: #7F9472; }
span { border-color: rgb(127,148,114); }
td.TdClassName
{
border-color: #7F9472;
}
.TagClassName
{
border-color: #7F9472;
}
</style>