Shades of Schooner #8D857B
Tints of Schooner #8D857B
RGB
CMYK
RGB Variations
Color information
#8D857B (or 0x8D857B) is known color: Schooner. HEX triplet: 8D, 85 and 7B. RGB value is (141,133,123). Sum of RGB (Red+Green+Blue) = 141+133+123=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D857B is #727A84. Grayscale: #868686. Windows color (decimal): -7502469 or 8095117. OLE color: 8095117.
HSL color Cylindrical-coordinate representation of color #8D857B: hue angle of 33.33º degrees, saturation: 0.07, 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 #8D857B is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 123 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.45 |
| HSL | 33.33º | 0.07% | 0.52% | - |
| HSV(B) | 33.33º | 0.13% | 0.55% | - |
| XYZ | 22.95 | 23.87 | 22.14 | - |
| YUV | 134.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 123 | 0 | 0.06 | 0.13 | 0.45 | 33.33 | 0.07 | 0.52 |
| Hex | 8D | 85 | 7B | 0 | 6 | D | 2D | 21 | 7 | 34 |
| Octal | 215 | 205 | 173 | 0 | 6 | 15 | 55 | 41 | 7 | 64 |
| Binary | 10001101 | 10000101 | 1111011 | 0 | 110 | 1101 | 101101 | 100001 | 111 | 110100 |
Color Harmonies of #8D857B
Complementary color
Monochromatic Colors of #8D857B
Black with #8D857B
Text Example
Text Example
White with #8D857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D857B; }
p { color: rgb(141,133,123); }
H1.HeaderClassName
{
color: #8D857B;
}
.AnyTagClassName
{
color: #8D857B;
}
</style>
background-color css
<style>
a { background-color: #8D857B; }
a { background-color: rgb(141,133,123); }
div.DivClassName
{
background-color: #8D857B;
}
.BgClassName
{
background-color: #8D857B;
}
</style>
border-color css
<style>
span { border-color: #8D857B; }
span { border-color: rgb(141,133,123); }
td.TdClassName
{
border-color: #8D857B;
}
.TagClassName
{
border-color: #8D857B;
}
</style>