Shades of Schooner #8C857E
Tints of Schooner #8C857E
RGB
CMYK
RGB Variations
Color information
#8C857E (or 0x8C857E) is known color: Schooner. HEX triplet: 8C, 85 and 7E. RGB value is (140,133,126). Sum of RGB (Red+Green+Blue) = 140+133+126=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C857E is #737A81. Grayscale: #868686. Windows color (decimal): -7568002 or 8291724. OLE color: 8291724.
HSL color Cylindrical-coordinate representation of color #8C857E: hue angle of 30º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C857E is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 126 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.45 |
| HSL | 30º | 0.06% | 0.52% | - |
| HSV(B) | 30º | 0.1% | 0.55% | - |
| XYZ | 22.97 | 23.86 | 23.13 | - |
| YUV | 134.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 126 | 0 | 0.05 | 0.10 | 0.45 | 30 | 0.06 | 0.52 |
| Hex | 8C | 85 | 7E | 0 | 5 | A | 2D | 1E | 6 | 34 |
| Octal | 214 | 205 | 176 | 0 | 5 | 12 | 55 | 36 | 6 | 64 |
| Binary | 10001100 | 10000101 | 1111110 | 0 | 101 | 1010 | 101101 | 11110 | 110 | 110100 |
Color Harmonies of #8C857E
Complementary color
Monochromatic Colors of #8C857E
Black with #8C857E
Text Example
Text Example
White with #8C857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C857E; }
p { color: rgb(140,133,126); }
H1.HeaderClassName
{
color: #8C857E;
}
.AnyTagClassName
{
color: #8C857E;
}
</style>
background-color css
<style>
a { background-color: #8C857E; }
a { background-color: rgb(140,133,126); }
div.DivClassName
{
background-color: #8C857E;
}
.BgClassName
{
background-color: #8C857E;
}
</style>
border-color css
<style>
span { border-color: #8C857E; }
span { border-color: rgb(140,133,126); }
td.TdClassName
{
border-color: #8C857E;
}
.TagClassName
{
border-color: #8C857E;
}
</style>