Shades of Amulet #889C7A
Tints of Amulet #889C7A
RGB
CMYK
RGB Variations
Color information
#889C7A (or 0x889C7A) is known color: Amulet. HEX triplet: 88, 9C and 7A. RGB value is (136,156,122). Sum of RGB (Red+Green+Blue) = 136+156+122=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #889C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889C7A is #776385. Grayscale: #929292. Windows color (decimal): -7824262 or 8035464. OLE color: 8035464.
HSL color Cylindrical-coordinate representation of color #889C7A: hue angle of 95.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889C7A is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 122 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.39 |
| HSL | 95.29º | 0.15% | 0.55% | - |
| HSV(B) | 95.29º | 0.22% | 0.61% | - |
| XYZ | 25.55 | 30.42 | 22.94 | - |
| YUV | 146.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 122 | 0.13 | 0 | 0.22 | 0.39 | 95.29 | 0.15 | 0.55 |
| Hex | 88 | 9C | 7A | D | 0 | 16 | 27 | 5F | F | 37 |
| Octal | 210 | 234 | 172 | 15 | 0 | 26 | 47 | 137 | 17 | 67 |
| Binary | 10001000 | 10011100 | 1111010 | 1101 | 0 | 10110 | 100111 | 1011111 | 1111 | 110111 |
Color Harmonies of #889C7A
Complementary color
Monochromatic Colors of #889C7A
Black with #889C7A
Text Example
Text Example
White with #889C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C7A; }
p { color: rgb(136,156,122); }
H1.HeaderClassName
{
color: #889C7A;
}
.AnyTagClassName
{
color: #889C7A;
}
</style>
background-color css
<style>
a { background-color: #889C7A; }
a { background-color: rgb(136,156,122); }
div.DivClassName
{
background-color: #889C7A;
}
.BgClassName
{
background-color: #889C7A;
}
</style>
border-color css
<style>
span { border-color: #889C7A; }
span { border-color: rgb(136,156,122); }
td.TdClassName
{
border-color: #889C7A;
}
.TagClassName
{
border-color: #889C7A;
}
</style>