Shades of Schooner #8C867D
Tints of Schooner #8C867D
RGB
CMYK
RGB Variations
Color information
#8C867D (or 0x8C867D) is known color: Schooner. HEX triplet: 8C, 86 and 7D. RGB value is (140,134,125). Sum of RGB (Red+Green+Blue) = 140+134+125=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C867D is #737982. Grayscale: #868686. Windows color (decimal): -7567747 or 8226444. OLE color: 8226444.
HSL color Cylindrical-coordinate representation of color #8C867D: hue angle of 36º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C867D is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 125 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.45 |
| HSL | 36º | 0.06% | 0.52% | - |
| HSV(B) | 36º | 0.11% | 0.55% | - |
| XYZ | 23.04 | 24.11 | 22.84 | - |
| YUV | 134.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 125 | 0 | 0.04 | 0.11 | 0.45 | 36 | 0.06 | 0.52 |
| Hex | 8C | 86 | 7D | 0 | 4 | B | 2D | 24 | 6 | 34 |
| Octal | 214 | 206 | 175 | 0 | 4 | 13 | 55 | 44 | 6 | 64 |
| Binary | 10001100 | 10000110 | 1111101 | 0 | 100 | 1011 | 101101 | 100100 | 110 | 110100 |
Color Harmonies of #8C867D
Complementary color
Monochromatic Colors of #8C867D
Black with #8C867D
Text Example
Text Example
White with #8C867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C867D; }
p { color: rgb(140,134,125); }
H1.HeaderClassName
{
color: #8C867D;
}
.AnyTagClassName
{
color: #8C867D;
}
</style>
background-color css
<style>
a { background-color: #8C867D; }
a { background-color: rgb(140,134,125); }
div.DivClassName
{
background-color: #8C867D;
}
.BgClassName
{
background-color: #8C867D;
}
</style>
border-color css
<style>
span { border-color: #8C867D; }
span { border-color: rgb(140,134,125); }
td.TdClassName
{
border-color: #8C867D;
}
.TagClassName
{
border-color: #8C867D;
}
</style>