Shades of Schist #898B78
Tints of Schist #898B78
RGB
CMYK
RGB Variations
Color information
#898B78 (or 0x898B78) is known color: Schist. HEX triplet: 89, 8B and 78. RGB value is (137,139,120). Sum of RGB (Red+Green+Blue) = 137+139+120=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #898B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B78 is #767487. Grayscale: #888888. Windows color (decimal): -7763080 or 7900041. OLE color: 7900041.
HSL color Cylindrical-coordinate representation of color #898B78: hue angle of 66.32º 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 #898B78 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 120 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.45 |
| HSL | 66.32º | 0.08% | 0.51% | - |
| HSV(B) | 66.32º | 0.14% | 0.55% | - |
| XYZ | 22.94 | 25.14 | 21.41 | - |
| YUV | 136.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 120 | 0.01 | 0 | 0.14 | 0.45 | 66.32 | 0.08 | 0.51 |
| Hex | 89 | 8B | 78 | 1 | 0 | E | 2D | 42 | 8 | 33 |
| Octal | 211 | 213 | 170 | 1 | 0 | 16 | 55 | 102 | 10 | 63 |
| Binary | 10001001 | 10001011 | 1111000 | 1 | 0 | 1110 | 101101 | 1000010 | 1000 | 110011 |
Color Harmonies of #898B78
Complementary color
Monochromatic Colors of #898B78
Black with #898B78
Text Example
Text Example
White with #898B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B78; }
p { color: rgb(137,139,120); }
H1.HeaderClassName
{
color: #898B78;
}
.AnyTagClassName
{
color: #898B78;
}
</style>
background-color css
<style>
a { background-color: #898B78; }
a { background-color: rgb(137,139,120); }
div.DivClassName
{
background-color: #898B78;
}
.BgClassName
{
background-color: #898B78;
}
</style>
border-color css
<style>
span { border-color: #898B78; }
span { border-color: rgb(137,139,120); }
td.TdClassName
{
border-color: #898B78;
}
.TagClassName
{
border-color: #898B78;
}
</style>