Shades of Amulet #889D7B
Tints of Amulet #889D7B
RGB
CMYK
RGB Variations
Color information
#889D7B (or 0x889D7B) is known color: Amulet. HEX triplet: 88, 9D and 7B. RGB value is (136,157,123). Sum of RGB (Red+Green+Blue) = 136+157+123=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #889D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D7B is #776284. Grayscale: #929292. Windows color (decimal): -7824005 or 8101256. OLE color: 8101256.
HSL color Cylindrical-coordinate representation of color #889D7B: hue angle of 97.06º 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 #889D7B is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 123 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.38 |
| HSL | 97.06º | 0.15% | 0.55% | - |
| HSV(B) | 97.06º | 0.22% | 0.62% | - |
| XYZ | 25.79 | 30.78 | 23.32 | - |
| YUV | 146.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 123 | 0.13 | 0 | 0.22 | 0.38 | 97.06 | 0.15 | 0.55 |
| Hex | 88 | 9D | 7B | D | 0 | 16 | 26 | 61 | F | 37 |
| Octal | 210 | 235 | 173 | 15 | 0 | 26 | 46 | 141 | 17 | 67 |
| Binary | 10001000 | 10011101 | 1111011 | 1101 | 0 | 10110 | 100110 | 1100001 | 1111 | 110111 |
Color Harmonies of #889D7B
Complementary color
Monochromatic Colors of #889D7B
Black with #889D7B
Text Example
Text Example
White with #889D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D7B; }
p { color: rgb(136,157,123); }
H1.HeaderClassName
{
color: #889D7B;
}
.AnyTagClassName
{
color: #889D7B;
}
</style>
background-color css
<style>
a { background-color: #889D7B; }
a { background-color: rgb(136,157,123); }
div.DivClassName
{
background-color: #889D7B;
}
.BgClassName
{
background-color: #889D7B;
}
</style>
border-color css
<style>
span { border-color: #889D7B; }
span { border-color: rgb(136,157,123); }
td.TdClassName
{
border-color: #889D7B;
}
.TagClassName
{
border-color: #889D7B;
}
</style>