Shades of Amulet #899A7D
Tints of Amulet #899A7D
RGB
CMYK
RGB Variations
Color information
#899A7D (or 0x899A7D) is known color: Amulet. HEX triplet: 89, 9A and 7D. RGB value is (137,154,125). Sum of RGB (Red+Green+Blue) = 137+154+125=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #899A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899A7D is #766582. Grayscale: #919191. Windows color (decimal): -7759235 or 8231561. OLE color: 8231561.
HSL color Cylindrical-coordinate representation of color #899A7D: hue angle of 95.17º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899A7D is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 125 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.40 |
| HSL | 95.17º | 0.13% | 0.55% | - |
| HSV(B) | 95.17º | 0.19% | 0.6% | - |
| XYZ | 25.57 | 29.91 | 23.83 | - |
| YUV | 145.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 125 | 0.11 | 0 | 0.19 | 0.40 | 95.17 | 0.13 | 0.55 |
| Hex | 89 | 9A | 7D | B | 0 | 13 | 28 | 5F | D | 37 |
| Octal | 211 | 232 | 175 | 13 | 0 | 23 | 50 | 137 | 15 | 67 |
| Binary | 10001001 | 10011010 | 1111101 | 1011 | 0 | 10011 | 101000 | 1011111 | 1101 | 110111 |
Color Harmonies of #899A7D
Complementary color
Monochromatic Colors of #899A7D
Black with #899A7D
Text Example
Text Example
White with #899A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A7D; }
p { color: rgb(137,154,125); }
H1.HeaderClassName
{
color: #899A7D;
}
.AnyTagClassName
{
color: #899A7D;
}
</style>
background-color css
<style>
a { background-color: #899A7D; }
a { background-color: rgb(137,154,125); }
div.DivClassName
{
background-color: #899A7D;
}
.BgClassName
{
background-color: #899A7D;
}
</style>
border-color css
<style>
span { border-color: #899A7D; }
span { border-color: rgb(137,154,125); }
td.TdClassName
{
border-color: #899A7D;
}
.TagClassName
{
border-color: #899A7D;
}
</style>