Shades of Schist #898771
Tints of Schist #898771
RGB
CMYK
RGB Variations
Color information
#898771 (or 0x898771) is known color: Schist. HEX triplet: 89, 87 and 71. RGB value is (137,135,113). Sum of RGB (Red+Green+Blue) = 137+135+113=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898771 is #76788E. Grayscale: #858585. Windows color (decimal): -7764111 or 7440265. OLE color: 7440265.
HSL color Cylindrical-coordinate representation of color #898771: hue angle of 55º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898771 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 113 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.46 |
| HSL | 55º | 0.1% | 0.49% | - |
| HSV(B) | 55º | 0.18% | 0.54% | - |
| XYZ | 21.96 | 23.84 | 19.07 | - |
| YUV | 133.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 113 | 0 | 0.01 | 0.18 | 0.46 | 55 | 0.1 | 0.49 |
| Hex | 89 | 87 | 71 | 0 | 1 | 12 | 2E | 37 | A | 31 |
| Octal | 211 | 207 | 161 | 0 | 1 | 22 | 56 | 67 | 12 | 61 |
| Binary | 10001001 | 10000111 | 1110001 | 0 | 1 | 10010 | 101110 | 110111 | 1010 | 110001 |
Color Harmonies of #898771
Complementary color
Monochromatic Colors of #898771
Black with #898771
Text Example
Text Example
White with #898771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898771; }
p { color: rgb(137,135,113); }
H1.HeaderClassName
{
color: #898771;
}
.AnyTagClassName
{
color: #898771;
}
</style>
background-color css
<style>
a { background-color: #898771; }
a { background-color: rgb(137,135,113); }
div.DivClassName
{
background-color: #898771;
}
.BgClassName
{
background-color: #898771;
}
</style>
border-color css
<style>
span { border-color: #898771; }
span { border-color: rgb(137,135,113); }
td.TdClassName
{
border-color: #898771;
}
.TagClassName
{
border-color: #898771;
}
</style>