#8E8678

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

Shades of Schooner #8E8678

Tints of Schooner #8E8678

Color information

#8E8678 (or 0x8E8678) is unknown color: approx Schooner. HEX triplet: 8E, 86 and 78. RGB value is (142,134,120). Sum of RGB (Red+Green+Blue) = 142+134+120=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8678 is #717987. Grayscale: #868686. Windows color (decimal): -7436680 or 7898766. OLE color: 7898766.

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

Color convert

RGB142134120-
CMYK00.060.150.44
HSL38.18º8.87%51.37%-
HSV(B)38.18º15.49%55.69%-
XYZ23.0724.1621.22-
YUV134.8119.65133.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=35.86%
G=33.84%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213412000.060.150.4438.188.8751.37
Hex8E867806F2C26933
Octal216206170061754461163
Binary10001110100001101111000011011111011001001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,120); }

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

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

 a { background-color: rgb(142,134,120); }

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

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

 span { border-color: rgb(142,134,120); }

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