Shades of Amulet #77956C
Tints of Amulet #77956C
RGB
CMYK
RGB Variations
Color information
#77956C (or 0x77956C) is known color: Amulet. HEX triplet: 77, 95 and 6C. RGB value is (119,149,108). Sum of RGB (Red+Green+Blue) = 119+149+108=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #77956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77956C is #886A93. Grayscale: #878787. Windows color (decimal): -8940180 or 7116151. OLE color: 7116151.
HSL color Cylindrical-coordinate representation of color #77956C: hue angle of 103.9º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77956C is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 108 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.42 |
| HSL | 103.9º | 0.16% | 0.5% | - |
| HSV(B) | 103.9º | 0.28% | 0.58% | - |
| XYZ | 21.06 | 26.5 | 18.19 | - |
| YUV | 135.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 108 | 0.20 | 0 | 0.28 | 0.42 | 103.9 | 0.16 | 0.5 |
| Hex | 77 | 95 | 6C | 14 | 0 | 1C | 2A | 68 | 10 | 32 |
| Octal | 167 | 225 | 154 | 24 | 0 | 34 | 52 | 150 | 20 | 62 |
| Binary | 1110111 | 10010101 | 1101100 | 10100 | 0 | 11100 | 101010 | 1101000 | 10000 | 110010 |
Color Harmonies of #77956C
Complementary color
Monochromatic Colors of #77956C
Black with #77956C
Text Example
Text Example
White with #77956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77956C; }
p { color: rgb(119,149,108); }
H1.HeaderClassName
{
color: #77956C;
}
.AnyTagClassName
{
color: #77956C;
}
</style>
background-color css
<style>
a { background-color: #77956C; }
a { background-color: rgb(119,149,108); }
div.DivClassName
{
background-color: #77956C;
}
.BgClassName
{
background-color: #77956C;
}
</style>
border-color css
<style>
span { border-color: #77956C; }
span { border-color: rgb(119,149,108); }
td.TdClassName
{
border-color: #77956C;
}
.TagClassName
{
border-color: #77956C;
}
</style>