Shades of Amulet #769B72
Tints of Amulet #769B72
RGB
CMYK
RGB Variations
Color information
#769B72 (or 0x769B72) is known color: Amulet. HEX triplet: 76, 9B and 72. RGB value is (118,155,114). Sum of RGB (Red+Green+Blue) = 118+155+114=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #769B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B72 is #89648D. Grayscale: #8B8B8B. Windows color (decimal): -9004174 or 7510902. OLE color: 7510902.
HSL color Cylindrical-coordinate representation of color #769B72: hue angle of 114.15º 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 #769B72 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 114 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.39 |
| HSL | 114.15º | 0.17% | 0.53% | - |
| HSV(B) | 114.15º | 0.26% | 0.61% | - |
| XYZ | 22.23 | 28.51 | 20.25 | - |
| YUV | 139.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 114 | 0.24 | 0 | 0.26 | 0.39 | 114.15 | 0.17 | 0.53 |
| Hex | 76 | 9B | 72 | 18 | 0 | 1A | 27 | 72 | 11 | 35 |
| Octal | 166 | 233 | 162 | 30 | 0 | 32 | 47 | 162 | 21 | 65 |
| Binary | 1110110 | 10011011 | 1110010 | 11000 | 0 | 11010 | 100111 | 1110010 | 10001 | 110101 |
Color Harmonies of #769B72
Complementary color
Monochromatic Colors of #769B72
Black with #769B72
Text Example
Text Example
White with #769B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B72; }
p { color: rgb(118,155,114); }
H1.HeaderClassName
{
color: #769B72;
}
.AnyTagClassName
{
color: #769B72;
}
</style>
background-color css
<style>
a { background-color: #769B72; }
a { background-color: rgb(118,155,114); }
div.DivClassName
{
background-color: #769B72;
}
.BgClassName
{
background-color: #769B72;
}
</style>
border-color css
<style>
span { border-color: #769B72; }
span { border-color: rgb(118,155,114); }
td.TdClassName
{
border-color: #769B72;
}
.TagClassName
{
border-color: #769B72;
}
</style>