Shades of Amulet #77A475
Tints of Amulet #77A475
RGB
CMYK
RGB Variations
Color information
#77A475 (or 0x77A475) is known color: Amulet. HEX triplet: 77, A4 and 75. RGB value is (119,164,117). Sum of RGB (Red+Green+Blue) = 119+164+117=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #77A475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A475 is #885B8A. Grayscale: #919191. Windows color (decimal): -8936331 or 7709815. OLE color: 7709815.
HSL color Cylindrical-coordinate representation of color #77A475: hue angle of 117.45º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A475 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 164 | 117 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.36 |
| HSL | 117.45º | 0.21% | 0.55% | - |
| HSV(B) | 117.45º | 0.29% | 0.64% | - |
| XYZ | 24.09 | 31.76 | 21.69 | - |
| YUV | 145.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 164 | 117 | 0.27 | 0 | 0.29 | 0.36 | 117.45 | 0.21 | 0.55 |
| Hex | 77 | A4 | 75 | 1B | 0 | 1D | 24 | 75 | 15 | 37 |
| Octal | 167 | 244 | 165 | 33 | 0 | 35 | 44 | 165 | 25 | 67 |
| Binary | 1110111 | 10100100 | 1110101 | 11011 | 0 | 11101 | 100100 | 1110101 | 10101 | 110111 |
Color Harmonies of #77A475
Complementary color
Monochromatic Colors of #77A475
Black with #77A475
Text Example
Text Example
White with #77A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A475; }
p { color: rgb(119,164,117); }
H1.HeaderClassName
{
color: #77A475;
}
.AnyTagClassName
{
color: #77A475;
}
</style>
background-color css
<style>
a { background-color: #77A475; }
a { background-color: rgb(119,164,117); }
div.DivClassName
{
background-color: #77A475;
}
.BgClassName
{
background-color: #77A475;
}
</style>
border-color css
<style>
span { border-color: #77A475; }
span { border-color: rgb(119,164,117); }
td.TdClassName
{
border-color: #77A475;
}
.TagClassName
{
border-color: #77A475;
}
</style>