Shades of Amulet #7CB772
Tints of Amulet #7CB772
RGB
CMYK
RGB Variations
Color information
#7CB772 (or 0x7CB772) is known color: Amulet. HEX triplet: 7C, B7 and 72. RGB value is (124,183,114). Sum of RGB (Red+Green+Blue) = 124+183+114=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB772 is #83488D. Grayscale: #9D9D9D. Windows color (decimal): -8603790 or 7518076. OLE color: 7518076.
HSL color Cylindrical-coordinate representation of color #7CB772: hue angle of 111.3º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CB772 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 114 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.28 |
| HSL | 111.3º | 0.32% | 0.58% | - |
| HSV(B) | 111.3º | 0.38% | 0.72% | - |
| XYZ | 28.28 | 39.37 | 22.03 | - |
| YUV | 157.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 114 | 0.32 | 0 | 0.38 | 0.28 | 111.3 | 0.32 | 0.58 |
| Hex | 7C | B7 | 72 | 20 | 0 | 26 | 1C | 6F | 20 | 3A |
| Octal | 174 | 267 | 162 | 40 | 0 | 46 | 34 | 157 | 40 | 72 |
| Binary | 1111100 | 10110111 | 1110010 | 100000 | 0 | 100110 | 11100 | 1101111 | 100000 | 111010 |
Color Harmonies of #7CB772
Complementary color
Monochromatic Colors of #7CB772
Black with #7CB772
Text Example
Text Example
White with #7CB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB772; }
p { color: rgb(124,183,114); }
H1.HeaderClassName
{
color: #7CB772;
}
.AnyTagClassName
{
color: #7CB772;
}
</style>
background-color css
<style>
a { background-color: #7CB772; }
a { background-color: rgb(124,183,114); }
div.DivClassName
{
background-color: #7CB772;
}
.BgClassName
{
background-color: #7CB772;
}
</style>
border-color css
<style>
span { border-color: #7CB772; }
span { border-color: rgb(124,183,114); }
td.TdClassName
{
border-color: #7CB772;
}
.TagClassName
{
border-color: #7CB772;
}
</style>