Shades of Amulet #77A375
Tints of Amulet #77A375
RGB
CMYK
RGB Variations
Color information
#77A375 (or 0x77A375) is known color: Amulet. HEX triplet: 77, A3 and 75. RGB value is (119,163,117). Sum of RGB (Red+Green+Blue) = 119+163+117=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #77A375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A375 is #885C8A. Grayscale: #909090. Windows color (decimal): -8936587 or 7709559. OLE color: 7709559.
HSL color Cylindrical-coordinate representation of color #77A375: hue angle of 117.39º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77A375 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 163 | 117 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.36 |
| HSL | 117.39º | 0.2% | 0.55% | - |
| HSV(B) | 117.39º | 0.28% | 0.64% | - |
| XYZ | 23.92 | 31.4 | 21.63 | - |
| YUV | 144.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 117 | 0.27 | 0 | 0.28 | 0.36 | 117.39 | 0.2 | 0.55 |
| Hex | 77 | A3 | 75 | 1B | 0 | 1C | 24 | 75 | 14 | 37 |
| Octal | 167 | 243 | 165 | 33 | 0 | 34 | 44 | 165 | 24 | 67 |
| Binary | 1110111 | 10100011 | 1110101 | 11011 | 0 | 11100 | 100100 | 1110101 | 10100 | 110111 |
Color Harmonies of #77A375
Complementary color
Monochromatic Colors of #77A375
Black with #77A375
Text Example
Text Example
White with #77A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A375; }
p { color: rgb(119,163,117); }
H1.HeaderClassName
{
color: #77A375;
}
.AnyTagClassName
{
color: #77A375;
}
</style>
background-color css
<style>
a { background-color: #77A375; }
a { background-color: rgb(119,163,117); }
div.DivClassName
{
background-color: #77A375;
}
.BgClassName
{
background-color: #77A375;
}
</style>
border-color css
<style>
span { border-color: #77A375; }
span { border-color: rgb(119,163,117); }
td.TdClassName
{
border-color: #77A375;
}
.TagClassName
{
border-color: #77A375;
}
</style>