Shades of Amulet #78976C
Tints of Amulet #78976C
RGB
CMYK
RGB Variations
Color information
#78976C (or 0x78976C) is known color: Amulet. HEX triplet: 78, 97 and 6C. RGB value is (120,151,108). Sum of RGB (Red+Green+Blue) = 120+151+108=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #78976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78976C is #876893. Grayscale: #888888. Windows color (decimal): -8874132 or 7116664. OLE color: 7116664.
HSL color Cylindrical-coordinate representation of color #78976C: hue angle of 103.26º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78976C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 108 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.41 |
| HSL | 103.26º | 0.17% | 0.51% | - |
| HSV(B) | 103.26º | 0.28% | 0.59% | - |
| XYZ | 21.52 | 27.21 | 18.31 | - |
| YUV | 136.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 108 | 0.21 | 0 | 0.28 | 0.41 | 103.26 | 0.17 | 0.51 |
| Hex | 78 | 97 | 6C | 15 | 0 | 1C | 29 | 67 | 11 | 33 |
| Octal | 170 | 227 | 154 | 25 | 0 | 34 | 51 | 147 | 21 | 63 |
| Binary | 1111000 | 10010111 | 1101100 | 10101 | 0 | 11100 | 101001 | 1100111 | 10001 | 110011 |
Color Harmonies of #78976C
Complementary color
Monochromatic Colors of #78976C
Black with #78976C
Text Example
Text Example
White with #78976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78976C; }
p { color: rgb(120,151,108); }
H1.HeaderClassName
{
color: #78976C;
}
.AnyTagClassName
{
color: #78976C;
}
</style>
background-color css
<style>
a { background-color: #78976C; }
a { background-color: rgb(120,151,108); }
div.DivClassName
{
background-color: #78976C;
}
.BgClassName
{
background-color: #78976C;
}
</style>
border-color css
<style>
span { border-color: #78976C; }
span { border-color: rgb(120,151,108); }
td.TdClassName
{
border-color: #78976C;
}
.TagClassName
{
border-color: #78976C;
}
</style>