Shades of Amulet #77936F
Tints of Amulet #77936F
RGB
CMYK
RGB Variations
Color information
#77936F (or 0x77936F) is known color: Amulet. HEX triplet: 77, 93 and 6F. RGB value is (119,147,111). Sum of RGB (Red+Green+Blue) = 119+147+111=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #77936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77936F is #886C90. Grayscale: #868686. Windows color (decimal): -8940689 or 7312247. OLE color: 7312247.
HSL color Cylindrical-coordinate representation of color #77936F: hue angle of 106.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77936F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 147 | 111 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.42 |
| HSL | 106.67º | 0.14% | 0.51% | - |
| HSV(B) | 106.67º | 0.24% | 0.58% | - |
| XYZ | 20.91 | 25.94 | 18.94 | - |
| YUV | 134.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 111 | 0.19 | 0 | 0.24 | 0.42 | 106.67 | 0.14 | 0.51 |
| Hex | 77 | 93 | 6F | 13 | 0 | 18 | 2A | 6B | E | 33 |
| Octal | 167 | 223 | 157 | 23 | 0 | 30 | 52 | 153 | 16 | 63 |
| Binary | 1110111 | 10010011 | 1101111 | 10011 | 0 | 11000 | 101010 | 1101011 | 1110 | 110011 |
Color Harmonies of #77936F
Complementary color
Monochromatic Colors of #77936F
Black with #77936F
Text Example
Text Example
White with #77936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77936F; }
p { color: rgb(119,147,111); }
H1.HeaderClassName
{
color: #77936F;
}
.AnyTagClassName
{
color: #77936F;
}
</style>
background-color css
<style>
a { background-color: #77936F; }
a { background-color: rgb(119,147,111); }
div.DivClassName
{
background-color: #77936F;
}
.BgClassName
{
background-color: #77936F;
}
</style>
border-color css
<style>
span { border-color: #77936F; }
span { border-color: rgb(119,147,111); }
td.TdClassName
{
border-color: #77936F;
}
.TagClassName
{
border-color: #77936F;
}
</style>