Shades of Schist #8D8A70
Tints of Schist #8D8A70
RGB
CMYK
RGB Variations
Color information
#8D8A70 (or 0x8D8A70) is known color: Schist. HEX triplet: 8D, 8A and 70. RGB value is (141,138,112). Sum of RGB (Red+Green+Blue) = 141+138+112=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A70 is #72758F. Grayscale: #888888. Windows color (decimal): -7501200 or 7375501. OLE color: 7375501.
HSL color Cylindrical-coordinate representation of color #8D8A70: hue angle of 53.79º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D8A70 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 138 | 112 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.45 |
| HSL | 53.79º | 0.11% | 0.5% | - |
| HSV(B) | 53.79º | 0.21% | 0.55% | - |
| XYZ | 23 | 25.01 | 18.94 | - |
| YUV | 135.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 112 | 0 | 0.02 | 0.21 | 0.45 | 53.79 | 0.11 | 0.5 |
| Hex | 8D | 8A | 70 | 0 | 2 | 15 | 2D | 36 | B | 32 |
| Octal | 215 | 212 | 160 | 0 | 2 | 25 | 55 | 66 | 13 | 62 |
| Binary | 10001101 | 10001010 | 1110000 | 0 | 10 | 10101 | 101101 | 110110 | 1011 | 110010 |
Color Harmonies of #8D8A70
Complementary color
Monochromatic Colors of #8D8A70
Black with #8D8A70
Text Example
Text Example
White with #8D8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8A70; }
p { color: rgb(141,138,112); }
H1.HeaderClassName
{
color: #8D8A70;
}
.AnyTagClassName
{
color: #8D8A70;
}
</style>
background-color css
<style>
a { background-color: #8D8A70; }
a { background-color: rgb(141,138,112); }
div.DivClassName
{
background-color: #8D8A70;
}
.BgClassName
{
background-color: #8D8A70;
}
</style>
border-color css
<style>
span { border-color: #8D8A70; }
span { border-color: rgb(141,138,112); }
td.TdClassName
{
border-color: #8D8A70;
}
.TagClassName
{
border-color: #8D8A70;
}
</style>