Shades of Amulet #889C75
Tints of Amulet #889C75
RGB
CMYK
RGB Variations
Color information
#889C75 (or 0x889C75) is known color: Amulet. HEX triplet: 88, 9C and 75. RGB value is (136,156,117). Sum of RGB (Red+Green+Blue) = 136+156+117=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #889C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889C75 is #77638A. Grayscale: #919191. Windows color (decimal): -7824267 or 7707784. OLE color: 7707784.
HSL color Cylindrical-coordinate representation of color #889C75: hue angle of 90.77º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #889C75 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 117 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.39 |
| HSL | 90.77º | 0.16% | 0.54% | - |
| HSV(B) | 90.77º | 0.25% | 0.61% | - |
| XYZ | 25.25 | 30.3 | 21.35 | - |
| YUV | 145.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 117 | 0.13 | 0 | 0.25 | 0.39 | 90.77 | 0.16 | 0.54 |
| Hex | 88 | 9C | 75 | D | 0 | 19 | 27 | 5B | 10 | 36 |
| Octal | 210 | 234 | 165 | 15 | 0 | 31 | 47 | 133 | 20 | 66 |
| Binary | 10001000 | 10011100 | 1110101 | 1101 | 0 | 11001 | 100111 | 1011011 | 10000 | 110110 |
Color Harmonies of #889C75
Complementary color
Monochromatic Colors of #889C75
Black with #889C75
Text Example
Text Example
White with #889C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C75; }
p { color: rgb(136,156,117); }
H1.HeaderClassName
{
color: #889C75;
}
.AnyTagClassName
{
color: #889C75;
}
</style>
background-color css
<style>
a { background-color: #889C75; }
a { background-color: rgb(136,156,117); }
div.DivClassName
{
background-color: #889C75;
}
.BgClassName
{
background-color: #889C75;
}
</style>
border-color css
<style>
span { border-color: #889C75; }
span { border-color: rgb(136,156,117); }
td.TdClassName
{
border-color: #889C75;
}
.TagClassName
{
border-color: #889C75;
}
</style>