Color Hex Logo

#746c42 Color Hex

#746C42
(116,108,66)
0 Favorites   0 Comments

Color spaces of #746c42

RGB 11610866
HSL0.140.270.36
HSV50°43°45°
CMYK 0.000.070.43   0.55
XYZ13.548414.83157.3029
Yxy14.83150.37970.4156
Hunter Lab38.5117-4.599215.7151
CIE-Lab45.4025-3.478124.6068

#746c42 color RGB value is (116,108,66).

#746c42 hex color red value is 116, green value is 108 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #746c42 hue: 0.14 , saturation: 0.27 and the lightness value of 746c42 is 0.36.

The process color (four color CMYK) of #746c42 color hex is 0.00, 0.07, 0.43, 0.55. Web safe color of #746c42 is #666633. Color #746c42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101100 01000010
Octal 164 154 102
Decimal 116 108 66
Hex 74 6C 42

RGB Percentages of Color #746c42

%40.00
%37.24
%22.76

CMYK Percentages of Color #746c42

%0
%7
%43
%55

Triadic Colors of #746c42

#746c42 #42746c #6c4274

Analogous Colors of #746c42

#746c42 #637442 #745342

Monochromatic Colors of #746c42

#746c42

Complementary Color

#746c42 #424a74

#746c42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746c42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746c42 Color CSS Codes

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

#746c42 Text Font Color

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

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


#746c42 Background Color

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

This div background color is #746c42


#746c42 Border Color

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

This div border color is #746c42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,108,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746c42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746c42;
  -webkit-box-shadow: 1px 1px 3px 2px #746c42;
  box-shadow:         1px 1px 3px 2px #746c42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746c42


Comments

No comments written yet.

Please login to write comment.