Shades of Schist #898877
Tints of Schist #898877
RGB
CMYK
RGB Variations
Color information
#898877 (or 0x898877) is known color: Schist. HEX triplet: 89, 88 and 77. RGB value is (137,136,119). Sum of RGB (Red+Green+Blue) = 137+136+119=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #898877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898877 is #767788. Grayscale: #868686. Windows color (decimal): -7763849 or 7833737. OLE color: 7833737.
HSL color Cylindrical-coordinate representation of color #898877: hue angle of 56.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #898877 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 119 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.46 |
| HSL | 56.67º | 0.07% | 0.5% | - |
| HSV(B) | 56.67º | 0.13% | 0.54% | - |
| XYZ | 22.45 | 24.26 | 20.95 | - |
| YUV | 134.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 119 | 0 | 0.01 | 0.13 | 0.46 | 56.67 | 0.07 | 0.5 |
| Hex | 89 | 88 | 77 | 0 | 1 | D | 2E | 39 | 7 | 32 |
| Octal | 211 | 210 | 167 | 0 | 1 | 15 | 56 | 71 | 7 | 62 |
| Binary | 10001001 | 10001000 | 1110111 | 0 | 1 | 1101 | 101110 | 111001 | 111 | 110010 |
Color Harmonies of #898877
Complementary color
Monochromatic Colors of #898877
Black with #898877
Text Example
Text Example
White with #898877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898877; }
p { color: rgb(137,136,119); }
H1.HeaderClassName
{
color: #898877;
}
.AnyTagClassName
{
color: #898877;
}
</style>
background-color css
<style>
a { background-color: #898877; }
a { background-color: rgb(137,136,119); }
div.DivClassName
{
background-color: #898877;
}
.BgClassName
{
background-color: #898877;
}
</style>
border-color css
<style>
span { border-color: #898877; }
span { border-color: rgb(137,136,119); }
td.TdClassName
{
border-color: #898877;
}
.TagClassName
{
border-color: #898877;
}
</style>