Shades of Schist #898B77
Tints of Schist #898B77
RGB
CMYK
RGB Variations
Color information
#898B77 (or 0x898B77) is known color: Schist. HEX triplet: 89, 8B and 77. RGB value is (137,139,119). Sum of RGB (Red+Green+Blue) = 137+139+119=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 139 - color contains mainly: green. Hex color #898B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B77 is #767488. Grayscale: #888888. Windows color (decimal): -7763081 or 7834505. OLE color: 7834505.
HSL color Cylindrical-coordinate representation of color #898B77: hue angle of 66º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #898B77 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 119 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.45 |
| HSL | 66º | 0.08% | 0.51% | - |
| HSV(B) | 66º | 0.14% | 0.55% | - |
| XYZ | 22.88 | 25.12 | 21.09 | - |
| YUV | 136.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 119 | 0.01 | 0 | 0.14 | 0.45 | 66 | 0.08 | 0.51 |
| Hex | 89 | 8B | 77 | 1 | 0 | E | 2D | 42 | 8 | 33 |
| Octal | 211 | 213 | 167 | 1 | 0 | 16 | 55 | 102 | 10 | 63 |
| Binary | 10001001 | 10001011 | 1110111 | 1 | 0 | 1110 | 101101 | 1000010 | 1000 | 110011 |
Color Harmonies of #898B77
Complementary color
Monochromatic Colors of #898B77
Black with #898B77
Text Example
Text Example
White with #898B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B77; }
p { color: rgb(137,139,119); }
H1.HeaderClassName
{
color: #898B77;
}
.AnyTagClassName
{
color: #898B77;
}
</style>
background-color css
<style>
a { background-color: #898B77; }
a { background-color: rgb(137,139,119); }
div.DivClassName
{
background-color: #898B77;
}
.BgClassName
{
background-color: #898B77;
}
</style>
border-color css
<style>
span { border-color: #898B77; }
span { border-color: rgb(137,139,119); }
td.TdClassName
{
border-color: #898B77;
}
.TagClassName
{
border-color: #898B77;
}
</style>