Shades of Schooner #8D847C
Tints of Schooner #8D847C
RGB
CMYK
RGB Variations
Color information
#8D847C (or 0x8D847C) is known color: Schooner. HEX triplet: 8D, 84 and 7C. RGB value is (141,132,124). Sum of RGB (Red+Green+Blue) = 141+132+124=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D847C is #727B83. Grayscale: #858585. Windows color (decimal): -7502724 or 8160397. OLE color: 8160397.
HSL color Cylindrical-coordinate representation of color #8D847C: hue angle of 28.24º 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 #8D847C is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 124 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.45 |
| HSL | 28.24º | 0.07% | 0.52% | - |
| HSV(B) | 28.24º | 0.12% | 0.55% | - |
| XYZ | 22.87 | 23.62 | 22.42 | - |
| YUV | 133.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 124 | 0 | 0.06 | 0.12 | 0.45 | 28.24 | 0.07 | 0.52 |
| Hex | 8D | 84 | 7C | 0 | 6 | C | 2D | 1C | 7 | 34 |
| Octal | 215 | 204 | 174 | 0 | 6 | 14 | 55 | 34 | 7 | 64 |
| Binary | 10001101 | 10000100 | 1111100 | 0 | 110 | 1100 | 101101 | 11100 | 111 | 110100 |
Color Harmonies of #8D847C
Complementary color
Monochromatic Colors of #8D847C
Black with #8D847C
Text Example
Text Example
White with #8D847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D847C; }
p { color: rgb(141,132,124); }
H1.HeaderClassName
{
color: #8D847C;
}
.AnyTagClassName
{
color: #8D847C;
}
</style>
background-color css
<style>
a { background-color: #8D847C; }
a { background-color: rgb(141,132,124); }
div.DivClassName
{
background-color: #8D847C;
}
.BgClassName
{
background-color: #8D847C;
}
</style>
border-color css
<style>
span { border-color: #8D847C; }
span { border-color: rgb(141,132,124); }
td.TdClassName
{
border-color: #8D847C;
}
.TagClassName
{
border-color: #8D847C;
}
</style>