Shades of Amulet #789D74
Tints of Amulet #789D74
RGB
CMYK
RGB Variations
Color information
#789D74 (or 0x789D74) is known color: Amulet. HEX triplet: 78, 9D and 74. RGB value is (120,157,116). Sum of RGB (Red+Green+Blue) = 120+157+116=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #789D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789D74 is #87628B. Grayscale: #8D8D8D. Windows color (decimal): -8872588 or 7642488. OLE color: 7642488.
HSL color Cylindrical-coordinate representation of color #789D74: hue angle of 114.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #789D74 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 116 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.38 |
| HSL | 114.15º | 0.17% | 0.54% | - |
| HSV(B) | 114.15º | 0.26% | 0.62% | - |
| XYZ | 22.96 | 29.37 | 20.98 | - |
| YUV | 141.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 116 | 0.24 | 0 | 0.26 | 0.38 | 114.15 | 0.17 | 0.54 |
| Hex | 78 | 9D | 74 | 18 | 0 | 1A | 26 | 72 | 11 | 36 |
| Octal | 170 | 235 | 164 | 30 | 0 | 32 | 46 | 162 | 21 | 66 |
| Binary | 1111000 | 10011101 | 1110100 | 11000 | 0 | 11010 | 100110 | 1110010 | 10001 | 110110 |
Color Harmonies of #789D74
Complementary color
Monochromatic Colors of #789D74
Black with #789D74
Text Example
Text Example
White with #789D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D74; }
p { color: rgb(120,157,116); }
H1.HeaderClassName
{
color: #789D74;
}
.AnyTagClassName
{
color: #789D74;
}
</style>
background-color css
<style>
a { background-color: #789D74; }
a { background-color: rgb(120,157,116); }
div.DivClassName
{
background-color: #789D74;
}
.BgClassName
{
background-color: #789D74;
}
</style>
border-color css
<style>
span { border-color: #789D74; }
span { border-color: rgb(120,157,116); }
td.TdClassName
{
border-color: #789D74;
}
.TagClassName
{
border-color: #789D74;
}
</style>