Shades of Schooner #8D857E
Tints of Schooner #8D857E
RGB
CMYK
RGB Variations
Color information
#8D857E (or 0x8D857E) is known color: Schooner. HEX triplet: 8D, 85 and 7E. RGB value is (141,133,126). Sum of RGB (Red+Green+Blue) = 141+133+126=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D857E is #727A81. Grayscale: #868686. Windows color (decimal): -7502466 or 8291725. OLE color: 8291725.
HSL color Cylindrical-coordinate representation of color #8D857E: hue angle of 28º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D857E is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 126 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.45 |
| HSL | 28º | 0.06% | 0.52% | - |
| HSV(B) | 28º | 0.11% | 0.55% | - |
| XYZ | 23.14 | 23.94 | 23.14 | - |
| YUV | 134.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 126 | 0 | 0.06 | 0.11 | 0.45 | 28 | 0.06 | 0.52 |
| Hex | 8D | 85 | 7E | 0 | 6 | B | 2D | 1C | 6 | 34 |
| Octal | 215 | 205 | 176 | 0 | 6 | 13 | 55 | 34 | 6 | 64 |
| Binary | 10001101 | 10000101 | 1111110 | 0 | 110 | 1011 | 101101 | 11100 | 110 | 110100 |
Color Harmonies of #8D857E
Complementary color
Monochromatic Colors of #8D857E
Black with #8D857E
Text Example
Text Example
White with #8D857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D857E; }
p { color: rgb(141,133,126); }
H1.HeaderClassName
{
color: #8D857E;
}
.AnyTagClassName
{
color: #8D857E;
}
</style>
background-color css
<style>
a { background-color: #8D857E; }
a { background-color: rgb(141,133,126); }
div.DivClassName
{
background-color: #8D857E;
}
.BgClassName
{
background-color: #8D857E;
}
</style>
border-color css
<style>
span { border-color: #8D857E; }
span { border-color: rgb(141,133,126); }
td.TdClassName
{
border-color: #8D857E;
}
.TagClassName
{
border-color: #8D857E;
}
</style>