Shades of Schooner #8F867A
Tints of Schooner #8F867A
RGB
CMYK
RGB Variations
Color information
#8F867A (or 0x8F867A) is known color: Schooner. HEX triplet: 8F, 86 and 7A. RGB value is (143,134,122). Sum of RGB (Red+Green+Blue) = 143+134+122=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 143 - color contains mainly: red. Hex color #8F867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F867A is #707985. Grayscale: #878787. Windows color (decimal): -7371142 or 8029839. OLE color: 8029839.
HSL color Cylindrical-coordinate representation of color #8F867A: hue angle of 34.29º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F867A is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 122 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.44 |
| HSL | 34.29º | 0.09% | 0.52% | - |
| HSV(B) | 34.29º | 0.15% | 0.56% | - |
| XYZ | 23.37 | 24.29 | 21.87 | - |
| YUV | 135.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 122 | 0 | 0.06 | 0.15 | 0.44 | 34.29 | 0.09 | 0.52 |
| Hex | 8F | 86 | 7A | 0 | 6 | F | 2C | 22 | 9 | 34 |
| Octal | 217 | 206 | 172 | 0 | 6 | 17 | 54 | 42 | 11 | 64 |
| Binary | 10001111 | 10000110 | 1111010 | 0 | 110 | 1111 | 101100 | 100010 | 1001 | 110100 |
Color Harmonies of #8F867A
Complementary color
Monochromatic Colors of #8F867A
Black with #8F867A
Text Example
Text Example
White with #8F867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F867A; }
p { color: rgb(143,134,122); }
H1.HeaderClassName
{
color: #8F867A;
}
.AnyTagClassName
{
color: #8F867A;
}
</style>
background-color css
<style>
a { background-color: #8F867A; }
a { background-color: rgb(143,134,122); }
div.DivClassName
{
background-color: #8F867A;
}
.BgClassName
{
background-color: #8F867A;
}
</style>
border-color css
<style>
span { border-color: #8F867A; }
span { border-color: rgb(143,134,122); }
td.TdClassName
{
border-color: #8F867A;
}
.TagClassName
{
border-color: #8F867A;
}
</style>