Shades of Schooner #8D867C
Tints of Schooner #8D867C
RGB
CMYK
RGB Variations
Color information
#8D867C (or 0x8D867C) is known color: Schooner. HEX triplet: 8D, 86 and 7C. RGB value is (141,134,124). Sum of RGB (Red+Green+Blue) = 141+134+124=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D867C is #727983. Grayscale: #878787. Windows color (decimal): -7502212 or 8160909. OLE color: 8160909.
HSL color Cylindrical-coordinate representation of color #8D867C: hue angle of 35.29º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D867C is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 124 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.45 |
| HSL | 35.29º | 0.07% | 0.52% | - |
| HSV(B) | 35.29º | 0.12% | 0.55% | - |
| XYZ | 23.15 | 24.17 | 22.51 | - |
| YUV | 134.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 124 | 0 | 0.05 | 0.12 | 0.45 | 35.29 | 0.07 | 0.52 |
| Hex | 8D | 86 | 7C | 0 | 5 | C | 2D | 23 | 7 | 34 |
| Octal | 215 | 206 | 174 | 0 | 5 | 14 | 55 | 43 | 7 | 64 |
| Binary | 10001101 | 10000110 | 1111100 | 0 | 101 | 1100 | 101101 | 100011 | 111 | 110100 |
Color Harmonies of #8D867C
Complementary color
Monochromatic Colors of #8D867C
Black with #8D867C
Text Example
Text Example
White with #8D867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D867C; }
p { color: rgb(141,134,124); }
H1.HeaderClassName
{
color: #8D867C;
}
.AnyTagClassName
{
color: #8D867C;
}
</style>
background-color css
<style>
a { background-color: #8D867C; }
a { background-color: rgb(141,134,124); }
div.DivClassName
{
background-color: #8D867C;
}
.BgClassName
{
background-color: #8D867C;
}
</style>
border-color css
<style>
span { border-color: #8D867C; }
span { border-color: rgb(141,134,124); }
td.TdClassName
{
border-color: #8D867C;
}
.TagClassName
{
border-color: #8D867C;
}
</style>