Shades of Schist #8C8C73
Tints of Schist #8C8C73
RGB
CMYK
RGB Variations
Color information
#8C8C73 (or 0x8C8C73) is known color: Schist. HEX triplet: 8C, 8C and 73. RGB value is (140,140,115). Sum of RGB (Red+Green+Blue) = 140+140+115=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8C73 is #73738C. Grayscale: #898989. Windows color (decimal): -7566221 or 7572620. OLE color: 7572620.
HSL color Cylindrical-coordinate representation of color #8C8C73: hue angle of 60º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8C73 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 140 | 115 | - |
CMYK | 0 | 0 | 0.18 | 0.45 |
HSL | 60º | 0.1% | 0.5% | - |
HSV(B) | 60º | 0.18% | 0.55% | - |
XYZ | 23.29 | 25.57 | 19.93 | - |
YUV | 137.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 140 | 115 | 0 | 0 | 0.18 | 0.45 | 60 | 0.1 | 0.5 |
Hex | 8C | 8C | 73 | 0 | 0 | 12 | 2D | 3C | A | 32 |
Octal | 214 | 214 | 163 | 0 | 0 | 22 | 55 | 74 | 12 | 62 |
Binary | 10001100 | 10001100 | 1110011 | 0 | 0 | 10010 | 101101 | 111100 | 1010 | 110010 |
Color Harmonies of #8C8C73
Complementary color
Monochromatic Colors of #8C8C73
Black with #8C8C73
Text Example
Text Example
White with #8C8C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8C73; }
p { color: rgb(140,140,115); }
H1.HeaderClassName
{
color: #8C8C73;
}
.AnyTagClassName
{
color: #8C8C73;
}
</style>
background-color css
<style>
a { background-color: #8C8C73; }
a { background-color: rgb(140,140,115); }
div.DivClassName
{
background-color: #8C8C73;
}
.BgClassName
{
background-color: #8C8C73;
}
</style>
border-color css
<style>
span { border-color: #8C8C73; }
span { border-color: rgb(140,140,115); }
td.TdClassName
{
border-color: #8C8C73;
}
.TagClassName
{
border-color: #8C8C73;
}
</style>