Shades of Amulet #779B6B
Tints of Amulet #779B6B
RGB
CMYK
RGB Variations
Color information
#779B6B (or 0x779B6B) is known color: Amulet. HEX triplet: 77, 9B and 6B. RGB value is (119,155,107). Sum of RGB (Red+Green+Blue) = 119+155+107=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #779B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B6B is #886494. Grayscale: #8A8A8A. Windows color (decimal): -8938645 or 7052151. OLE color: 7052151.
HSL color Cylindrical-coordinate representation of color #779B6B: hue angle of 105º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #779B6B is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 107 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.39 |
| HSL | 105º | 0.19% | 0.51% | - |
| HSV(B) | 105º | 0.31% | 0.61% | - |
| XYZ | 21.98 | 28.43 | 18.24 | - |
| YUV | 138.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 107 | 0.23 | 0 | 0.31 | 0.39 | 105 | 0.19 | 0.51 |
| Hex | 77 | 9B | 6B | 17 | 0 | 1F | 27 | 69 | 13 | 33 |
| Octal | 167 | 233 | 153 | 27 | 0 | 37 | 47 | 151 | 23 | 63 |
| Binary | 1110111 | 10011011 | 1101011 | 10111 | 0 | 11111 | 100111 | 1101001 | 10011 | 110011 |
Color Harmonies of #779B6B
Complementary color
Monochromatic Colors of #779B6B
Black with #779B6B
Text Example
Text Example
White with #779B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B6B; }
p { color: rgb(119,155,107); }
H1.HeaderClassName
{
color: #779B6B;
}
.AnyTagClassName
{
color: #779B6B;
}
</style>
background-color css
<style>
a { background-color: #779B6B; }
a { background-color: rgb(119,155,107); }
div.DivClassName
{
background-color: #779B6B;
}
.BgClassName
{
background-color: #779B6B;
}
</style>
border-color css
<style>
span { border-color: #779B6B; }
span { border-color: rgb(119,155,107); }
td.TdClassName
{
border-color: #779B6B;
}
.TagClassName
{
border-color: #779B6B;
}
</style>