#8C8B78

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

Shades of Schist #8C8B78

Tints of Schist #8C8B78

Color information

#8C8B78 (or 0x8C8B78) is unknown color: approx Schist. HEX triplet: 8C, 8B and 78. RGB value is (140,139,120). Sum of RGB (Red+Green+Blue) = 140+139+120=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8B78 is #737487. Grayscale: #898989. Windows color (decimal): -7566472 or 7900044. OLE color: 7900044.

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

Color convert

RGB140139120-
CMYK00.010.140.45
HSL57º8%50.98%-
HSV(B)57º14.29%54.9%-
XYZ23.4425.421.44-
YUV137.13118.33130.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=35.09%
G=34.84%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013912000.010.140.4557850.98
Hex8C8B7801E2D39833
Octal214213170011655711063
Binary100011001000101111110000111101011011110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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