Shades of Schooner #8F8275
Tints of Schooner #8F8275
RGB
CMYK
RGB Variations
Color information
#8F8275 (or 0x8F8275) is known color: Schooner. HEX triplet: 8F, 82 and 75. RGB value is (143,130,117). Sum of RGB (Red+Green+Blue) = 143+130+117=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8275 is #707D8A. Grayscale: #848484. Windows color (decimal): -7372171 or 7701135. OLE color: 7701135.
HSL color Cylindrical-coordinate representation of color #8F8275: hue angle of 30º 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 #8F8275 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 117 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.44 |
| HSL | 30º | 0.1% | 0.51% | - |
| HSV(B) | 30º | 0.18% | 0.56% | - |
| XYZ | 22.52 | 23.09 | 20.1 | - |
| YUV | 132.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 117 | 0 | 0.09 | 0.18 | 0.44 | 30 | 0.1 | 0.51 |
| Hex | 8F | 82 | 75 | 0 | 9 | 12 | 2C | 1E | A | 33 |
| Octal | 217 | 202 | 165 | 0 | 11 | 22 | 54 | 36 | 12 | 63 |
| Binary | 10001111 | 10000010 | 1110101 | 0 | 1001 | 10010 | 101100 | 11110 | 1010 | 110011 |
Color Harmonies of #8F8275
Complementary color
Monochromatic Colors of #8F8275
Black with #8F8275
Text Example
Text Example
White with #8F8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8275; }
p { color: rgb(143,130,117); }
H1.HeaderClassName
{
color: #8F8275;
}
.AnyTagClassName
{
color: #8F8275;
}
</style>
background-color css
<style>
a { background-color: #8F8275; }
a { background-color: rgb(143,130,117); }
div.DivClassName
{
background-color: #8F8275;
}
.BgClassName
{
background-color: #8F8275;
}
</style>
border-color css
<style>
span { border-color: #8F8275; }
span { border-color: rgb(143,130,117); }
td.TdClassName
{
border-color: #8F8275;
}
.TagClassName
{
border-color: #8F8275;
}
</style>