Shades of Amulet #779B6D
Tints of Amulet #779B6D
RGB
CMYK
RGB Variations
Color information
#779B6D (or 0x779B6D) is known color: Amulet. HEX triplet: 77, 9B and 6D. RGB value is (119,155,109). Sum of RGB (Red+Green+Blue) = 119+155+109=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #779B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B6D is #886492. Grayscale: #8B8B8B. Windows color (decimal): -8938643 or 7183223. OLE color: 7183223.
HSL color Cylindrical-coordinate representation of color #779B6D: hue angle of 106.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #779B6D is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 109 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.39 |
| HSL | 106.96º | 0.19% | 0.52% | - |
| HSV(B) | 106.96º | 0.3% | 0.61% | - |
| XYZ | 22.09 | 28.47 | 18.8 | - |
| YUV | 138.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 109 | 0.23 | 0 | 0.30 | 0.39 | 106.96 | 0.19 | 0.52 |
| Hex | 77 | 9B | 6D | 17 | 0 | 1E | 27 | 6B | 13 | 34 |
| Octal | 167 | 233 | 155 | 27 | 0 | 36 | 47 | 153 | 23 | 64 |
| Binary | 1110111 | 10011011 | 1101101 | 10111 | 0 | 11110 | 100111 | 1101011 | 10011 | 110100 |
Color Harmonies of #779B6D
Complementary color
Monochromatic Colors of #779B6D
Black with #779B6D
Text Example
Text Example
White with #779B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B6D; }
p { color: rgb(119,155,109); }
H1.HeaderClassName
{
color: #779B6D;
}
.AnyTagClassName
{
color: #779B6D;
}
</style>
background-color css
<style>
a { background-color: #779B6D; }
a { background-color: rgb(119,155,109); }
div.DivClassName
{
background-color: #779B6D;
}
.BgClassName
{
background-color: #779B6D;
}
</style>
border-color css
<style>
span { border-color: #779B6D; }
span { border-color: rgb(119,155,109); }
td.TdClassName
{
border-color: #779B6D;
}
.TagClassName
{
border-color: #779B6D;
}
</style>