Shades of Amulet #779B66
Tints of Amulet #779B66
RGB
CMYK
RGB Variations
Color information
#779B66 (or 0x779B66) is known color: Amulet. HEX triplet: 77, 9B and 66. RGB value is (119,155,102). Sum of RGB (Red+Green+Blue) = 119+155+102=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #779B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B66 is #886499. Grayscale: #8A8A8A. Windows color (decimal): -8938650 or 6724471. OLE color: 6724471.
HSL color Cylindrical-coordinate representation of color #779B66: hue angle of 100.75º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #779B66 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 102 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.39 |
| HSL | 100.75º | 0.21% | 0.5% | - |
| HSV(B) | 100.75º | 0.34% | 0.61% | - |
| XYZ | 21.73 | 28.32 | 16.89 | - |
| YUV | 138.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 102 | 0.23 | 0 | 0.34 | 0.39 | 100.75 | 0.21 | 0.5 |
| Hex | 77 | 9B | 66 | 17 | 0 | 22 | 27 | 65 | 15 | 32 |
| Octal | 167 | 233 | 146 | 27 | 0 | 42 | 47 | 145 | 25 | 62 |
| Binary | 1110111 | 10011011 | 1100110 | 10111 | 0 | 100010 | 100111 | 1100101 | 10101 | 110010 |
Color Harmonies of #779B66
Complementary color
Monochromatic Colors of #779B66
Black with #779B66
Text Example
Text Example
White with #779B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B66; }
p { color: rgb(119,155,102); }
H1.HeaderClassName
{
color: #779B66;
}
.AnyTagClassName
{
color: #779B66;
}
</style>
background-color css
<style>
a { background-color: #779B66; }
a { background-color: rgb(119,155,102); }
div.DivClassName
{
background-color: #779B66;
}
.BgClassName
{
background-color: #779B66;
}
</style>
border-color css
<style>
span { border-color: #779B66; }
span { border-color: rgb(119,155,102); }
td.TdClassName
{
border-color: #779B66;
}
.TagClassName
{
border-color: #779B66;
}
</style>