Shades of Schooner #8F8570
Tints of Schooner #8F8570
RGB
CMYK
RGB Variations
Color information
#8F8570 (or 0x8F8570) is known color: Schooner. HEX triplet: 8F, 85 and 70. RGB value is (143,133,112). Sum of RGB (Red+Green+Blue) = 143+133+112=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8570 is #707A8F. Grayscale: #858585. Windows color (decimal): -7371408 or 7374223. OLE color: 7374223.
HSL color Cylindrical-coordinate representation of color #8F8570: hue angle of 40.65º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F8570 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 112 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.44 |
| HSL | 40.65º | 0.12% | 0.5% | - |
| HSV(B) | 40.65º | 0.22% | 0.56% | - |
| XYZ | 22.64 | 23.78 | 18.73 | - |
| YUV | 133.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 112 | 0 | 0.07 | 0.22 | 0.44 | 40.65 | 0.12 | 0.5 |
| Hex | 8F | 85 | 70 | 0 | 7 | 16 | 2C | 29 | C | 32 |
| Octal | 217 | 205 | 160 | 0 | 7 | 26 | 54 | 51 | 14 | 62 |
| Binary | 10001111 | 10000101 | 1110000 | 0 | 111 | 10110 | 101100 | 101001 | 1100 | 110010 |
Color Harmonies of #8F8570
Complementary color
Monochromatic Colors of #8F8570
Black with #8F8570
Text Example
Text Example
White with #8F8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8570; }
p { color: rgb(143,133,112); }
H1.HeaderClassName
{
color: #8F8570;
}
.AnyTagClassName
{
color: #8F8570;
}
</style>
background-color css
<style>
a { background-color: #8F8570; }
a { background-color: rgb(143,133,112); }
div.DivClassName
{
background-color: #8F8570;
}
.BgClassName
{
background-color: #8F8570;
}
</style>
border-color css
<style>
span { border-color: #8F8570; }
span { border-color: rgb(143,133,112); }
td.TdClassName
{
border-color: #8F8570;
}
.TagClassName
{
border-color: #8F8570;
}
</style>