Shades of Amulet #76A072
Tints of Amulet #76A072
RGB
CMYK
RGB Variations
Color information
#76A072 (or 0x76A072) is known color: Amulet. HEX triplet: 76, A0 and 72. RGB value is (118,160,114). Sum of RGB (Red+Green+Blue) = 118+160+114=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #76A072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A072 is #895F8D. Grayscale: #8E8E8E. Windows color (decimal): -9002894 or 7512182. OLE color: 7512182.
HSL color Cylindrical-coordinate representation of color #76A072: hue angle of 114.78º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A072 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 114 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.37 |
| HSL | 114.78º | 0.19% | 0.54% | - |
| HSV(B) | 114.78º | 0.29% | 0.63% | - |
| XYZ | 23.08 | 30.21 | 20.53 | - |
| YUV | 142.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 114 | 0.26 | 0 | 0.29 | 0.37 | 114.78 | 0.19 | 0.54 |
| Hex | 76 | A0 | 72 | 1A | 0 | 1D | 25 | 73 | 13 | 36 |
| Octal | 166 | 240 | 162 | 32 | 0 | 35 | 45 | 163 | 23 | 66 |
| Binary | 1110110 | 10100000 | 1110010 | 11010 | 0 | 11101 | 100101 | 1110011 | 10011 | 110110 |
Color Harmonies of #76A072
Complementary color
Monochromatic Colors of #76A072
Black with #76A072
Text Example
Text Example
White with #76A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A072; }
p { color: rgb(118,160,114); }
H1.HeaderClassName
{
color: #76A072;
}
.AnyTagClassName
{
color: #76A072;
}
</style>
background-color css
<style>
a { background-color: #76A072; }
a { background-color: rgb(118,160,114); }
div.DivClassName
{
background-color: #76A072;
}
.BgClassName
{
background-color: #76A072;
}
</style>
border-color css
<style>
span { border-color: #76A072; }
span { border-color: rgb(118,160,114); }
td.TdClassName
{
border-color: #76A072;
}
.TagClassName
{
border-color: #76A072;
}
</style>