Shades of Amulet #77AA75
Tints of Amulet #77AA75
RGB
CMYK
RGB Variations
Color information
#77AA75 (or 0x77AA75) is known color: Amulet. HEX triplet: 77, AA and 75. RGB value is (119,170,117). Sum of RGB (Red+Green+Blue) = 119+170+117=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA75 is #88558A. Grayscale: #949494. Windows color (decimal): -8934795 or 7711351. OLE color: 7711351.
HSL color Cylindrical-coordinate representation of color #77AA75: hue angle of 117.74º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AA75 is Cyan = 0.3, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 117 | - |
| CMYK | 0.3 | 0 | 0.31 | 0.33 |
| HSL | 117.74º | 0.24% | 0.56% | - |
| HSV(B) | 117.74º | 0.31% | 0.67% | - |
| XYZ | 25.19 | 33.96 | 22.06 | - |
| YUV | 148.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 117 | 0.3 | 0 | 0.31 | 0.33 | 117.74 | 0.24 | 0.56 |
| Hex | 77 | AA | 75 | 1E | 0 | 1F | 21 | 76 | 18 | 38 |
| Octal | 167 | 252 | 165 | 36 | 0 | 37 | 41 | 166 | 30 | 70 |
| Binary | 1110111 | 10101010 | 1110101 | 11110 | 0 | 11111 | 100001 | 1110110 | 11000 | 111000 |
Color Harmonies of #77AA75
Complementary color
Monochromatic Colors of #77AA75
Black with #77AA75
Text Example
Text Example
White with #77AA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA75; }
p { color: rgb(119,170,117); }
H1.HeaderClassName
{
color: #77AA75;
}
.AnyTagClassName
{
color: #77AA75;
}
</style>
background-color css
<style>
a { background-color: #77AA75; }
a { background-color: rgb(119,170,117); }
div.DivClassName
{
background-color: #77AA75;
}
.BgClassName
{
background-color: #77AA75;
}
</style>
border-color css
<style>
span { border-color: #77AA75; }
span { border-color: rgb(119,170,117); }
td.TdClassName
{
border-color: #77AA75;
}
.TagClassName
{
border-color: #77AA75;
}
</style>