Shades of Schooner #8E867E
Tints of Schooner #8E867E
RGB
CMYK
RGB Variations
Color information
#8E867E (or 0x8E867E) is known color: Schooner. HEX triplet: 8E, 86 and 7E. RGB value is (142,134,126). Sum of RGB (Red+Green+Blue) = 142+134+126=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 142 - color contains mainly: red. Hex color #8E867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E867E is #717981. Grayscale: #878787. Windows color (decimal): -7436674 or 8291982. OLE color: 8291982.
HSL color Cylindrical-coordinate representation of color #8E867E: hue angle of 30º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E867E is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
RGB | 142 | 134 | 126 | - |
CMYK | 0 | 0.06 | 0.11 | 0.44 |
HSL | 30º | 0.07% | 0.53% | - |
HSV(B) | 30º | 0.11% | 0.56% | - |
XYZ | 23.45 | 24.31 | 23.19 | - |
YUV | 135.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 142 | 134 | 126 | 0 | 0.06 | 0.11 | 0.44 | 30 | 0.07 | 0.53 |
Hex | 8E | 86 | 7E | 0 | 6 | B | 2C | 1E | 7 | 35 |
Octal | 216 | 206 | 176 | 0 | 6 | 13 | 54 | 36 | 7 | 65 |
Binary | 10001110 | 10000110 | 1111110 | 0 | 110 | 1011 | 101100 | 11110 | 111 | 110101 |
Color Harmonies of #8E867E
Complementary color
Monochromatic Colors of #8E867E
Black with #8E867E
Text Example
Text Example
White with #8E867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E867E; }
p { color: rgb(142,134,126); }
H1.HeaderClassName
{
color: #8E867E;
}
.AnyTagClassName
{
color: #8E867E;
}
</style>
background-color css
<style>
a { background-color: #8E867E; }
a { background-color: rgb(142,134,126); }
div.DivClassName
{
background-color: #8E867E;
}
.BgClassName
{
background-color: #8E867E;
}
</style>
border-color css
<style>
span { border-color: #8E867E; }
span { border-color: rgb(142,134,126); }
td.TdClassName
{
border-color: #8E867E;
}
.TagClassName
{
border-color: #8E867E;
}
</style>