Shades of Amulet #789D73
Tints of Amulet #789D73
RGB
CMYK
RGB Variations
Color information
#789D73 (or 0x789D73) is known color: Amulet. HEX triplet: 78, 9D and 73. RGB value is (120,157,115). Sum of RGB (Red+Green+Blue) = 120+157+115=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #789D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789D73 is #87628C. Grayscale: #8D8D8D. Windows color (decimal): -8872589 or 7576952. OLE color: 7576952.
HSL color Cylindrical-coordinate representation of color #789D73: hue angle of 112.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #789D73 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 115 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.38 |
| HSL | 112.86º | 0.18% | 0.53% | - |
| HSV(B) | 112.86º | 0.27% | 0.62% | - |
| XYZ | 22.9 | 29.34 | 20.68 | - |
| YUV | 141.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 115 | 0.24 | 0 | 0.27 | 0.38 | 112.86 | 0.18 | 0.53 |
| Hex | 78 | 9D | 73 | 18 | 0 | 1B | 26 | 71 | 12 | 35 |
| Octal | 170 | 235 | 163 | 30 | 0 | 33 | 46 | 161 | 22 | 65 |
| Binary | 1111000 | 10011101 | 1110011 | 11000 | 0 | 11011 | 100110 | 1110001 | 10010 | 110101 |
Color Harmonies of #789D73
Complementary color
Monochromatic Colors of #789D73
Black with #789D73
Text Example
Text Example
White with #789D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D73; }
p { color: rgb(120,157,115); }
H1.HeaderClassName
{
color: #789D73;
}
.AnyTagClassName
{
color: #789D73;
}
</style>
background-color css
<style>
a { background-color: #789D73; }
a { background-color: rgb(120,157,115); }
div.DivClassName
{
background-color: #789D73;
}
.BgClassName
{
background-color: #789D73;
}
</style>
border-color css
<style>
span { border-color: #789D73; }
span { border-color: rgb(120,157,115); }
td.TdClassName
{
border-color: #789D73;
}
.TagClassName
{
border-color: #789D73;
}
</style>