Shades of Schooner #8F847A
Tints of Schooner #8F847A
RGB
CMYK
RGB Variations
Color information
#8F847A (or 0x8F847A) is known color: Schooner. HEX triplet: 8F, 84 and 7A. RGB value is (143,132,122). Sum of RGB (Red+Green+Blue) = 143+132+122=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F847A is #707B85. Grayscale: #868686. Windows color (decimal): -7371654 or 8029327. OLE color: 8029327.
HSL color Cylindrical-coordinate representation of color #8F847A: hue angle of 28.57º 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 #8F847A is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 122 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.44 |
| HSL | 28.57º | 0.09% | 0.52% | - |
| HSV(B) | 28.57º | 0.15% | 0.56% | - |
| XYZ | 23.09 | 23.75 | 21.78 | - |
| YUV | 134.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 122 | 0 | 0.08 | 0.15 | 0.44 | 28.57 | 0.09 | 0.52 |
| Hex | 8F | 84 | 7A | 0 | 8 | F | 2C | 1D | 9 | 34 |
| Octal | 217 | 204 | 172 | 0 | 10 | 17 | 54 | 35 | 11 | 64 |
| Binary | 10001111 | 10000100 | 1111010 | 0 | 1000 | 1111 | 101100 | 11101 | 1001 | 110100 |
Color Harmonies of #8F847A
Complementary color
Monochromatic Colors of #8F847A
Black with #8F847A
Text Example
Text Example
White with #8F847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F847A; }
p { color: rgb(143,132,122); }
H1.HeaderClassName
{
color: #8F847A;
}
.AnyTagClassName
{
color: #8F847A;
}
</style>
background-color css
<style>
a { background-color: #8F847A; }
a { background-color: rgb(143,132,122); }
div.DivClassName
{
background-color: #8F847A;
}
.BgClassName
{
background-color: #8F847A;
}
</style>
border-color css
<style>
span { border-color: #8F847A; }
span { border-color: rgb(143,132,122); }
td.TdClassName
{
border-color: #8F847A;
}
.TagClassName
{
border-color: #8F847A;
}
</style>