Shades of Schist #898A7A
Tints of Schist #898A7A
RGB
CMYK
RGB Variations
Color information
#898A7A (or 0x898A7A) is known color: Schist. HEX triplet: 89, 8A and 7A. RGB value is (137,138,122). Sum of RGB (Red+Green+Blue) = 137+138+122=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 138 - color contains mainly: green. Hex color #898A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A7A is #767585. Grayscale: #878787. Windows color (decimal): -7763334 or 8030857. OLE color: 8030857.
HSL color Cylindrical-coordinate representation of color #898A7A: hue angle of 63.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898A7A is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 122 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.46 |
| HSL | 63.75º | 0.06% | 0.51% | - |
| HSV(B) | 63.75º | 0.12% | 0.54% | - |
| XYZ | 22.92 | 24.9 | 22.01 | - |
| YUV | 135.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 122 | 0.01 | 0 | 0.12 | 0.46 | 63.75 | 0.06 | 0.51 |
| Hex | 89 | 8A | 7A | 1 | 0 | C | 2E | 40 | 6 | 33 |
| Octal | 211 | 212 | 172 | 1 | 0 | 14 | 56 | 100 | 6 | 63 |
| Binary | 10001001 | 10001010 | 1111010 | 1 | 0 | 1100 | 101110 | 1000000 | 110 | 110011 |
Color Harmonies of #898A7A
Complementary color
Monochromatic Colors of #898A7A
Black with #898A7A
Text Example
Text Example
White with #898A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A7A; }
p { color: rgb(137,138,122); }
H1.HeaderClassName
{
color: #898A7A;
}
.AnyTagClassName
{
color: #898A7A;
}
</style>
background-color css
<style>
a { background-color: #898A7A; }
a { background-color: rgb(137,138,122); }
div.DivClassName
{
background-color: #898A7A;
}
.BgClassName
{
background-color: #898A7A;
}
</style>
border-color css
<style>
span { border-color: #898A7A; }
span { border-color: rgb(137,138,122); }
td.TdClassName
{
border-color: #898A7A;
}
.TagClassName
{
border-color: #898A7A;
}
</style>