Shades of Amulet #899C7C
Tints of Amulet #899C7C
RGB
CMYK
RGB Variations
Color information
#899C7C (or 0x899C7C) is known color: Amulet. HEX triplet: 89, 9C and 7C. RGB value is (137,156,124). Sum of RGB (Red+Green+Blue) = 137+156+124=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #899C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899C7C is #766383. Grayscale: #929292. Windows color (decimal): -7758724 or 8166537. OLE color: 8166537.
HSL color Cylindrical-coordinate representation of color #899C7C: hue angle of 95.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899C7C is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 124 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.39 |
| HSL | 95.63º | 0.14% | 0.55% | - |
| HSV(B) | 95.63º | 0.21% | 0.61% | - |
| XYZ | 25.84 | 30.55 | 23.6 | - |
| YUV | 146.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 124 | 0.12 | 0 | 0.21 | 0.39 | 95.63 | 0.14 | 0.55 |
| Hex | 89 | 9C | 7C | C | 0 | 15 | 27 | 60 | E | 37 |
| Octal | 211 | 234 | 174 | 14 | 0 | 25 | 47 | 140 | 16 | 67 |
| Binary | 10001001 | 10011100 | 1111100 | 1100 | 0 | 10101 | 100111 | 1100000 | 1110 | 110111 |
Color Harmonies of #899C7C
Complementary color
Monochromatic Colors of #899C7C
Black with #899C7C
Text Example
Text Example
White with #899C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C7C; }
p { color: rgb(137,156,124); }
H1.HeaderClassName
{
color: #899C7C;
}
.AnyTagClassName
{
color: #899C7C;
}
</style>
background-color css
<style>
a { background-color: #899C7C; }
a { background-color: rgb(137,156,124); }
div.DivClassName
{
background-color: #899C7C;
}
.BgClassName
{
background-color: #899C7C;
}
</style>
border-color css
<style>
span { border-color: #899C7C; }
span { border-color: rgb(137,156,124); }
td.TdClassName
{
border-color: #899C7C;
}
.TagClassName
{
border-color: #899C7C;
}
</style>