#8E857D

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

Shades of Schooner #8E857D

Tints of Schooner #8E857D

Color information

#8E857D (or 0x8E857D) is unknown color: approx Schooner. HEX triplet: 8E, 85 and 7D. RGB value is (142,133,125). Sum of RGB (Red+Green+Blue) = 142+133+125=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 142 - color contains mainly: red. Hex color #8E857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E857D is #717A82. Grayscale: #868686. Windows color (decimal): -7436931 or 8226190. OLE color: 8226190.

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

Color convert

RGB142133125-
CMYK00.060.120.44
HSL28.24º7%52.35%-
HSV(B)28.24º11.97%55.69%-
XYZ23.2424.0122.81-
YUV134.78122.48133.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.5%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=35.5%
G=33.25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213312500.060.120.4428.24752.35
Hex8E857D06C2C1c734
Octal21620517506145434764
Binary100011101000010111111010110110010110011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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