Shades of Schist #8C8D75
Tints of Schist #8C8D75
RGB
CMYK
RGB Variations
Color information
#8C8D75 (or 0x8C8D75) is known color: Schist. HEX triplet: 8C, 8D and 75. RGB value is (140,141,117). Sum of RGB (Red+Green+Blue) = 140+141+117=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8D75 is #73728A. Grayscale: #8A8A8A. Windows color (decimal): -7565963 or 7703948. OLE color: 7703948.
HSL color Cylindrical-coordinate representation of color #8C8D75: hue angle of 62.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C8D75 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 141 | 117 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.45 |
| HSL | 62.5º | 0.1% | 0.51% | - |
| HSV(B) | 62.5º | 0.17% | 0.55% | - |
| XYZ | 23.55 | 25.91 | 20.59 | - |
| YUV | 137.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 117 | 0.01 | 0 | 0.17 | 0.45 | 62.5 | 0.1 | 0.51 |
| Hex | 8C | 8D | 75 | 1 | 0 | 11 | 2D | 3F | A | 33 |
| Octal | 214 | 215 | 165 | 1 | 0 | 21 | 55 | 77 | 12 | 63 |
| Binary | 10001100 | 10001101 | 1110101 | 1 | 0 | 10001 | 101101 | 111111 | 1010 | 110011 |
Color Harmonies of #8C8D75
Complementary color
Monochromatic Colors of #8C8D75
Black with #8C8D75
Text Example
Text Example
White with #8C8D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D75; }
p { color: rgb(140,141,117); }
H1.HeaderClassName
{
color: #8C8D75;
}
.AnyTagClassName
{
color: #8C8D75;
}
</style>
background-color css
<style>
a { background-color: #8C8D75; }
a { background-color: rgb(140,141,117); }
div.DivClassName
{
background-color: #8C8D75;
}
.BgClassName
{
background-color: #8C8D75;
}
</style>
border-color css
<style>
span { border-color: #8C8D75; }
span { border-color: rgb(140,141,117); }
td.TdClassName
{
border-color: #8C8D75;
}
.TagClassName
{
border-color: #8C8D75;
}
</style>