Shades of Amulet #789C73
Tints of Amulet #789C73
RGB
CMYK
RGB Variations
Color information
#789C73 (or 0x789C73) is known color: Amulet. HEX triplet: 78, 9C and 73. RGB value is (120,156,115). Sum of RGB (Red+Green+Blue) = 120+156+115=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #789C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789C73 is #87638C. Grayscale: #8C8C8C. Windows color (decimal): -8872845 or 7576696. OLE color: 7576696.
HSL color Cylindrical-coordinate representation of color #789C73: hue angle of 112.68º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #789C73 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 156 | 115 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.39 |
| HSL | 112.68º | 0.17% | 0.53% | - |
| HSV(B) | 112.68º | 0.26% | 0.61% | - |
| XYZ | 22.73 | 29.01 | 20.62 | - |
| YUV | 140.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 115 | 0.23 | 0 | 0.26 | 0.39 | 112.68 | 0.17 | 0.53 |
| Hex | 78 | 9C | 73 | 17 | 0 | 1A | 27 | 71 | 11 | 35 |
| Octal | 170 | 234 | 163 | 27 | 0 | 32 | 47 | 161 | 21 | 65 |
| Binary | 1111000 | 10011100 | 1110011 | 10111 | 0 | 11010 | 100111 | 1110001 | 10001 | 110101 |
Color Harmonies of #789C73
Complementary color
Monochromatic Colors of #789C73
Black with #789C73
Text Example
Text Example
White with #789C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789C73; }
p { color: rgb(120,156,115); }
H1.HeaderClassName
{
color: #789C73;
}
.AnyTagClassName
{
color: #789C73;
}
</style>
background-color css
<style>
a { background-color: #789C73; }
a { background-color: rgb(120,156,115); }
div.DivClassName
{
background-color: #789C73;
}
.BgClassName
{
background-color: #789C73;
}
</style>
border-color css
<style>
span { border-color: #789C73; }
span { border-color: rgb(120,156,115); }
td.TdClassName
{
border-color: #789C73;
}
.TagClassName
{
border-color: #789C73;
}
</style>