Shades of Amulet #899F7C
Tints of Amulet #899F7C
RGB
CMYK
RGB Variations
Color information
#899F7C (or 0x899F7C) is known color: Amulet. HEX triplet: 89, 9F and 7C. RGB value is (137,159,124). Sum of RGB (Red+Green+Blue) = 137+159+124=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #899F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899F7C is #766083. Grayscale: #949494. Windows color (decimal): -7757956 or 8167305. OLE color: 8167305.
HSL color Cylindrical-coordinate representation of color #899F7C: hue angle of 97.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #899F7C is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 124 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.38 |
| HSL | 97.71º | 0.15% | 0.55% | - |
| HSV(B) | 97.71º | 0.22% | 0.62% | - |
| XYZ | 26.35 | 31.57 | 23.77 | - |
| YUV | 148.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 124 | 0.14 | 0 | 0.22 | 0.38 | 97.71 | 0.15 | 0.55 |
| Hex | 89 | 9F | 7C | E | 0 | 16 | 26 | 62 | F | 37 |
| Octal | 211 | 237 | 174 | 16 | 0 | 26 | 46 | 142 | 17 | 67 |
| Binary | 10001001 | 10011111 | 1111100 | 1110 | 0 | 10110 | 100110 | 1100010 | 1111 | 110111 |
Color Harmonies of #899F7C
Complementary color
Monochromatic Colors of #899F7C
Black with #899F7C
Text Example
Text Example
White with #899F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F7C; }
p { color: rgb(137,159,124); }
H1.HeaderClassName
{
color: #899F7C;
}
.AnyTagClassName
{
color: #899F7C;
}
</style>
background-color css
<style>
a { background-color: #899F7C; }
a { background-color: rgb(137,159,124); }
div.DivClassName
{
background-color: #899F7C;
}
.BgClassName
{
background-color: #899F7C;
}
</style>
border-color css
<style>
span { border-color: #899F7C; }
span { border-color: rgb(137,159,124); }
td.TdClassName
{
border-color: #899F7C;
}
.TagClassName
{
border-color: #899F7C;
}
</style>