Shades of Amulet #779C65
Tints of Amulet #779C65
RGB
CMYK
RGB Variations
Color information
#779C65 (or 0x779C65) is known color: Amulet. HEX triplet: 77, 9C and 65. RGB value is (119,156,101). Sum of RGB (Red+Green+Blue) = 119+156+101=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #779C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C65 is #88639A. Grayscale: #8A8A8A. Windows color (decimal): -8938395 or 6659191. OLE color: 6659191.
HSL color Cylindrical-coordinate representation of color #779C65: hue angle of 100.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #779C65 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 156 | 101 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.39 |
| HSL | 100.36º | 0.22% | 0.5% | - |
| HSV(B) | 100.36º | 0.35% | 0.61% | - |
| XYZ | 21.85 | 28.64 | 16.69 | - |
| YUV | 138.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 101 | 0.24 | 0 | 0.35 | 0.39 | 100.36 | 0.22 | 0.5 |
| Hex | 77 | 9C | 65 | 18 | 0 | 23 | 27 | 64 | 16 | 32 |
| Octal | 167 | 234 | 145 | 30 | 0 | 43 | 47 | 144 | 26 | 62 |
| Binary | 1110111 | 10011100 | 1100101 | 11000 | 0 | 100011 | 100111 | 1100100 | 10110 | 110010 |
Color Harmonies of #779C65
Complementary color
Monochromatic Colors of #779C65
Black with #779C65
Text Example
Text Example
White with #779C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C65; }
p { color: rgb(119,156,101); }
H1.HeaderClassName
{
color: #779C65;
}
.AnyTagClassName
{
color: #779C65;
}
</style>
background-color css
<style>
a { background-color: #779C65; }
a { background-color: rgb(119,156,101); }
div.DivClassName
{
background-color: #779C65;
}
.BgClassName
{
background-color: #779C65;
}
</style>
border-color css
<style>
span { border-color: #779C65; }
span { border-color: rgb(119,156,101); }
td.TdClassName
{
border-color: #779C65;
}
.TagClassName
{
border-color: #779C65;
}
</style>