Shades of Amulet #899C7A
Tints of Amulet #899C7A
RGB
CMYK
RGB Variations
Color information
#899C7A (or 0x899C7A) is known color: Amulet. HEX triplet: 89, 9C and 7A. RGB value is (137,156,122). Sum of RGB (Red+Green+Blue) = 137+156+122=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #899C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899C7A is #766385. Grayscale: #929292. Windows color (decimal): -7758726 or 8035465. OLE color: 8035465.
HSL color Cylindrical-coordinate representation of color #899C7A: hue angle of 93.53º 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 #899C7A is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 122 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.39 |
| HSL | 93.53º | 0.15% | 0.55% | - |
| HSV(B) | 93.53º | 0.22% | 0.61% | - |
| XYZ | 25.72 | 30.5 | 22.94 | - |
| YUV | 146.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 122 | 0.12 | 0 | 0.22 | 0.39 | 93.53 | 0.15 | 0.55 |
| Hex | 89 | 9C | 7A | C | 0 | 16 | 27 | 5E | F | 37 |
| Octal | 211 | 234 | 172 | 14 | 0 | 26 | 47 | 136 | 17 | 67 |
| Binary | 10001001 | 10011100 | 1111010 | 1100 | 0 | 10110 | 100111 | 1011110 | 1111 | 110111 |
Color Harmonies of #899C7A
Complementary color
Monochromatic Colors of #899C7A
Black with #899C7A
Text Example
Text Example
White with #899C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C7A; }
p { color: rgb(137,156,122); }
H1.HeaderClassName
{
color: #899C7A;
}
.AnyTagClassName
{
color: #899C7A;
}
</style>
background-color css
<style>
a { background-color: #899C7A; }
a { background-color: rgb(137,156,122); }
div.DivClassName
{
background-color: #899C7A;
}
.BgClassName
{
background-color: #899C7A;
}
</style>
border-color css
<style>
span { border-color: #899C7A; }
span { border-color: rgb(137,156,122); }
td.TdClassName
{
border-color: #899C7A;
}
.TagClassName
{
border-color: #899C7A;
}
</style>