Shades of Schooner #8F8575
Tints of Schooner #8F8575
RGB
CMYK
RGB Variations
Color information
#8F8575 (or 0x8F8575) is known color: Schooner. HEX triplet: 8F, 85 and 75. RGB value is (143,133,117). Sum of RGB (Red+Green+Blue) = 143+133+117=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8575 is #707A8A. Grayscale: #868686. Windows color (decimal): -7371403 or 7701903. OLE color: 7701903.
HSL color Cylindrical-coordinate representation of color #8F8575: hue angle of 36.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F8575 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 117 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.44 |
| HSL | 36.92º | 0.1% | 0.51% | - |
| HSV(B) | 36.92º | 0.18% | 0.56% | - |
| XYZ | 22.93 | 23.9 | 20.23 | - |
| YUV | 134.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 117 | 0 | 0.07 | 0.18 | 0.44 | 36.92 | 0.1 | 0.51 |
| Hex | 8F | 85 | 75 | 0 | 7 | 12 | 2C | 25 | A | 33 |
| Octal | 217 | 205 | 165 | 0 | 7 | 22 | 54 | 45 | 12 | 63 |
| Binary | 10001111 | 10000101 | 1110101 | 0 | 111 | 10010 | 101100 | 100101 | 1010 | 110011 |
Color Harmonies of #8F8575
Complementary color
Monochromatic Colors of #8F8575
Black with #8F8575
Text Example
Text Example
White with #8F8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8575; }
p { color: rgb(143,133,117); }
H1.HeaderClassName
{
color: #8F8575;
}
.AnyTagClassName
{
color: #8F8575;
}
</style>
background-color css
<style>
a { background-color: #8F8575; }
a { background-color: rgb(143,133,117); }
div.DivClassName
{
background-color: #8F8575;
}
.BgClassName
{
background-color: #8F8575;
}
</style>
border-color css
<style>
span { border-color: #8F8575; }
span { border-color: rgb(143,133,117); }
td.TdClassName
{
border-color: #8F8575;
}
.TagClassName
{
border-color: #8F8575;
}
</style>