Shades of Schooner #8C857D
Tints of Schooner #8C857D
RGB
CMYK
RGB Variations
Color information
#8C857D (or 0x8C857D) is known color: Schooner. HEX triplet: 8C, 85 and 7D. RGB value is (140,133,125). Sum of RGB (Red+Green+Blue) = 140+133+125=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 140 - color contains mainly: red. Hex color #8C857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C857D is #737A82. Grayscale: #868686. Windows color (decimal): -7568003 or 8226188. OLE color: 8226188.
HSL color Cylindrical-coordinate representation of color #8C857D: hue angle of 32º 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 #8C857D is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 125 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.45 |
| HSL | 32º | 0.06% | 0.52% | - |
| HSV(B) | 32º | 0.11% | 0.55% | - |
| XYZ | 22.9 | 23.83 | 22.79 | - |
| YUV | 134.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 125 | 0 | 0.05 | 0.11 | 0.45 | 32 | 0.06 | 0.52 |
| Hex | 8C | 85 | 7D | 0 | 5 | B | 2D | 20 | 6 | 34 |
| Octal | 214 | 205 | 175 | 0 | 5 | 13 | 55 | 40 | 6 | 64 |
| Binary | 10001100 | 10000101 | 1111101 | 0 | 101 | 1011 | 101101 | 100000 | 110 | 110100 |
Color Harmonies of #8C857D
Complementary color
Monochromatic Colors of #8C857D
Black with #8C857D
Text Example
Text Example
White with #8C857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C857D; }
p { color: rgb(140,133,125); }
H1.HeaderClassName
{
color: #8C857D;
}
.AnyTagClassName
{
color: #8C857D;
}
</style>
background-color css
<style>
a { background-color: #8C857D; }
a { background-color: rgb(140,133,125); }
div.DivClassName
{
background-color: #8C857D;
}
.BgClassName
{
background-color: #8C857D;
}
</style>
border-color css
<style>
span { border-color: #8C857D; }
span { border-color: rgb(140,133,125); }
td.TdClassName
{
border-color: #8C857D;
}
.TagClassName
{
border-color: #8C857D;
}
</style>