Shades of Schooner #8E8882
Tints of Schooner #8E8882
RGB
CMYK
RGB Variations
Color information
#8E8882 (or 0x8E8882) is known color: Schooner. HEX triplet: 8E, 88 and 82. RGB value is (142,136,130). Sum of RGB (Red+Green+Blue) = 142+136+130=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8882 is #71777D. Grayscale: #898989. Windows color (decimal): -7436158 or 8554638. OLE color: 8554638.
HSL color Cylindrical-coordinate representation of color #8E8882: hue angle of 30º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8882 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 130 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.44 |
| HSL | 30º | 0.05% | 0.53% | - |
| HSV(B) | 30º | 0.08% | 0.56% | - |
| XYZ | 23.99 | 24.97 | 24.67 | - |
| YUV | 137.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 130 | 0 | 0.04 | 0.08 | 0.44 | 30 | 0.05 | 0.53 |
| Hex | 8E | 88 | 82 | 0 | 4 | 8 | 2C | 1E | 5 | 35 |
| Octal | 216 | 210 | 202 | 0 | 4 | 10 | 54 | 36 | 5 | 65 |
| Binary | 10001110 | 10001000 | 10000010 | 0 | 100 | 1000 | 101100 | 11110 | 101 | 110101 |
Color Harmonies of #8E8882
Complementary color
Monochromatic Colors of #8E8882
Black with #8E8882
Text Example
Text Example
White with #8E8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8882; }
p { color: rgb(142,136,130); }
H1.HeaderClassName
{
color: #8E8882;
}
.AnyTagClassName
{
color: #8E8882;
}
</style>
background-color css
<style>
a { background-color: #8E8882; }
a { background-color: rgb(142,136,130); }
div.DivClassName
{
background-color: #8E8882;
}
.BgClassName
{
background-color: #8E8882;
}
</style>
border-color css
<style>
span { border-color: #8E8882; }
span { border-color: rgb(142,136,130); }
td.TdClassName
{
border-color: #8E8882;
}
.TagClassName
{
border-color: #8E8882;
}
</style>