Shades of Schooner #8E877D
Tints of Schooner #8E877D
RGB
CMYK
RGB Variations
Color information
#8E877D (or 0x8E877D) is known color: Schooner. HEX triplet: 8E, 87 and 7D. RGB value is (142,135,125). Sum of RGB (Red+Green+Blue) = 142+135+125=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 142 - color contains mainly: red. Hex color #8E877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E877D is #717882. Grayscale: #888888. Windows color (decimal): -7436419 or 8226702. OLE color: 8226702.
HSL color Cylindrical-coordinate representation of color #8E877D: hue angle of 35.29º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E877D is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 125 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.44 |
| HSL | 35.29º | 0.07% | 0.52% | - |
| HSV(B) | 35.29º | 0.12% | 0.56% | - |
| XYZ | 23.52 | 24.56 | 22.9 | - |
| YUV | 135.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 125 | 0 | 0.05 | 0.12 | 0.44 | 35.29 | 0.07 | 0.52 |
| Hex | 8E | 87 | 7D | 0 | 5 | C | 2C | 23 | 7 | 34 |
| Octal | 216 | 207 | 175 | 0 | 5 | 14 | 54 | 43 | 7 | 64 |
| Binary | 10001110 | 10000111 | 1111101 | 0 | 101 | 1100 | 101100 | 100011 | 111 | 110100 |
Color Harmonies of #8E877D
Complementary color
Monochromatic Colors of #8E877D
Black with #8E877D
Text Example
Text Example
White with #8E877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E877D; }
p { color: rgb(142,135,125); }
H1.HeaderClassName
{
color: #8E877D;
}
.AnyTagClassName
{
color: #8E877D;
}
</style>
background-color css
<style>
a { background-color: #8E877D; }
a { background-color: rgb(142,135,125); }
div.DivClassName
{
background-color: #8E877D;
}
.BgClassName
{
background-color: #8E877D;
}
</style>
border-color css
<style>
span { border-color: #8E877D; }
span { border-color: rgb(142,135,125); }
td.TdClassName
{
border-color: #8E877D;
}
.TagClassName
{
border-color: #8E877D;
}
</style>