Shades of Schooner #8E8778
Tints of Schooner #8E8778
RGB
CMYK
RGB Variations
Color information
#8E8778 (or 0x8E8778) is known color: Schooner. HEX triplet: 8E, 87 and 78. RGB value is (142,135,120). Sum of RGB (Red+Green+Blue) = 142+135+120=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8778 is #717887. Grayscale: #878787. Windows color (decimal): -7436424 or 7899022. OLE color: 7899022.
HSL color Cylindrical-coordinate representation of color #8E8778: hue angle of 40.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E8778 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 120 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.44 |
| HSL | 40.91º | 0.09% | 0.51% | - |
| HSV(B) | 40.91º | 0.15% | 0.56% | - |
| XYZ | 23.21 | 24.43 | 21.26 | - |
| YUV | 135.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 120 | 0 | 0.05 | 0.15 | 0.44 | 40.91 | 0.09 | 0.51 |
| Hex | 8E | 87 | 78 | 0 | 5 | F | 2C | 29 | 9 | 33 |
| Octal | 216 | 207 | 170 | 0 | 5 | 17 | 54 | 51 | 11 | 63 |
| Binary | 10001110 | 10000111 | 1111000 | 0 | 101 | 1111 | 101100 | 101001 | 1001 | 110011 |
Color Harmonies of #8E8778
Complementary color
Monochromatic Colors of #8E8778
Black with #8E8778
Text Example
Text Example
White with #8E8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8778; }
p { color: rgb(142,135,120); }
H1.HeaderClassName
{
color: #8E8778;
}
.AnyTagClassName
{
color: #8E8778;
}
</style>
background-color css
<style>
a { background-color: #8E8778; }
a { background-color: rgb(142,135,120); }
div.DivClassName
{
background-color: #8E8778;
}
.BgClassName
{
background-color: #8E8778;
}
</style>
border-color css
<style>
span { border-color: #8E8778; }
span { border-color: rgb(142,135,120); }
td.TdClassName
{
border-color: #8E8778;
}
.TagClassName
{
border-color: #8E8778;
}
</style>