Shades of Schooner #8B867E
Tints of Schooner #8B867E
RGB
CMYK
RGB Variations
Color information
#8B867E (or 0x8B867E) is known color: Schooner. HEX triplet: 8B, 86 and 7E. RGB value is (139,134,126). Sum of RGB (Red+Green+Blue) = 139+134+126=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B867E is #747981. Grayscale: #868686. Windows color (decimal): -7633282 or 8291979. OLE color: 8291979.
HSL color Cylindrical-coordinate representation of color #8B867E: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B867E is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 134 | 126 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.45 |
| HSL | 36.92º | 0.05% | 0.52% | - |
| HSV(B) | 36.92º | 0.09% | 0.55% | - |
| XYZ | 22.94 | 24.05 | 23.17 | - |
| YUV | 134.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 134 | 126 | 0 | 0.04 | 0.09 | 0.45 | 36.92 | 0.05 | 0.52 |
| Hex | 8B | 86 | 7E | 0 | 4 | 9 | 2D | 25 | 5 | 34 |
| Octal | 213 | 206 | 176 | 0 | 4 | 11 | 55 | 45 | 5 | 64 |
| Binary | 10001011 | 10000110 | 1111110 | 0 | 100 | 1001 | 101101 | 100101 | 101 | 110100 |
Color Harmonies of #8B867E
Complementary color
Monochromatic Colors of #8B867E
Black with #8B867E
Text Example
Text Example
White with #8B867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B867E; }
p { color: rgb(139,134,126); }
H1.HeaderClassName
{
color: #8B867E;
}
.AnyTagClassName
{
color: #8B867E;
}
</style>
background-color css
<style>
a { background-color: #8B867E; }
a { background-color: rgb(139,134,126); }
div.DivClassName
{
background-color: #8B867E;
}
.BgClassName
{
background-color: #8B867E;
}
</style>
border-color css
<style>
span { border-color: #8B867E; }
span { border-color: rgb(139,134,126); }
td.TdClassName
{
border-color: #8B867E;
}
.TagClassName
{
border-color: #8B867E;
}
</style>