Shades of Amulet #77AA73
Tints of Amulet #77AA73
RGB
CMYK
RGB Variations
Color information
#77AA73 (or 0x77AA73) is known color: Amulet. HEX triplet: 77, AA and 73. RGB value is (119,170,115). Sum of RGB (Red+Green+Blue) = 119+170+115=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA73 is #88558C. Grayscale: #949494. Windows color (decimal): -8934797 or 7580279. OLE color: 7580279.
HSL color Cylindrical-coordinate representation of color #77AA73: hue angle of 115.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AA73 is Cyan = 0.3, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 115 | - |
| CMYK | 0.3 | 0 | 0.32 | 0.33 |
| HSL | 115.64º | 0.24% | 0.56% | - |
| HSV(B) | 115.64º | 0.32% | 0.67% | - |
| XYZ | 25.08 | 33.91 | 21.44 | - |
| YUV | 148.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 115 | 0.3 | 0 | 0.32 | 0.33 | 115.64 | 0.24 | 0.56 |
| Hex | 77 | AA | 73 | 1E | 0 | 20 | 21 | 74 | 18 | 38 |
| Octal | 167 | 252 | 163 | 36 | 0 | 40 | 41 | 164 | 30 | 70 |
| Binary | 1110111 | 10101010 | 1110011 | 11110 | 0 | 100000 | 100001 | 1110100 | 11000 | 111000 |
Color Harmonies of #77AA73
Complementary color
Monochromatic Colors of #77AA73
Black with #77AA73
Text Example
Text Example
White with #77AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA73; }
p { color: rgb(119,170,115); }
H1.HeaderClassName
{
color: #77AA73;
}
.AnyTagClassName
{
color: #77AA73;
}
</style>
background-color css
<style>
a { background-color: #77AA73; }
a { background-color: rgb(119,170,115); }
div.DivClassName
{
background-color: #77AA73;
}
.BgClassName
{
background-color: #77AA73;
}
</style>
border-color css
<style>
span { border-color: #77AA73; }
span { border-color: rgb(119,170,115); }
td.TdClassName
{
border-color: #77AA73;
}
.TagClassName
{
border-color: #77AA73;
}
</style>