#8D8C78

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

Shades of Schist #8D8C78

Tints of Schist #8D8C78

Color information

#8D8C78 (or 0x8D8C78) is unknown color: approx Schist. HEX triplet: 8D, 8C and 78. RGB value is (141,140,120). Sum of RGB (Red+Green+Blue) = 141+140+120=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8C78 is #727387. Grayscale: #8A8A8A. Windows color (decimal): -7500680 or 7900301. OLE color: 7900301.

HSL color Cylindrical-coordinate representation of color #8D8C78: hue angle of 57.14º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D8C78 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB141140120-
CMYK00.010.150.45
HSL57.14º8.43%51.18%-
HSV(B)57.14º14.89%55.29%-
XYZ23.7525.7721.49-
YUV138.02117.83130.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=35.16%
G=34.91%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14114012000.010.150.4557.148.4351.18
Hex8D8C7801F2D39833
Octal215214170011755711063
Binary100011011000110011110000111111011011110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,140,120); }

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

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

 a { background-color: rgb(141,140,120); }

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

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

 span { border-color: rgb(141,140,120); }

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