Shades of Schooner #8C847C
Tints of Schooner #8C847C
RGB
CMYK
RGB Variations
Color information
#8C847C (or 0x8C847C) is known color: Schooner. HEX triplet: 8C, 84 and 7C. RGB value is (140,132,124). Sum of RGB (Red+Green+Blue) = 140+132+124=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C847C is #737B83. Grayscale: #858585. Windows color (decimal): -7568260 or 8160396. OLE color: 8160396.
HSL color Cylindrical-coordinate representation of color #8C847C: hue angle of 30º degrees, saturation: 0.07, 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 #8C847C is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 124 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.45 |
| HSL | 30º | 0.07% | 0.52% | - |
| HSV(B) | 30º | 0.11% | 0.55% | - |
| XYZ | 22.7 | 23.53 | 22.41 | - |
| YUV | 133.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 124 | 0 | 0.06 | 0.11 | 0.45 | 30 | 0.07 | 0.52 |
| Hex | 8C | 84 | 7C | 0 | 6 | B | 2D | 1E | 7 | 34 |
| Octal | 214 | 204 | 174 | 0 | 6 | 13 | 55 | 36 | 7 | 64 |
| Binary | 10001100 | 10000100 | 1111100 | 0 | 110 | 1011 | 101101 | 11110 | 111 | 110100 |
Color Harmonies of #8C847C
Complementary color
Monochromatic Colors of #8C847C
Black with #8C847C
Text Example
Text Example
White with #8C847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C847C; }
p { color: rgb(140,132,124); }
H1.HeaderClassName
{
color: #8C847C;
}
.AnyTagClassName
{
color: #8C847C;
}
</style>
background-color css
<style>
a { background-color: #8C847C; }
a { background-color: rgb(140,132,124); }
div.DivClassName
{
background-color: #8C847C;
}
.BgClassName
{
background-color: #8C847C;
}
</style>
border-color css
<style>
span { border-color: #8C847C; }
span { border-color: rgb(140,132,124); }
td.TdClassName
{
border-color: #8C847C;
}
.TagClassName
{
border-color: #8C847C;
}
</style>