Shades of Amulet #749E72
Tints of Amulet #749E72
RGB
CMYK
RGB Variations
Color information
#749E72 (or 0x749E72) is known color: Amulet. HEX triplet: 74, 9E and 72. RGB value is (116,158,114). Sum of RGB (Red+Green+Blue) = 116+158+114=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #749E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749E72 is #8B618D. Grayscale: #8C8C8C. Windows color (decimal): -9134478 or 7511668. OLE color: 7511668.
HSL color Cylindrical-coordinate representation of color #749E72: hue angle of 117.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749E72 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 114 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.38 |
| HSL | 117.27º | 0.18% | 0.53% | - |
| HSV(B) | 117.27º | 0.28% | 0.62% | - |
| XYZ | 22.47 | 29.38 | 20.41 | - |
| YUV | 140.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 114 | 0.27 | 0 | 0.28 | 0.38 | 117.27 | 0.18 | 0.53 |
| Hex | 74 | 9E | 72 | 1B | 0 | 1C | 26 | 75 | 12 | 35 |
| Octal | 164 | 236 | 162 | 33 | 0 | 34 | 46 | 165 | 22 | 65 |
| Binary | 1110100 | 10011110 | 1110010 | 11011 | 0 | 11100 | 100110 | 1110101 | 10010 | 110101 |
Color Harmonies of #749E72
Complementary color
Monochromatic Colors of #749E72
Black with #749E72
Text Example
Text Example
White with #749E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E72; }
p { color: rgb(116,158,114); }
H1.HeaderClassName
{
color: #749E72;
}
.AnyTagClassName
{
color: #749E72;
}
</style>
background-color css
<style>
a { background-color: #749E72; }
a { background-color: rgb(116,158,114); }
div.DivClassName
{
background-color: #749E72;
}
.BgClassName
{
background-color: #749E72;
}
</style>
border-color css
<style>
span { border-color: #749E72; }
span { border-color: rgb(116,158,114); }
td.TdClassName
{
border-color: #749E72;
}
.TagClassName
{
border-color: #749E72;
}
</style>