Shades of Amulet #7E997C
Tints of Amulet #7E997C
RGB
CMYK
RGB Variations
Color information
#7E997C (or 0x7E997C) is known color: Amulet. HEX triplet: 7E, 99 and 7C. RGB value is (126,153,124). Sum of RGB (Red+Green+Blue) = 126+153+124=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #7E997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E997C is #816683. Grayscale: #8D8D8D. Windows color (decimal): -8480388 or 8165758. OLE color: 8165758.
HSL color Cylindrical-coordinate representation of color #7E997C: hue angle of 115.86º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E997C is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 124 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.4 |
| HSL | 115.86º | 0.12% | 0.54% | - |
| HSV(B) | 115.86º | 0.19% | 0.6% | - |
| XYZ | 23.63 | 28.67 | 23.36 | - |
| YUV | 141.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 124 | 0.18 | 0 | 0.19 | 0.4 | 115.86 | 0.12 | 0.54 |
| Hex | 7E | 99 | 7C | 12 | 0 | 13 | 28 | 74 | C | 36 |
| Octal | 176 | 231 | 174 | 22 | 0 | 23 | 50 | 164 | 14 | 66 |
| Binary | 1111110 | 10011001 | 1111100 | 10010 | 0 | 10011 | 101000 | 1110100 | 1100 | 110110 |
Color Harmonies of #7E997C
Complementary color
Monochromatic Colors of #7E997C
Black with #7E997C
Text Example
Text Example
White with #7E997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E997C; }
p { color: rgb(126,153,124); }
H1.HeaderClassName
{
color: #7E997C;
}
.AnyTagClassName
{
color: #7E997C;
}
</style>
background-color css
<style>
a { background-color: #7E997C; }
a { background-color: rgb(126,153,124); }
div.DivClassName
{
background-color: #7E997C;
}
.BgClassName
{
background-color: #7E997C;
}
</style>
border-color css
<style>
span { border-color: #7E997C; }
span { border-color: rgb(126,153,124); }
td.TdClassName
{
border-color: #7E997C;
}
.TagClassName
{
border-color: #7E997C;
}
</style>