Shades of Amulet #77996B
Tints of Amulet #77996B
RGB
CMYK
RGB Variations
Color information
#77996B (or 0x77996B) is known color: Amulet. HEX triplet: 77, 99 and 6B. RGB value is (119,153,107). Sum of RGB (Red+Green+Blue) = 119+153+107=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #77996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77996B is #886694. Grayscale: #898989. Windows color (decimal): -8939157 or 7051639. OLE color: 7051639.
HSL color Cylindrical-coordinate representation of color #77996B: hue angle of 104.35º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77996B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 107 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.4 |
| HSL | 104.35º | 0.18% | 0.51% | - |
| HSV(B) | 104.35º | 0.3% | 0.6% | - |
| XYZ | 21.65 | 27.77 | 18.13 | - |
| YUV | 137.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 107 | 0.22 | 0 | 0.30 | 0.4 | 104.35 | 0.18 | 0.51 |
| Hex | 77 | 99 | 6B | 16 | 0 | 1E | 28 | 68 | 12 | 33 |
| Octal | 167 | 231 | 153 | 26 | 0 | 36 | 50 | 150 | 22 | 63 |
| Binary | 1110111 | 10011001 | 1101011 | 10110 | 0 | 11110 | 101000 | 1101000 | 10010 | 110011 |
Color Harmonies of #77996B
Complementary color
Monochromatic Colors of #77996B
Black with #77996B
Text Example
Text Example
White with #77996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77996B; }
p { color: rgb(119,153,107); }
H1.HeaderClassName
{
color: #77996B;
}
.AnyTagClassName
{
color: #77996B;
}
</style>
background-color css
<style>
a { background-color: #77996B; }
a { background-color: rgb(119,153,107); }
div.DivClassName
{
background-color: #77996B;
}
.BgClassName
{
background-color: #77996B;
}
</style>
border-color css
<style>
span { border-color: #77996B; }
span { border-color: rgb(119,153,107); }
td.TdClassName
{
border-color: #77996B;
}
.TagClassName
{
border-color: #77996B;
}
</style>