Color Hex Logo

#746757 Color Hex

#746757
(116,103,87)
0 Favorites   0 Comments

Color spaces of #746757

RGB 11610387
HSL0.090.140.40
HSV33°25°45°
CMYK 0.000.110.25   0.55
XYZ13.773014.101611.0128
Yxy14.10160.35420.3626
Hunter Lab37.5521-0.24768.8987
CIE-Lab44.37832.372110.9162

#746757 color RGB value is (116,103,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100111 01010111
Octal 164 147 127
Decimal 116 103 87
Hex 74 67 57

RGB Percentages of Color #746757

%37.91
%33.66
%28.43

CMYK Percentages of Color #746757

%0
%11
%25
%55

Triadic Colors of #746757

#746757 #577467 #675774

Analogous Colors of #746757

#746757 #737457 #745957

Monochromatic Colors of #746757

#746757

Complementary Color

#746757 #576474

#746757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746757 Color CSS Codes

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

#746757 Text Font Color

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

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


#746757 Background Color

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

This div background color is #746757


#746757 Border Color

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

This div border color is #746757


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,103,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 #746757">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746757


Comments

No comments written yet.

Please login to write comment.