Shades of Schist #8A8977
Tints of Schist #8A8977
RGB
CMYK
RGB Variations
Color information
#8A8977 (or 0x8A8977) is known color: Schist. HEX triplet: 8A, 89 and 77. RGB value is (138,137,119). Sum of RGB (Red+Green+Blue) = 138+137+119=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8977 is #757688. Grayscale: #878787. Windows color (decimal): -7698057 or 7833994. OLE color: 7833994.
HSL color Cylindrical-coordinate representation of color #8A8977: hue angle of 56.84º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8977 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 119 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.46 |
| HSL | 56.84º | 0.08% | 0.5% | - |
| HSV(B) | 56.84º | 0.14% | 0.54% | - |
| XYZ | 22.76 | 24.63 | 21.01 | - |
| YUV | 135.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 119 | 0 | 0.01 | 0.14 | 0.46 | 56.84 | 0.08 | 0.5 |
| Hex | 8A | 89 | 77 | 0 | 1 | E | 2E | 39 | 8 | 32 |
| Octal | 212 | 211 | 167 | 0 | 1 | 16 | 56 | 71 | 10 | 62 |
| Binary | 10001010 | 10001001 | 1110111 | 0 | 1 | 1110 | 101110 | 111001 | 1000 | 110010 |
Color Harmonies of #8A8977
Complementary color
Monochromatic Colors of #8A8977
Black with #8A8977
Text Example
Text Example
White with #8A8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8977; }
p { color: rgb(138,137,119); }
H1.HeaderClassName
{
color: #8A8977;
}
.AnyTagClassName
{
color: #8A8977;
}
</style>
background-color css
<style>
a { background-color: #8A8977; }
a { background-color: rgb(138,137,119); }
div.DivClassName
{
background-color: #8A8977;
}
.BgClassName
{
background-color: #8A8977;
}
</style>
border-color css
<style>
span { border-color: #8A8977; }
span { border-color: rgb(138,137,119); }
td.TdClassName
{
border-color: #8A8977;
}
.TagClassName
{
border-color: #8A8977;
}
</style>