Color Hex Logo

#8c794e Color Hex

#8C794E
(140,121,78)
0 Favorites   0 Comments

Color spaces of #8c794e

RGB 14012178
HSL0.120.280.43
HSV42°44°55°
CMYK 0.000.140.44   0.45
XYZ19.027719.800310.0267
Yxy19.80030.38950.4053
Hunter Lab44.4975-1.541817.7884
CIE-Lab51.61071.070326.2545

#8c794e color RGB value is (140,121,78).

#8c794e hex color red value is 140, green value is 121 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8c794e hue: 0.12 , saturation: 0.28 and the lightness value of 8c794e is 0.43.

The process color (four color CMYK) of #8c794e color hex is 0.00, 0.14, 0.44, 0.45. Web safe color of #8c794e is #996666. Color #8c794e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01111001 01001110
Octal 214 171 116
Decimal 140 121 78
Hex 8C 79 4E

RGB Percentages of Color #8c794e

%41.30
%35.69
%23.01

CMYK Percentages of Color #8c794e

%0
%14
%44
%45

Triadic Colors of #8c794e

#8c794e #4e8c79 #794e8c

Analogous Colors of #8c794e

#8c794e #808c4e #8c5a4e

Monochromatic Colors of #8c794e

#8c794e

Complementary Color

#8c794e #4e618c

#8c794e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c794e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c794e Color CSS Codes

.mybgcolor {background-color:#8c794e; } 
.myforecolor {color:#8c794e; }
.mybordercolor {border:3px solid #8c794e; }

#8c794e Text Font Color

<p style="color:#8c794e">Text here</p>

This sample text font color is #8c794e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8c794e Background Color

<div style="background-color:#8c794e">
Div content here</div>

This div background color is #8c794e


#8c794e Border Color

<div style="border:3px solid #8c794e">
Div here</div>

This div border color is #8c794e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,121,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c794e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c794e;
  -webkit-box-shadow: 1px 1px 3px 2px #8c794e;
  box-shadow:         1px 1px 3px 2px #8c794e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,121,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8c794e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #8c794e;
  -webkit-box-shadow: 1px 1px 3px 2px #8c794e;
  box-shadow:         1px 1px 3px 2px #8c794e;">
Div content here</div>

This div box has shadow with color #8c794e


Comments

No comments written yet.

Please login to write comment.