Color Hex Logo

#704c4a Color Hex

#704C4A
(112,76,74)
0 Favorites   0 Comments

Color spaces of #704c4a

RGB 1127674
HSL0.010.200.36
HSV34°44°
CMYK 0.000.320.34   0.56
XYZ10.50269.10807.6830
Yxy9.10800.38480.3337
Hunter Lab30.17959.30486.0317
CIE-Lab36.191414.96987.3395

#704c4a color RGB value is (112,76,74).

#704c4a hex color red value is 112, green value is 76 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #704c4a hue: 0.01 , saturation: 0.20 and the lightness value of 704c4a is 0.36.

The process color (four color CMYK) of #704c4a color hex is 0.00, 0.32, 0.34, 0.56. Web safe color of #704c4a is #663333. Color #704c4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001100 01001010
Octal 160 114 112
Decimal 112 76 74
Hex 70 4C 4A

RGB Percentages of Color #704c4a

%42.75
%29.01
%28.24

CMYK Percentages of Color #704c4a

%0
%32
%34
%56

Triadic Colors of #704c4a

#704c4a #4a704c #4c4a70

Analogous Colors of #704c4a

#704c4a #705f4a #704a5b

Monochromatic Colors of #704c4a

#704c4a

Complementary Color

#704c4a #4a6e70

#704c4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704c4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#704c4a Color CSS Codes

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

#704c4a Text Font Color

<p style="color:#704c4a">Text here</p>

This sample text font color is #704c4a
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.


#704c4a Background Color

<div style="background-color:#704c4a">
Div content here</div>

This div background color is #704c4a


#704c4a Border Color

<div style="border:3px solid #704c4a">
Div here</div>

This div border color is #704c4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,76,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #704c4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #704c4a;
  -webkit-box-shadow: 1px 1px 3px 2px #704c4a;
  box-shadow:         1px 1px 3px 2px #704c4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,76,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704c4a


Comments

No comments written yet.

Please login to write comment.