Shades of Schooner #8E8274
Tints of Schooner #8E8274
RGB
CMYK
RGB Variations
Color information
#8E8274 (or 0x8E8274) is known color: Schooner. HEX triplet: 8E, 82 and 74. RGB value is (142,130,116). Sum of RGB (Red+Green+Blue) = 142+130+116=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8274 is #717D8B. Grayscale: #848484. Windows color (decimal): -7437708 or 7635598. OLE color: 7635598.
HSL color Cylindrical-coordinate representation of color #8E8274: hue angle of 32.31º 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 #8E8274 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 116 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.44 |
| HSL | 32.31º | 0.1% | 0.51% | - |
| HSV(B) | 32.31º | 0.18% | 0.56% | - |
| XYZ | 22.29 | 22.98 | 19.78 | - |
| YUV | 131.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 116 | 0 | 0.08 | 0.18 | 0.44 | 32.31 | 0.1 | 0.51 |
| Hex | 8E | 82 | 74 | 0 | 8 | 12 | 2C | 20 | A | 33 |
| Octal | 216 | 202 | 164 | 0 | 10 | 22 | 54 | 40 | 12 | 63 |
| Binary | 10001110 | 10000010 | 1110100 | 0 | 1000 | 10010 | 101100 | 100000 | 1010 | 110011 |
Color Harmonies of #8E8274
Complementary color
Monochromatic Colors of #8E8274
Black with #8E8274
Text Example
Text Example
White with #8E8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8274; }
p { color: rgb(142,130,116); }
H1.HeaderClassName
{
color: #8E8274;
}
.AnyTagClassName
{
color: #8E8274;
}
</style>
background-color css
<style>
a { background-color: #8E8274; }
a { background-color: rgb(142,130,116); }
div.DivClassName
{
background-color: #8E8274;
}
.BgClassName
{
background-color: #8E8274;
}
</style>
border-color css
<style>
span { border-color: #8E8274; }
span { border-color: rgb(142,130,116); }
td.TdClassName
{
border-color: #8E8274;
}
.TagClassName
{
border-color: #8E8274;
}
</style>