Shades of Amulet #779A69
Tints of Amulet #779A69
RGB
CMYK
RGB Variations
Color information
#779A69 (or 0x779A69) is known color: Amulet. HEX triplet: 77, 9A and 69. RGB value is (119,154,105). Sum of RGB (Red+Green+Blue) = 119+154+105=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #779A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A69 is #886596. Grayscale: #8A8A8A. Windows color (decimal): -8938903 or 6920823. OLE color: 6920823.
HSL color Cylindrical-coordinate representation of color #779A69: hue angle of 102.86º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779A69 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 105 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.40 |
| HSL | 102.86º | 0.2% | 0.51% | - |
| HSV(B) | 102.86º | 0.32% | 0.6% | - |
| XYZ | 21.71 | 28.05 | 17.63 | - |
| YUV | 137.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 105 | 0.23 | 0 | 0.32 | 0.40 | 102.86 | 0.2 | 0.51 |
| Hex | 77 | 9A | 69 | 17 | 0 | 20 | 28 | 67 | 14 | 33 |
| Octal | 167 | 232 | 151 | 27 | 0 | 40 | 50 | 147 | 24 | 63 |
| Binary | 1110111 | 10011010 | 1101001 | 10111 | 0 | 100000 | 101000 | 1100111 | 10100 | 110011 |
Color Harmonies of #779A69
Complementary color
Monochromatic Colors of #779A69
Black with #779A69
Text Example
Text Example
White with #779A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A69; }
p { color: rgb(119,154,105); }
H1.HeaderClassName
{
color: #779A69;
}
.AnyTagClassName
{
color: #779A69;
}
</style>
background-color css
<style>
a { background-color: #779A69; }
a { background-color: rgb(119,154,105); }
div.DivClassName
{
background-color: #779A69;
}
.BgClassName
{
background-color: #779A69;
}
</style>
border-color css
<style>
span { border-color: #779A69; }
span { border-color: rgb(119,154,105); }
td.TdClassName
{
border-color: #779A69;
}
.TagClassName
{
border-color: #779A69;
}
</style>