Shades of Amulet #7D9C7A
Tints of Amulet #7D9C7A
RGB
CMYK
RGB Variations
Color information
#7D9C7A (or 0x7D9C7A) is known color: Amulet. HEX triplet: 7D, 9C and 7A. RGB value is (125,156,122). Sum of RGB (Red+Green+Blue) = 125+156+122=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9C7A is #826385. Grayscale: #8E8E8E. Windows color (decimal): -8545158 or 8035453. OLE color: 8035453.
HSL color Cylindrical-coordinate representation of color #7D9C7A: hue angle of 114.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9C7A is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 156 | 122 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.39 |
| HSL | 114.71º | 0.15% | 0.55% | - |
| HSV(B) | 114.71º | 0.22% | 0.61% | - |
| XYZ | 23.86 | 29.54 | 22.86 | - |
| YUV | 142.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 122 | 0.20 | 0 | 0.22 | 0.39 | 114.71 | 0.15 | 0.55 |
| Hex | 7D | 9C | 7A | 14 | 0 | 16 | 27 | 73 | F | 37 |
| Octal | 175 | 234 | 172 | 24 | 0 | 26 | 47 | 163 | 17 | 67 |
| Binary | 1111101 | 10011100 | 1111010 | 10100 | 0 | 10110 | 100111 | 1110011 | 1111 | 110111 |
Color Harmonies of #7D9C7A
Complementary color
Monochromatic Colors of #7D9C7A
Black with #7D9C7A
Text Example
Text Example
White with #7D9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9C7A; }
p { color: rgb(125,156,122); }
H1.HeaderClassName
{
color: #7D9C7A;
}
.AnyTagClassName
{
color: #7D9C7A;
}
</style>
background-color css
<style>
a { background-color: #7D9C7A; }
a { background-color: rgb(125,156,122); }
div.DivClassName
{
background-color: #7D9C7A;
}
.BgClassName
{
background-color: #7D9C7A;
}
</style>
border-color css
<style>
span { border-color: #7D9C7A; }
span { border-color: rgb(125,156,122); }
td.TdClassName
{
border-color: #7D9C7A;
}
.TagClassName
{
border-color: #7D9C7A;
}
</style>