Shades of Schist #898B79
Tints of Schist #898B79
RGB
CMYK
RGB Variations
Color information
#898B79 (or 0x898B79) is known color: Schist. HEX triplet: 89, 8B and 79. RGB value is (137,139,121). Sum of RGB (Red+Green+Blue) = 137+139+121=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 139 - color contains mainly: green. Hex color #898B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898B79 is #767486. Grayscale: #888888. Windows color (decimal): -7763079 or 7965577. OLE color: 7965577.
HSL color Cylindrical-coordinate representation of color #898B79: hue angle of 66.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #898B79 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 121 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.45 |
| HSL | 66.67º | 0.07% | 0.51% | - |
| HSV(B) | 66.67º | 0.13% | 0.55% | - |
| XYZ | 23 | 25.16 | 21.73 | - |
| YUV | 136.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 121 | 0.01 | 0 | 0.13 | 0.45 | 66.67 | 0.07 | 0.51 |
| Hex | 89 | 8B | 79 | 1 | 0 | D | 2D | 43 | 7 | 33 |
| Octal | 211 | 213 | 171 | 1 | 0 | 15 | 55 | 103 | 7 | 63 |
| Binary | 10001001 | 10001011 | 1111001 | 1 | 0 | 1101 | 101101 | 1000011 | 111 | 110011 |
Color Harmonies of #898B79
Complementary color
Monochromatic Colors of #898B79
Black with #898B79
Text Example
Text Example
White with #898B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B79; }
p { color: rgb(137,139,121); }
H1.HeaderClassName
{
color: #898B79;
}
.AnyTagClassName
{
color: #898B79;
}
</style>
background-color css
<style>
a { background-color: #898B79; }
a { background-color: rgb(137,139,121); }
div.DivClassName
{
background-color: #898B79;
}
.BgClassName
{
background-color: #898B79;
}
</style>
border-color css
<style>
span { border-color: #898B79; }
span { border-color: rgb(137,139,121); }
td.TdClassName
{
border-color: #898B79;
}
.TagClassName
{
border-color: #898B79;
}
</style>