#8E8576

Color #8E8576 Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #8E8576

Tints of Schooner #8E8576

Color information

#8E8576 (or 0x8E8576) is unknown color: approx Schooner. HEX triplet: 8E, 85 and 76. RGB value is (142,133,118). Sum of RGB (Red+Green+Blue) = 142+133+118=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8576 is #717A89. Grayscale: #868686. Windows color (decimal): -7436938 or 7767438. OLE color: 7767438.

HSL color Cylindrical-coordinate representation of color #8E8576: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E8576 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB142133118-
CMYK00.060.170.44
HSL37.5º9.6%50.98%-
HSV(B)37.5º16.9%55.69%-
XYZ22.8123.8320.54-
YUV133.98118.98133.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=36.13%
G=33.84%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213311800.060.170.4437.59.650.98
Hex8E857606112C26a33
Octal216205166062154461263
Binary100011101000010111101100110100011011001001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8576; }

 p { color: rgb(142,133,118); }

 H1.HeaderClassName
 {
   color: #8E8576;
 }
 .AnyTagClassName
 {
   color: #8E8576;
 }
</style>
background-color css

<style>
 a { background-color: #8E8576; }

 a { background-color: rgb(142,133,118); }

 div.DivClassName
 {
   background-color: #8E8576;
 }
 .BgClassName
 {
   background-color: #8E8576;
 }
</style>
border-color css

<style>
 span { border-color: #8E8576; }

 span { border-color: rgb(142,133,118); }

 td.TdClassName
 {
   border-color: #8E8576;
 }
 .TagClassName
 {
   border-color: #8E8576;
 }
</style>