#8E8C77

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

Shades of Schist #8E8C77

Tints of Schist #8E8C77

Color information

#8E8C77 (or 0x8E8C77) is unknown color: approx Schist. HEX triplet: 8E, 8C and 77. RGB value is (142,140,119). Sum of RGB (Red+Green+Blue) = 142+140+119=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C77 is #717388. Grayscale: #8A8A8A. Windows color (decimal): -7435145 or 7834766. OLE color: 7834766.

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

Color convert

RGB142140119-
CMYK00.010.160.44
HSL54.78º9.24%51.18%-
HSV(B)54.78º16.2%55.69%-
XYZ23.8625.8421.18-
YUV138.2117.16130.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=35.41%
G=34.91%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14214011900.010.160.4454.789.2451.18
Hex8E8C7701102C37933
Octal216214167012054671163
Binary1000111010001100111011101100001011001101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,140,119); }

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

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

 a { background-color: rgb(142,140,119); }

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

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

 span { border-color: rgb(142,140,119); }

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