Shades of Schooner #8F8273
Tints of Schooner #8F8273
RGB
CMYK
RGB Variations
Color information
#8F8273 (or 0x8F8273) is known color: Schooner. HEX triplet: 8F, 82 and 73. RGB value is (143,130,115). Sum of RGB (Red+Green+Blue) = 143+130+115=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8273 is #707D8C. Grayscale: #848484. Windows color (decimal): -7372173 or 7570063. OLE color: 7570063.
HSL color Cylindrical-coordinate representation of color #8F8273: hue angle of 32.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F8273 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 115 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.44 |
| HSL | 32.14º | 0.11% | 0.51% | - |
| HSV(B) | 32.14º | 0.2% | 0.56% | - |
| XYZ | 22.4 | 23.04 | 19.49 | - |
| YUV | 132.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 115 | 0 | 0.09 | 0.20 | 0.44 | 32.14 | 0.11 | 0.51 |
| Hex | 8F | 82 | 73 | 0 | 9 | 14 | 2C | 20 | B | 33 |
| Octal | 217 | 202 | 163 | 0 | 11 | 24 | 54 | 40 | 13 | 63 |
| Binary | 10001111 | 10000010 | 1110011 | 0 | 1001 | 10100 | 101100 | 100000 | 1011 | 110011 |
Color Harmonies of #8F8273
Complementary color
Monochromatic Colors of #8F8273
Black with #8F8273
Text Example
Text Example
White with #8F8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8273; }
p { color: rgb(143,130,115); }
H1.HeaderClassName
{
color: #8F8273;
}
.AnyTagClassName
{
color: #8F8273;
}
</style>
background-color css
<style>
a { background-color: #8F8273; }
a { background-color: rgb(143,130,115); }
div.DivClassName
{
background-color: #8F8273;
}
.BgClassName
{
background-color: #8F8273;
}
</style>
border-color css
<style>
span { border-color: #8F8273; }
span { border-color: rgb(143,130,115); }
td.TdClassName
{
border-color: #8F8273;
}
.TagClassName
{
border-color: #8F8273;
}
</style>