Shades of Amulet #77996E
Tints of Amulet #77996E
RGB
CMYK
RGB Variations
Color information
#77996E (or 0x77996E) is known color: Amulet. HEX triplet: 77, 99 and 6E. RGB value is (119,153,110). Sum of RGB (Red+Green+Blue) = 119+153+110=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #77996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77996E is #886691. Grayscale: #8A8A8A. Windows color (decimal): -8939154 or 7248247. OLE color: 7248247.
HSL color Cylindrical-coordinate representation of color #77996E: hue angle of 107.44º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77996E is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 110 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.4 |
| HSL | 107.44º | 0.17% | 0.52% | - |
| HSV(B) | 107.44º | 0.28% | 0.6% | - |
| XYZ | 21.81 | 27.83 | 18.97 | - |
| YUV | 137.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 110 | 0.22 | 0 | 0.28 | 0.4 | 107.44 | 0.17 | 0.52 |
| Hex | 77 | 99 | 6E | 16 | 0 | 1C | 28 | 6B | 11 | 34 |
| Octal | 167 | 231 | 156 | 26 | 0 | 34 | 50 | 153 | 21 | 64 |
| Binary | 1110111 | 10011001 | 1101110 | 10110 | 0 | 11100 | 101000 | 1101011 | 10001 | 110100 |
Color Harmonies of #77996E
Complementary color
Monochromatic Colors of #77996E
Black with #77996E
Text Example
Text Example
White with #77996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77996E; }
p { color: rgb(119,153,110); }
H1.HeaderClassName
{
color: #77996E;
}
.AnyTagClassName
{
color: #77996E;
}
</style>
background-color css
<style>
a { background-color: #77996E; }
a { background-color: rgb(119,153,110); }
div.DivClassName
{
background-color: #77996E;
}
.BgClassName
{
background-color: #77996E;
}
</style>
border-color css
<style>
span { border-color: #77996E; }
span { border-color: rgb(119,153,110); }
td.TdClassName
{
border-color: #77996E;
}
.TagClassName
{
border-color: #77996E;
}
</style>