Shades of Amulet #779968
Tints of Amulet #779968
RGB
CMYK
RGB Variations
Color information
#779968 (or 0x779968) is known color: Amulet. HEX triplet: 77, 99 and 68. RGB value is (119,153,104). Sum of RGB (Red+Green+Blue) = 119+153+104=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #779968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779968 is #886697. Grayscale: #898989. Windows color (decimal): -8939160 or 6855031. OLE color: 6855031.
HSL color Cylindrical-coordinate representation of color #779968: hue angle of 101.63º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779968 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 104 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.4 |
| HSL | 101.63º | 0.19% | 0.5% | - |
| HSV(B) | 101.63º | 0.32% | 0.6% | - |
| XYZ | 21.5 | 27.7 | 17.31 | - |
| YUV | 137.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 104 | 0.22 | 0 | 0.32 | 0.4 | 101.63 | 0.19 | 0.5 |
| Hex | 77 | 99 | 68 | 16 | 0 | 20 | 28 | 66 | 13 | 32 |
| Octal | 167 | 231 | 150 | 26 | 0 | 40 | 50 | 146 | 23 | 62 |
| Binary | 1110111 | 10011001 | 1101000 | 10110 | 0 | 100000 | 101000 | 1100110 | 10011 | 110010 |
Color Harmonies of #779968
Complementary color
Monochromatic Colors of #779968
Black with #779968
Text Example
Text Example
White with #779968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779968; }
p { color: rgb(119,153,104); }
H1.HeaderClassName
{
color: #779968;
}
.AnyTagClassName
{
color: #779968;
}
</style>
background-color css
<style>
a { background-color: #779968; }
a { background-color: rgb(119,153,104); }
div.DivClassName
{
background-color: #779968;
}
.BgClassName
{
background-color: #779968;
}
</style>
border-color css
<style>
span { border-color: #779968; }
span { border-color: rgb(119,153,104); }
td.TdClassName
{
border-color: #779968;
}
.TagClassName
{
border-color: #779968;
}
</style>