Shades of Schist #8D8A72
Tints of Schist #8D8A72
RGB
CMYK
RGB Variations
Color information
#8D8A72 (or 0x8D8A72) is known color: Schist. HEX triplet: 8D, 8A and 72. RGB value is (141,138,114). Sum of RGB (Red+Green+Blue) = 141+138+114=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A72 is #72758D. Grayscale: #888888. Windows color (decimal): -7501198 or 7506573. OLE color: 7506573.
HSL color Cylindrical-coordinate representation of color #8D8A72: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D8A72 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 138 | 114 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.45 |
| HSL | 53.33º | 0.11% | 0.5% | - |
| HSV(B) | 53.33º | 0.19% | 0.55% | - |
| XYZ | 23.11 | 25.05 | 19.54 | - |
| YUV | 136.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 114 | 0 | 0.02 | 0.19 | 0.45 | 53.33 | 0.11 | 0.5 |
| Hex | 8D | 8A | 72 | 0 | 2 | 13 | 2D | 35 | B | 32 |
| Octal | 215 | 212 | 162 | 0 | 2 | 23 | 55 | 65 | 13 | 62 |
| Binary | 10001101 | 10001010 | 1110010 | 0 | 10 | 10011 | 101101 | 110101 | 1011 | 110010 |
Color Harmonies of #8D8A72
Complementary color
Monochromatic Colors of #8D8A72
Black with #8D8A72
Text Example
Text Example
White with #8D8A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8A72; }
p { color: rgb(141,138,114); }
H1.HeaderClassName
{
color: #8D8A72;
}
.AnyTagClassName
{
color: #8D8A72;
}
</style>
background-color css
<style>
a { background-color: #8D8A72; }
a { background-color: rgb(141,138,114); }
div.DivClassName
{
background-color: #8D8A72;
}
.BgClassName
{
background-color: #8D8A72;
}
</style>
border-color css
<style>
span { border-color: #8D8A72; }
span { border-color: rgb(141,138,114); }
td.TdClassName
{
border-color: #8D8A72;
}
.TagClassName
{
border-color: #8D8A72;
}
</style>