Shades of Schooner #8E8374
Tints of Schooner #8E8374
RGB
CMYK
RGB Variations
Color information
#8E8374 (or 0x8E8374) is known color: Schooner. HEX triplet: 8E, 83 and 74. RGB value is (142,131,116). Sum of RGB (Red+Green+Blue) = 142+131+116=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8374 is #717C8B. Grayscale: #848484. Windows color (decimal): -7437452 or 7635854. OLE color: 7635854.
HSL color Cylindrical-coordinate representation of color #8E8374: hue angle of 34.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E8374 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 116 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.44 |
| HSL | 34.62º | 0.1% | 0.51% | - |
| HSV(B) | 34.62º | 0.18% | 0.56% | - |
| XYZ | 22.42 | 23.24 | 19.83 | - |
| YUV | 132.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 116 | 0 | 0.08 | 0.18 | 0.44 | 34.62 | 0.1 | 0.51 |
| Hex | 8E | 83 | 74 | 0 | 8 | 12 | 2C | 23 | A | 33 |
| Octal | 216 | 203 | 164 | 0 | 10 | 22 | 54 | 43 | 12 | 63 |
| Binary | 10001110 | 10000011 | 1110100 | 0 | 1000 | 10010 | 101100 | 100011 | 1010 | 110011 |
Color Harmonies of #8E8374
Complementary color
Monochromatic Colors of #8E8374
Black with #8E8374
Text Example
Text Example
White with #8E8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8374; }
p { color: rgb(142,131,116); }
H1.HeaderClassName
{
color: #8E8374;
}
.AnyTagClassName
{
color: #8E8374;
}
</style>
background-color css
<style>
a { background-color: #8E8374; }
a { background-color: rgb(142,131,116); }
div.DivClassName
{
background-color: #8E8374;
}
.BgClassName
{
background-color: #8E8374;
}
</style>
border-color css
<style>
span { border-color: #8E8374; }
span { border-color: rgb(142,131,116); }
td.TdClassName
{
border-color: #8E8374;
}
.TagClassName
{
border-color: #8E8374;
}
</style>