Shades of Amulet #77A172
Tints of Amulet #77A172
RGB
CMYK
RGB Variations
Color information
#77A172 (or 0x77A172) is known color: Amulet. HEX triplet: 77, A1 and 72. RGB value is (119,161,114). Sum of RGB (Red+Green+Blue) = 119+161+114=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #77A172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A172 is #885E8D. Grayscale: #8F8F8F. Windows color (decimal): -8937102 or 7512439. OLE color: 7512439.
HSL color Cylindrical-coordinate representation of color #77A172: hue angle of 113.62º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A172 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 161 | 114 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.37 |
| HSL | 113.62º | 0.2% | 0.54% | - |
| HSV(B) | 113.62º | 0.29% | 0.63% | - |
| XYZ | 23.39 | 30.63 | 20.6 | - |
| YUV | 143.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 114 | 0.26 | 0 | 0.29 | 0.37 | 113.62 | 0.2 | 0.54 |
| Hex | 77 | A1 | 72 | 1A | 0 | 1D | 25 | 72 | 14 | 36 |
| Octal | 167 | 241 | 162 | 32 | 0 | 35 | 45 | 162 | 24 | 66 |
| Binary | 1110111 | 10100001 | 1110010 | 11010 | 0 | 11101 | 100101 | 1110010 | 10100 | 110110 |
Color Harmonies of #77A172
Complementary color
Monochromatic Colors of #77A172
Black with #77A172
Text Example
Text Example
White with #77A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A172; }
p { color: rgb(119,161,114); }
H1.HeaderClassName
{
color: #77A172;
}
.AnyTagClassName
{
color: #77A172;
}
</style>
background-color css
<style>
a { background-color: #77A172; }
a { background-color: rgb(119,161,114); }
div.DivClassName
{
background-color: #77A172;
}
.BgClassName
{
background-color: #77A172;
}
</style>
border-color css
<style>
span { border-color: #77A172; }
span { border-color: rgb(119,161,114); }
td.TdClassName
{
border-color: #77A172;
}
.TagClassName
{
border-color: #77A172;
}
</style>