Shades of Schooner #8F877C
Tints of Schooner #8F877C
RGB
CMYK
RGB Variations
Color information
#8F877C (or 0x8F877C) is known color: Schooner. HEX triplet: 8F, 87 and 7C. RGB value is (143,135,124). Sum of RGB (Red+Green+Blue) = 143+135+124=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 143 - color contains mainly: red. Hex color #8F877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F877C is #707883. Grayscale: #888888. Windows color (decimal): -7370884 or 8161167. OLE color: 8161167.
HSL color Cylindrical-coordinate representation of color #8F877C: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F877C is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 124 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.44 |
| HSL | 34.74º | 0.08% | 0.52% | - |
| HSV(B) | 34.74º | 0.13% | 0.56% | - |
| XYZ | 23.63 | 24.62 | 22.58 | - |
| YUV | 136.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 124 | 0 | 0.06 | 0.13 | 0.44 | 34.74 | 0.08 | 0.52 |
| Hex | 8F | 87 | 7C | 0 | 6 | D | 2C | 23 | 8 | 34 |
| Octal | 217 | 207 | 174 | 0 | 6 | 15 | 54 | 43 | 10 | 64 |
| Binary | 10001111 | 10000111 | 1111100 | 0 | 110 | 1101 | 101100 | 100011 | 1000 | 110100 |
Color Harmonies of #8F877C
Complementary color
Monochromatic Colors of #8F877C
Black with #8F877C
Text Example
Text Example
White with #8F877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F877C; }
p { color: rgb(143,135,124); }
H1.HeaderClassName
{
color: #8F877C;
}
.AnyTagClassName
{
color: #8F877C;
}
</style>
background-color css
<style>
a { background-color: #8F877C; }
a { background-color: rgb(143,135,124); }
div.DivClassName
{
background-color: #8F877C;
}
.BgClassName
{
background-color: #8F877C;
}
</style>
border-color css
<style>
span { border-color: #8F877C; }
span { border-color: rgb(143,135,124); }
td.TdClassName
{
border-color: #8F877C;
}
.TagClassName
{
border-color: #8F877C;
}
</style>