Shades of Amulet #77996F
Tints of Amulet #77996F
RGB
CMYK
RGB Variations
Color information
#77996F (or 0x77996F) is known color: Amulet. HEX triplet: 77, 99 and 6F. RGB value is (119,153,111). Sum of RGB (Red+Green+Blue) = 119+153+111=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #77996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77996F is #886690. Grayscale: #8A8A8A. Windows color (decimal): -8939153 or 7313783. OLE color: 7313783.
HSL color Cylindrical-coordinate representation of color #77996F: hue angle of 108.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77996F is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 111 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.4 |
| HSL | 108.57º | 0.17% | 0.52% | - |
| HSV(B) | 108.57º | 0.27% | 0.6% | - |
| XYZ | 21.87 | 27.85 | 19.26 | - |
| YUV | 138.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 111 | 0.22 | 0 | 0.27 | 0.4 | 108.57 | 0.17 | 0.52 |
| Hex | 77 | 99 | 6F | 16 | 0 | 1B | 28 | 6D | 11 | 34 |
| Octal | 167 | 231 | 157 | 26 | 0 | 33 | 50 | 155 | 21 | 64 |
| Binary | 1110111 | 10011001 | 1101111 | 10110 | 0 | 11011 | 101000 | 1101101 | 10001 | 110100 |
Color Harmonies of #77996F
Complementary color
Monochromatic Colors of #77996F
Black with #77996F
Text Example
Text Example
White with #77996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77996F; }
p { color: rgb(119,153,111); }
H1.HeaderClassName
{
color: #77996F;
}
.AnyTagClassName
{
color: #77996F;
}
</style>
background-color css
<style>
a { background-color: #77996F; }
a { background-color: rgb(119,153,111); }
div.DivClassName
{
background-color: #77996F;
}
.BgClassName
{
background-color: #77996F;
}
</style>
border-color css
<style>
span { border-color: #77996F; }
span { border-color: rgb(119,153,111); }
td.TdClassName
{
border-color: #77996F;
}
.TagClassName
{
border-color: #77996F;
}
</style>