Shades of Schooner #8E8577
Tints of Schooner #8E8577
RGB
CMYK
RGB Variations
Color information
#8E8577 (or 0x8E8577) is known color: Schooner. HEX triplet: 8E, 85 and 77. RGB value is (142,133,119). Sum of RGB (Red+Green+Blue) = 142+133+119=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8577 is #717A88. Grayscale: #868686. Windows color (decimal): -7436937 or 7832974. OLE color: 7832974.
HSL color Cylindrical-coordinate representation of color #8E8577: hue angle of 36.52º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E8577 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 119 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.44 |
| HSL | 36.52º | 0.09% | 0.51% | - |
| HSV(B) | 36.52º | 0.16% | 0.56% | - |
| XYZ | 22.87 | 23.86 | 20.85 | - |
| YUV | 134.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 119 | 0 | 0.06 | 0.16 | 0.44 | 36.52 | 0.09 | 0.51 |
| Hex | 8E | 85 | 77 | 0 | 6 | 10 | 2C | 25 | 9 | 33 |
| Octal | 216 | 205 | 167 | 0 | 6 | 20 | 54 | 45 | 11 | 63 |
| Binary | 10001110 | 10000101 | 1110111 | 0 | 110 | 10000 | 101100 | 100101 | 1001 | 110011 |
Color Harmonies of #8E8577
Complementary color
Monochromatic Colors of #8E8577
Black with #8E8577
Text Example
Text Example
White with #8E8577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8577; }
p { color: rgb(142,133,119); }
H1.HeaderClassName
{
color: #8E8577;
}
.AnyTagClassName
{
color: #8E8577;
}
</style>
background-color css
<style>
a { background-color: #8E8577; }
a { background-color: rgb(142,133,119); }
div.DivClassName
{
background-color: #8E8577;
}
.BgClassName
{
background-color: #8E8577;
}
</style>
border-color css
<style>
span { border-color: #8E8577; }
span { border-color: rgb(142,133,119); }
td.TdClassName
{
border-color: #8E8577;
}
.TagClassName
{
border-color: #8E8577;
}
</style>