#8E8778

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

Shades of Schooner #8E8778

Tints of Schooner #8E8778

Color information

#8E8778 (or 0x8E8778) is unknown color: approx Schooner. HEX triplet: 8E, 87 and 78. RGB value is (142,135,120). Sum of RGB (Red+Green+Blue) = 142+135+120=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8778 is #717887. Grayscale: #878787. Windows color (decimal): -7436424 or 7899022. OLE color: 7899022.

HSL color Cylindrical-coordinate representation of color #8E8778: hue angle of 40.91º 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 #8E8778 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB142135120-
CMYK00.050.150.44
HSL40.91º8.87%51.37%-
HSV(B)40.91º15.49%55.69%-
XYZ23.2124.4321.26-
YUV135.38119.32132.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=35.77%
G=34.01%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213512000.050.150.4440.918.8751.37
Hex8E877805F2C29933
Octal216207170051754511163
Binary10001110100001111111000010111111011001010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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