Shades of Amulet #77956B
Tints of Amulet #77956B
RGB
CMYK
RGB Variations
Color information
#77956B (or 0x77956B) is known color: Amulet. HEX triplet: 77, 95 and 6B. RGB value is (119,149,107). Sum of RGB (Red+Green+Blue) = 119+149+107=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #77956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77956B is #886A94. Grayscale: #878787. Windows color (decimal): -8940181 or 7050615. OLE color: 7050615.
HSL color Cylindrical-coordinate representation of color #77956B: hue angle of 102.86º degrees, saturation: 0.17, 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 #77956B is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 107 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.42 |
| HSL | 102.86º | 0.17% | 0.5% | - |
| HSV(B) | 102.86º | 0.28% | 0.58% | - |
| XYZ | 21.01 | 26.48 | 17.91 | - |
| YUV | 135.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 107 | 0.20 | 0 | 0.28 | 0.42 | 102.86 | 0.17 | 0.5 |
| Hex | 77 | 95 | 6B | 14 | 0 | 1C | 2A | 67 | 11 | 32 |
| Octal | 167 | 225 | 153 | 24 | 0 | 34 | 52 | 147 | 21 | 62 |
| Binary | 1110111 | 10010101 | 1101011 | 10100 | 0 | 11100 | 101010 | 1100111 | 10001 | 110010 |
Color Harmonies of #77956B
Complementary color
Monochromatic Colors of #77956B
Black with #77956B
Text Example
Text Example
White with #77956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77956B; }
p { color: rgb(119,149,107); }
H1.HeaderClassName
{
color: #77956B;
}
.AnyTagClassName
{
color: #77956B;
}
</style>
background-color css
<style>
a { background-color: #77956B; }
a { background-color: rgb(119,149,107); }
div.DivClassName
{
background-color: #77956B;
}
.BgClassName
{
background-color: #77956B;
}
</style>
border-color css
<style>
span { border-color: #77956B; }
span { border-color: rgb(119,149,107); }
td.TdClassName
{
border-color: #77956B;
}
.TagClassName
{
border-color: #77956B;
}
</style>