Color Hex Logo

#747257 Color Hex

#747257
(116,114,87)
0 Favorites   0 Comments

Color spaces of #747257

RGB 11611487
HSL0.160.140.40
HSV56°25°45°
CMYK 0.000.020.25   0.55
XYZ14.940116.435811.4018
Yxy16.43580.34920.3842
Hunter Lab40.5411-5.166511.7040
CIE-Lab47.5411-4.042915.2849

#747257 color RGB value is (116,114,87).

#747257 hex color red value is 116, green value is 114 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #747257 hue: 0.16 , saturation: 0.14 and the lightness value of 747257 is 0.40.

The process color (four color CMYK) of #747257 color hex is 0.00, 0.02, 0.25, 0.55. Web safe color of #747257 is #666666. Color #747257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 01010111
Octal 164 162 127
Decimal 116 114 87
Hex 74 72 57

RGB Percentages of Color #747257

%36.59
%35.96
%27.44

CMYK Percentages of Color #747257

%0
%2
%25
%55

Triadic Colors of #747257

#747257 #577472 #725774

Analogous Colors of #747257

#747257 #687457 #746457

Monochromatic Colors of #747257

#747257

Complementary Color

#747257 #575974

#747257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747257 Color CSS Codes

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

#747257 Text Font Color

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

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


#747257 Background Color

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

This div background color is #747257


#747257 Border Color

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

This div border color is #747257


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,114,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747257; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747257;
  -webkit-box-shadow: 1px 1px 3px 2px #747257;
  box-shadow:         1px 1px 3px 2px #747257; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,114,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747257


Comments

No comments written yet.

Please login to write comment.