Shades of Amulet #84A77D
Tints of Amulet #84A77D
RGB
CMYK
RGB Variations
Color information
#84A77D (or 0x84A77D) is known color: Amulet. HEX triplet: 84, A7 and 7D. RGB value is (132,167,125). Sum of RGB (Red+Green+Blue) = 132+167+125=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 167 - color contains mainly: green. Hex color #84A77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A77D is #7B5882. Grayscale: #979797. Windows color (decimal): -8083587 or 8234884. OLE color: 8234884.
HSL color Cylindrical-coordinate representation of color #84A77D: hue angle of 110º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A77D is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 125 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.35 |
| HSL | 110º | 0.19% | 0.57% | - |
| HSV(B) | 110º | 0.25% | 0.65% | - |
| XYZ | 27.04 | 34.02 | 24.54 | - |
| YUV | 151.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 125 | 0.21 | 0 | 0.25 | 0.35 | 110 | 0.19 | 0.57 |
| Hex | 84 | A7 | 7D | 15 | 0 | 19 | 23 | 6E | 13 | 39 |
| Octal | 204 | 247 | 175 | 25 | 0 | 31 | 43 | 156 | 23 | 71 |
| Binary | 10000100 | 10100111 | 1111101 | 10101 | 0 | 11001 | 100011 | 1101110 | 10011 | 111001 |
Color Harmonies of #84A77D
Complementary color
Monochromatic Colors of #84A77D
Black with #84A77D
Text Example
Text Example
White with #84A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A77D; }
p { color: rgb(132,167,125); }
H1.HeaderClassName
{
color: #84A77D;
}
.AnyTagClassName
{
color: #84A77D;
}
</style>
background-color css
<style>
a { background-color: #84A77D; }
a { background-color: rgb(132,167,125); }
div.DivClassName
{
background-color: #84A77D;
}
.BgClassName
{
background-color: #84A77D;
}
</style>
border-color css
<style>
span { border-color: #84A77D; }
span { border-color: rgb(132,167,125); }
td.TdClassName
{
border-color: #84A77D;
}
.TagClassName
{
border-color: #84A77D;
}
</style>