Shades of Amulet #77A473
Tints of Amulet #77A473
RGB
CMYK
RGB Variations
Color information
#77A473 (or 0x77A473) is known color: Amulet. HEX triplet: 77, A4 and 73. RGB value is (119,164,115). Sum of RGB (Red+Green+Blue) = 119+164+115=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #77A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A473 is #885B8C. Grayscale: #919191. Windows color (decimal): -8936333 or 7578743. OLE color: 7578743.
HSL color Cylindrical-coordinate representation of color #77A473: hue angle of 115.1º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A473 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 164 | 115 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.36 |
| HSL | 115.1º | 0.21% | 0.55% | - |
| HSV(B) | 115.1º | 0.3% | 0.64% | - |
| XYZ | 23.98 | 31.71 | 21.08 | - |
| YUV | 144.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 164 | 115 | 0.27 | 0 | 0.30 | 0.36 | 115.1 | 0.21 | 0.55 |
| Hex | 77 | A4 | 73 | 1B | 0 | 1E | 24 | 73 | 15 | 37 |
| Octal | 167 | 244 | 163 | 33 | 0 | 36 | 44 | 163 | 25 | 67 |
| Binary | 1110111 | 10100100 | 1110011 | 11011 | 0 | 11110 | 100100 | 1110011 | 10101 | 110111 |
Color Harmonies of #77A473
Complementary color
Monochromatic Colors of #77A473
Black with #77A473
Text Example
Text Example
White with #77A473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A473; }
p { color: rgb(119,164,115); }
H1.HeaderClassName
{
color: #77A473;
}
.AnyTagClassName
{
color: #77A473;
}
</style>
background-color css
<style>
a { background-color: #77A473; }
a { background-color: rgb(119,164,115); }
div.DivClassName
{
background-color: #77A473;
}
.BgClassName
{
background-color: #77A473;
}
</style>
border-color css
<style>
span { border-color: #77A473; }
span { border-color: rgb(119,164,115); }
td.TdClassName
{
border-color: #77A473;
}
.TagClassName
{
border-color: #77A473;
}
</style>