Shades of Schist #8C8D78
Tints of Schist #8C8D78
RGB
CMYK
RGB Variations
Color information
#8C8D78 (or 0x8C8D78) is known color: Schist. HEX triplet: 8C, 8D and 78. RGB value is (140,141,120). Sum of RGB (Red+Green+Blue) = 140+141+120=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8D78 is #737287. Grayscale: #8A8A8A. Windows color (decimal): -7565960 or 7900556. OLE color: 7900556.
HSL color Cylindrical-coordinate representation of color #8C8D78: hue angle of 62.86º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C8D78 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 141 | 120 | - |
CMYK | 0.01 | 0 | 0.15 | 0.45 |
HSL | 62.86º | 0.08% | 0.51% | - |
HSV(B) | 62.86º | 0.15% | 0.55% | - |
XYZ | 23.73 | 25.98 | 21.53 | - |
YUV | 138.31 | 117.67 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 141 | 120 | 0.01 | 0 | 0.15 | 0.45 | 62.86 | 0.08 | 0.51 |
Hex | 8C | 8D | 78 | 1 | 0 | F | 2D | 3F | 8 | 33 |
Octal | 214 | 215 | 170 | 1 | 0 | 17 | 55 | 77 | 10 | 63 |
Binary | 10001100 | 10001101 | 1111000 | 1 | 0 | 1111 | 101101 | 111111 | 1000 | 110011 |
Color Harmonies of #8C8D78
Complementary color
Monochromatic Colors of #8C8D78
Black with #8C8D78
Text Example
Text Example
White with #8C8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D78; }
p { color: rgb(140,141,120); }
H1.HeaderClassName
{
color: #8C8D78;
}
.AnyTagClassName
{
color: #8C8D78;
}
</style>
background-color css
<style>
a { background-color: #8C8D78; }
a { background-color: rgb(140,141,120); }
div.DivClassName
{
background-color: #8C8D78;
}
.BgClassName
{
background-color: #8C8D78;
}
</style>
border-color css
<style>
span { border-color: #8C8D78; }
span { border-color: rgb(140,141,120); }
td.TdClassName
{
border-color: #8C8D78;
}
.TagClassName
{
border-color: #8C8D78;
}
</style>