Shades of Schooner #8F887F
Tints of Schooner #8F887F
RGB
CMYK
RGB Variations
Color information
#8F887F (or 0x8F887F) is known color: Schooner. HEX triplet: 8F, 88 and 7F. RGB value is (143,136,127). Sum of RGB (Red+Green+Blue) = 143+136+127=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 143 - color contains mainly: red. Hex color #8F887F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F887F is #707780. Grayscale: #898989. Windows color (decimal): -7370625 or 8358031. OLE color: 8358031.
HSL color Cylindrical-coordinate representation of color #8F887F: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F887F is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 127 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.44 |
| HSL | 33.75º | 0.07% | 0.53% | - |
| HSV(B) | 33.75º | 0.11% | 0.56% | - |
| XYZ | 23.96 | 24.98 | 23.64 | - |
| YUV | 137.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 127 | 0 | 0.05 | 0.11 | 0.44 | 33.75 | 0.07 | 0.53 |
| Hex | 8F | 88 | 7F | 0 | 5 | B | 2C | 22 | 7 | 35 |
| Octal | 217 | 210 | 177 | 0 | 5 | 13 | 54 | 42 | 7 | 65 |
| Binary | 10001111 | 10001000 | 1111111 | 0 | 101 | 1011 | 101100 | 100010 | 111 | 110101 |
Color Harmonies of #8F887F
Complementary color
Monochromatic Colors of #8F887F
Black with #8F887F
Text Example
Text Example
White with #8F887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F887F; }
p { color: rgb(143,136,127); }
H1.HeaderClassName
{
color: #8F887F;
}
.AnyTagClassName
{
color: #8F887F;
}
</style>
background-color css
<style>
a { background-color: #8F887F; }
a { background-color: rgb(143,136,127); }
div.DivClassName
{
background-color: #8F887F;
}
.BgClassName
{
background-color: #8F887F;
}
</style>
border-color css
<style>
span { border-color: #8F887F; }
span { border-color: rgb(143,136,127); }
td.TdClassName
{
border-color: #8F887F;
}
.TagClassName
{
border-color: #8F887F;
}
</style>