Shades of Amulet #77A471
Tints of Amulet #77A471
RGB
CMYK
RGB Variations
Color information
#77A471 (or 0x77A471) is known color: Amulet. HEX triplet: 77, A4 and 71. RGB value is (119,164,113). Sum of RGB (Red+Green+Blue) = 119+164+113=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #77A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A471 is #885B8E. Grayscale: #909090. Windows color (decimal): -8936335 or 7447671. OLE color: 7447671.
HSL color Cylindrical-coordinate representation of color #77A471: hue angle of 112.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77A471 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 164 | 113 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.36 |
| HSL | 112.94º | 0.22% | 0.54% | - |
| HSV(B) | 112.94º | 0.31% | 0.64% | - |
| XYZ | 23.86 | 31.67 | 20.48 | - |
| YUV | 144.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 164 | 113 | 0.27 | 0 | 0.31 | 0.36 | 112.94 | 0.22 | 0.54 |
| Hex | 77 | A4 | 71 | 1B | 0 | 1F | 24 | 71 | 16 | 36 |
| Octal | 167 | 244 | 161 | 33 | 0 | 37 | 44 | 161 | 26 | 66 |
| Binary | 1110111 | 10100100 | 1110001 | 11011 | 0 | 11111 | 100100 | 1110001 | 10110 | 110110 |
Color Harmonies of #77A471
Complementary color
Monochromatic Colors of #77A471
Black with #77A471
Text Example
Text Example
White with #77A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A471; }
p { color: rgb(119,164,113); }
H1.HeaderClassName
{
color: #77A471;
}
.AnyTagClassName
{
color: #77A471;
}
</style>
background-color css
<style>
a { background-color: #77A471; }
a { background-color: rgb(119,164,113); }
div.DivClassName
{
background-color: #77A471;
}
.BgClassName
{
background-color: #77A471;
}
</style>
border-color css
<style>
span { border-color: #77A471; }
span { border-color: rgb(119,164,113); }
td.TdClassName
{
border-color: #77A471;
}
.TagClassName
{
border-color: #77A471;
}
</style>