Shades of Amulet #78A177
Tints of Amulet #78A177
RGB
CMYK
RGB Variations
Color information
#78A177 (or 0x78A177) is known color: Amulet. HEX triplet: 78, A1 and 77. RGB value is (120,161,119). Sum of RGB (Red+Green+Blue) = 120+161+119=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #78A177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A177 is #875E88. Grayscale: #909090. Windows color (decimal): -8871561 or 7840120. OLE color: 7840120.
HSL color Cylindrical-coordinate representation of color #78A177: hue angle of 118.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A177 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 161 | 119 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.37 |
| HSL | 118.57º | 0.18% | 0.55% | - |
| HSV(B) | 118.57º | 0.26% | 0.63% | - |
| XYZ | 23.82 | 30.81 | 22.15 | - |
| YUV | 143.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 119 | 0.25 | 0 | 0.26 | 0.37 | 118.57 | 0.18 | 0.55 |
| Hex | 78 | A1 | 77 | 19 | 0 | 1A | 25 | 77 | 12 | 37 |
| Octal | 170 | 241 | 167 | 31 | 0 | 32 | 45 | 167 | 22 | 67 |
| Binary | 1111000 | 10100001 | 1110111 | 11001 | 0 | 11010 | 100101 | 1110111 | 10010 | 110111 |
Color Harmonies of #78A177
Complementary color
Monochromatic Colors of #78A177
Black with #78A177
Text Example
Text Example
White with #78A177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A177; }
p { color: rgb(120,161,119); }
H1.HeaderClassName
{
color: #78A177;
}
.AnyTagClassName
{
color: #78A177;
}
</style>
background-color css
<style>
a { background-color: #78A177; }
a { background-color: rgb(120,161,119); }
div.DivClassName
{
background-color: #78A177;
}
.BgClassName
{
background-color: #78A177;
}
</style>
border-color css
<style>
span { border-color: #78A177; }
span { border-color: rgb(120,161,119); }
td.TdClassName
{
border-color: #78A177;
}
.TagClassName
{
border-color: #78A177;
}
</style>