Shades of Schooner #8C867F
Tints of Schooner #8C867F
RGB
CMYK
RGB Variations
Color information
#8C867F (or 0x8C867F) is known color: Schooner. HEX triplet: 8C, 86 and 7F. RGB value is (140,134,127). Sum of RGB (Red+Green+Blue) = 140+134+127=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C867F is #737980. Grayscale: #878787. Windows color (decimal): -7567745 or 8357516. OLE color: 8357516.
HSL color Cylindrical-coordinate representation of color #8C867F: hue angle of 32.31º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C867F is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 127 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.45 |
| HSL | 32.31º | 0.05% | 0.52% | - |
| HSV(B) | 32.31º | 0.09% | 0.55% | - |
| XYZ | 23.17 | 24.16 | 23.52 | - |
| YUV | 135 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 127 | 0 | 0.04 | 0.09 | 0.45 | 32.31 | 0.05 | 0.52 |
| Hex | 8C | 86 | 7F | 0 | 4 | 9 | 2D | 20 | 5 | 34 |
| Octal | 214 | 206 | 177 | 0 | 4 | 11 | 55 | 40 | 5 | 64 |
| Binary | 10001100 | 10000110 | 1111111 | 0 | 100 | 1001 | 101101 | 100000 | 101 | 110100 |
Color Harmonies of #8C867F
Complementary color
Monochromatic Colors of #8C867F
Black with #8C867F
Text Example
Text Example
White with #8C867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C867F; }
p { color: rgb(140,134,127); }
H1.HeaderClassName
{
color: #8C867F;
}
.AnyTagClassName
{
color: #8C867F;
}
</style>
background-color css
<style>
a { background-color: #8C867F; }
a { background-color: rgb(140,134,127); }
div.DivClassName
{
background-color: #8C867F;
}
.BgClassName
{
background-color: #8C867F;
}
</style>
border-color css
<style>
span { border-color: #8C867F; }
span { border-color: rgb(140,134,127); }
td.TdClassName
{
border-color: #8C867F;
}
.TagClassName
{
border-color: #8C867F;
}
</style>