Shades of Schooner #8D857A
Tints of Schooner #8D857A
RGB
CMYK
RGB Variations
Color information
#8D857A (or 0x8D857A) is known color: Schooner. HEX triplet: 8D, 85 and 7A. RGB value is (141,133,122). Sum of RGB (Red+Green+Blue) = 141+133+122=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D857A is #727A85. Grayscale: #868686. Windows color (decimal): -7502470 or 8029581. OLE color: 8029581.
HSL color Cylindrical-coordinate representation of color #8D857A: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D857A is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 122 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.45 |
| HSL | 34.74º | 0.08% | 0.52% | - |
| HSV(B) | 34.74º | 0.13% | 0.55% | - |
| XYZ | 22.88 | 23.84 | 21.81 | - |
| YUV | 134.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 122 | 0 | 0.06 | 0.13 | 0.45 | 34.74 | 0.08 | 0.52 |
| Hex | 8D | 85 | 7A | 0 | 6 | D | 2D | 23 | 8 | 34 |
| Octal | 215 | 205 | 172 | 0 | 6 | 15 | 55 | 43 | 10 | 64 |
| Binary | 10001101 | 10000101 | 1111010 | 0 | 110 | 1101 | 101101 | 100011 | 1000 | 110100 |
Color Harmonies of #8D857A
Complementary color
Monochromatic Colors of #8D857A
Black with #8D857A
Text Example
Text Example
White with #8D857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D857A; }
p { color: rgb(141,133,122); }
H1.HeaderClassName
{
color: #8D857A;
}
.AnyTagClassName
{
color: #8D857A;
}
</style>
background-color css
<style>
a { background-color: #8D857A; }
a { background-color: rgb(141,133,122); }
div.DivClassName
{
background-color: #8D857A;
}
.BgClassName
{
background-color: #8D857A;
}
</style>
border-color css
<style>
span { border-color: #8D857A; }
span { border-color: rgb(141,133,122); }
td.TdClassName
{
border-color: #8D857A;
}
.TagClassName
{
border-color: #8D857A;
}
</style>