Shades of Amulet #77AC76
Tints of Amulet #77AC76
RGB
CMYK
RGB Variations
Color information
#77AC76 (or 0x77AC76) is known color: Amulet. HEX triplet: 77, AC and 76. RGB value is (119,172,118). Sum of RGB (Red+Green+Blue) = 119+172+118=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AC76 is #885389. Grayscale: #969696. Windows color (decimal): -8934282 or 7777399. OLE color: 7777399.
HSL color Cylindrical-coordinate representation of color #77AC76: hue angle of 118.89º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AC76 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 118 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.33 |
| HSL | 118.89º | 0.25% | 0.57% | - |
| HSV(B) | 118.89º | 0.31% | 0.67% | - |
| XYZ | 25.63 | 34.73 | 22.49 | - |
| YUV | 150 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 118 | 0.31 | 0 | 0.31 | 0.33 | 118.89 | 0.25 | 0.57 |
| Hex | 77 | AC | 76 | 1F | 0 | 1F | 21 | 77 | 19 | 39 |
| Octal | 167 | 254 | 166 | 37 | 0 | 37 | 41 | 167 | 31 | 71 |
| Binary | 1110111 | 10101100 | 1110110 | 11111 | 0 | 11111 | 100001 | 1110111 | 11001 | 111001 |
Color Harmonies of #77AC76
Complementary color
Monochromatic Colors of #77AC76
Black with #77AC76
Text Example
Text Example
White with #77AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC76; }
p { color: rgb(119,172,118); }
H1.HeaderClassName
{
color: #77AC76;
}
.AnyTagClassName
{
color: #77AC76;
}
</style>
background-color css
<style>
a { background-color: #77AC76; }
a { background-color: rgb(119,172,118); }
div.DivClassName
{
background-color: #77AC76;
}
.BgClassName
{
background-color: #77AC76;
}
</style>
border-color css
<style>
span { border-color: #77AC76; }
span { border-color: rgb(119,172,118); }
td.TdClassName
{
border-color: #77AC76;
}
.TagClassName
{
border-color: #77AC76;
}
</style>