Shades of Amulet #77AC74
Tints of Amulet #77AC74
RGB
CMYK
RGB Variations
Color information
#77AC74 (or 0x77AC74) is known color: Amulet. HEX triplet: 77, AC and 74. RGB value is (119,172,116). Sum of RGB (Red+Green+Blue) = 119+172+116=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AC74 is #88538B. Grayscale: #959595. Windows color (decimal): -8934284 or 7646327. OLE color: 7646327.
HSL color Cylindrical-coordinate representation of color #77AC74: hue angle of 116.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77AC74 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 172 | 116 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.33 |
| HSL | 116.79º | 0.25% | 0.56% | - |
| HSV(B) | 116.79º | 0.33% | 0.67% | - |
| XYZ | 25.51 | 34.69 | 21.87 | - |
| YUV | 149.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 116 | 0.31 | 0 | 0.33 | 0.33 | 116.79 | 0.25 | 0.56 |
| Hex | 77 | AC | 74 | 1F | 0 | 21 | 21 | 75 | 19 | 38 |
| Octal | 167 | 254 | 164 | 37 | 0 | 41 | 41 | 165 | 31 | 70 |
| Binary | 1110111 | 10101100 | 1110100 | 11111 | 0 | 100001 | 100001 | 1110101 | 11001 | 111000 |
Color Harmonies of #77AC74
Complementary color
Monochromatic Colors of #77AC74
Black with #77AC74
Text Example
Text Example
White with #77AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AC74; }
p { color: rgb(119,172,116); }
H1.HeaderClassName
{
color: #77AC74;
}
.AnyTagClassName
{
color: #77AC74;
}
</style>
background-color css
<style>
a { background-color: #77AC74; }
a { background-color: rgb(119,172,116); }
div.DivClassName
{
background-color: #77AC74;
}
.BgClassName
{
background-color: #77AC74;
}
</style>
border-color css
<style>
span { border-color: #77AC74; }
span { border-color: rgb(119,172,116); }
td.TdClassName
{
border-color: #77AC74;
}
.TagClassName
{
border-color: #77AC74;
}
</style>