Shades of Amulet #77A671
Tints of Amulet #77A671
RGB
CMYK
RGB Variations
Color information
#77A671 (or 0x77A671) is known color: Amulet. HEX triplet: 77, A6 and 71. RGB value is (119,166,113). Sum of RGB (Red+Green+Blue) = 119+166+113=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #77A671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A671 is #88598E. Grayscale: #929292. Windows color (decimal): -8935823 or 7448183. OLE color: 7448183.
HSL color Cylindrical-coordinate representation of color #77A671: hue angle of 113.21º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77A671 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 166 | 113 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.35 |
| HSL | 113.21º | 0.23% | 0.55% | - |
| HSV(B) | 113.21º | 0.32% | 0.65% | - |
| XYZ | 24.22 | 32.39 | 20.6 | - |
| YUV | 145.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 166 | 113 | 0.28 | 0 | 0.32 | 0.35 | 113.21 | 0.23 | 0.55 |
| Hex | 77 | A6 | 71 | 1C | 0 | 20 | 23 | 71 | 17 | 37 |
| Octal | 167 | 246 | 161 | 34 | 0 | 40 | 43 | 161 | 27 | 67 |
| Binary | 1110111 | 10100110 | 1110001 | 11100 | 0 | 100000 | 100011 | 1110001 | 10111 | 110111 |
Color Harmonies of #77A671
Complementary color
Monochromatic Colors of #77A671
Black with #77A671
Text Example
Text Example
White with #77A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A671; }
p { color: rgb(119,166,113); }
H1.HeaderClassName
{
color: #77A671;
}
.AnyTagClassName
{
color: #77A671;
}
</style>
background-color css
<style>
a { background-color: #77A671; }
a { background-color: rgb(119,166,113); }
div.DivClassName
{
background-color: #77A671;
}
.BgClassName
{
background-color: #77A671;
}
</style>
border-color css
<style>
span { border-color: #77A671; }
span { border-color: rgb(119,166,113); }
td.TdClassName
{
border-color: #77A671;
}
.TagClassName
{
border-color: #77A671;
}
</style>