Shades of Schist #8C8B77
Tints of Schist #8C8B77
RGB
CMYK
RGB Variations
Color information
#8C8B77 (or 0x8C8B77) is known color: Schist. HEX triplet: 8C, 8B and 77. RGB value is (140,139,119). Sum of RGB (Red+Green+Blue) = 140+139+119=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8B77 is #737488. Grayscale: #898989. Windows color (decimal): -7566473 or 7834508. OLE color: 7834508.
HSL color Cylindrical-coordinate representation of color #8C8B77: hue angle of 57.14º 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 #8C8B77 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 139 | 119 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.45 |
| HSL | 57.14º | 0.08% | 0.51% | - |
| HSV(B) | 57.14º | 0.15% | 0.55% | - |
| XYZ | 23.38 | 25.37 | 21.12 | - |
| YUV | 137.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 119 | 0 | 0.01 | 0.15 | 0.45 | 57.14 | 0.08 | 0.51 |
| Hex | 8C | 8B | 77 | 0 | 1 | F | 2D | 39 | 8 | 33 |
| Octal | 214 | 213 | 167 | 0 | 1 | 17 | 55 | 71 | 10 | 63 |
| Binary | 10001100 | 10001011 | 1110111 | 0 | 1 | 1111 | 101101 | 111001 | 1000 | 110011 |
Color Harmonies of #8C8B77
Complementary color
Monochromatic Colors of #8C8B77
Black with #8C8B77
Text Example
Text Example
White with #8C8B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B77; }
p { color: rgb(140,139,119); }
H1.HeaderClassName
{
color: #8C8B77;
}
.AnyTagClassName
{
color: #8C8B77;
}
</style>
background-color css
<style>
a { background-color: #8C8B77; }
a { background-color: rgb(140,139,119); }
div.DivClassName
{
background-color: #8C8B77;
}
.BgClassName
{
background-color: #8C8B77;
}
</style>
border-color css
<style>
span { border-color: #8C8B77; }
span { border-color: rgb(140,139,119); }
td.TdClassName
{
border-color: #8C8B77;
}
.TagClassName
{
border-color: #8C8B77;
}
</style>