Shades of Schooner #8F877F
Tints of Schooner #8F877F
RGB
CMYK
RGB Variations
Color information
#8F877F (or 0x8F877F) is known color: Schooner. HEX triplet: 8F, 87 and 7F. RGB value is (143,135,127). Sum of RGB (Red+Green+Blue) = 143+135+127=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F877F is #707880. Grayscale: #888888. Windows color (decimal): -7370881 or 8357775. OLE color: 8357775.
HSL color Cylindrical-coordinate representation of color #8F877F: hue angle of 30º 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 #8F877F is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 127 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.44 |
| HSL | 30º | 0.07% | 0.53% | - |
| HSV(B) | 30º | 0.11% | 0.56% | - |
| XYZ | 23.82 | 24.7 | 23.59 | - |
| YUV | 136.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 127 | 0 | 0.06 | 0.11 | 0.44 | 30 | 0.07 | 0.53 |
| Hex | 8F | 87 | 7F | 0 | 6 | B | 2C | 1E | 7 | 35 |
| Octal | 217 | 207 | 177 | 0 | 6 | 13 | 54 | 36 | 7 | 65 |
| Binary | 10001111 | 10000111 | 1111111 | 0 | 110 | 1011 | 101100 | 11110 | 111 | 110101 |
Color Harmonies of #8F877F
Complementary color
Monochromatic Colors of #8F877F
Black with #8F877F
Text Example
Text Example
White with #8F877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F877F; }
p { color: rgb(143,135,127); }
H1.HeaderClassName
{
color: #8F877F;
}
.AnyTagClassName
{
color: #8F877F;
}
</style>
background-color css
<style>
a { background-color: #8F877F; }
a { background-color: rgb(143,135,127); }
div.DivClassName
{
background-color: #8F877F;
}
.BgClassName
{
background-color: #8F877F;
}
</style>
border-color css
<style>
span { border-color: #8F877F; }
span { border-color: rgb(143,135,127); }
td.TdClassName
{
border-color: #8F877F;
}
.TagClassName
{
border-color: #8F877F;
}
</style>