Shades of Amulet #84A777
Tints of Amulet #84A777
RGB
CMYK
RGB Variations
Color information
#84A777 (or 0x84A777) is known color: Amulet. HEX triplet: 84, A7 and 77. RGB value is (132,167,119). Sum of RGB (Red+Green+Blue) = 132+167+119=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 167 - color contains mainly: green. Hex color #84A777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A777 is #7B5888. Grayscale: #979797. Windows color (decimal): -8083593 or 7841668. OLE color: 7841668.
HSL color Cylindrical-coordinate representation of color #84A777: hue angle of 103.75º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A777 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 119 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.35 |
| HSL | 103.75º | 0.21% | 0.56% | - |
| HSV(B) | 103.75º | 0.29% | 0.65% | - |
| XYZ | 26.66 | 33.87 | 22.59 | - |
| YUV | 151.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 119 | 0.21 | 0 | 0.29 | 0.35 | 103.75 | 0.21 | 0.56 |
| Hex | 84 | A7 | 77 | 15 | 0 | 1D | 23 | 68 | 15 | 38 |
| Octal | 204 | 247 | 167 | 25 | 0 | 35 | 43 | 150 | 25 | 70 |
| Binary | 10000100 | 10100111 | 1110111 | 10101 | 0 | 11101 | 100011 | 1101000 | 10101 | 111000 |
Color Harmonies of #84A777
Complementary color
Monochromatic Colors of #84A777
Black with #84A777
Text Example
Text Example
White with #84A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A777; }
p { color: rgb(132,167,119); }
H1.HeaderClassName
{
color: #84A777;
}
.AnyTagClassName
{
color: #84A777;
}
</style>
background-color css
<style>
a { background-color: #84A777; }
a { background-color: rgb(132,167,119); }
div.DivClassName
{
background-color: #84A777;
}
.BgClassName
{
background-color: #84A777;
}
</style>
border-color css
<style>
span { border-color: #84A777; }
span { border-color: rgb(132,167,119); }
td.TdClassName
{
border-color: #84A777;
}
.TagClassName
{
border-color: #84A777;
}
</style>