Shades of Schooner #8D867B
Tints of Schooner #8D867B
RGB
CMYK
RGB Variations
Color information
#8D867B (or 0x8D867B) is known color: Schooner. HEX triplet: 8D, 86 and 7B. RGB value is (141,134,123). Sum of RGB (Red+Green+Blue) = 141+134+123=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D867B is #727984. Grayscale: #868686. Windows color (decimal): -7502213 or 8095373. OLE color: 8095373.
HSL color Cylindrical-coordinate representation of color #8D867B: hue angle of 36.67º 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 #8D867B is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 123 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.45 |
| HSL | 36.67º | 0.07% | 0.52% | - |
| HSV(B) | 36.67º | 0.13% | 0.55% | - |
| XYZ | 23.08 | 24.14 | 22.18 | - |
| YUV | 134.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 123 | 0 | 0.05 | 0.13 | 0.45 | 36.67 | 0.07 | 0.52 |
| Hex | 8D | 86 | 7B | 0 | 5 | D | 2D | 25 | 7 | 34 |
| Octal | 215 | 206 | 173 | 0 | 5 | 15 | 55 | 45 | 7 | 64 |
| Binary | 10001101 | 10000110 | 1111011 | 0 | 101 | 1101 | 101101 | 100101 | 111 | 110100 |
Color Harmonies of #8D867B
Complementary color
Monochromatic Colors of #8D867B
Black with #8D867B
Text Example
Text Example
White with #8D867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D867B; }
p { color: rgb(141,134,123); }
H1.HeaderClassName
{
color: #8D867B;
}
.AnyTagClassName
{
color: #8D867B;
}
</style>
background-color css
<style>
a { background-color: #8D867B; }
a { background-color: rgb(141,134,123); }
div.DivClassName
{
background-color: #8D867B;
}
.BgClassName
{
background-color: #8D867B;
}
</style>
border-color css
<style>
span { border-color: #8D867B; }
span { border-color: rgb(141,134,123); }
td.TdClassName
{
border-color: #8D867B;
}
.TagClassName
{
border-color: #8D867B;
}
</style>