Shades of Schooner #8C857A
Tints of Schooner #8C857A
RGB
CMYK
RGB Variations
Color information
#8C857A (or 0x8C857A) is known color: Schooner. HEX triplet: 8C, 85 and 7A. RGB value is (140,133,122). Sum of RGB (Red+Green+Blue) = 140+133+122=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C857A is #737A85. Grayscale: #858585. Windows color (decimal): -7568006 or 8029580. OLE color: 8029580.
HSL color Cylindrical-coordinate representation of color #8C857A: hue angle of 36.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C857A is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 122 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.45 |
| HSL | 36.67º | 0.07% | 0.51% | - |
| HSV(B) | 36.67º | 0.13% | 0.55% | - |
| XYZ | 22.72 | 23.76 | 21.8 | - |
| YUV | 133.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 122 | 0 | 0.05 | 0.13 | 0.45 | 36.67 | 0.07 | 0.51 |
| Hex | 8C | 85 | 7A | 0 | 5 | D | 2D | 25 | 7 | 33 |
| Octal | 214 | 205 | 172 | 0 | 5 | 15 | 55 | 45 | 7 | 63 |
| Binary | 10001100 | 10000101 | 1111010 | 0 | 101 | 1101 | 101101 | 100101 | 111 | 110011 |
Color Harmonies of #8C857A
Complementary color
Monochromatic Colors of #8C857A
Black with #8C857A
Text Example
Text Example
White with #8C857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C857A; }
p { color: rgb(140,133,122); }
H1.HeaderClassName
{
color: #8C857A;
}
.AnyTagClassName
{
color: #8C857A;
}
</style>
background-color css
<style>
a { background-color: #8C857A; }
a { background-color: rgb(140,133,122); }
div.DivClassName
{
background-color: #8C857A;
}
.BgClassName
{
background-color: #8C857A;
}
</style>
border-color css
<style>
span { border-color: #8C857A; }
span { border-color: rgb(140,133,122); }
td.TdClassName
{
border-color: #8C857A;
}
.TagClassName
{
border-color: #8C857A;
}
</style>