Color Hex Logo

#756742 Color Hex

#756742
(117,103,66)
0 Favorites   0 Comments

Color spaces of #756742

RGB 11710366
HSL0.120.280.36
HSV44°44°46°
CMYK 0.000.120.44   0.54
XYZ13.169713.87587.1384
Yxy13.87580.38530.4059
Hunter Lab37.2502-2.079814.7132
CIE-Lab44.0543-0.123322.8970

#756742 color RGB value is (117,103,66).

#756742 hex color red value is 117, green value is 103 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #756742 hue: 0.12 , saturation: 0.28 and the lightness value of 756742 is 0.36.

The process color (four color CMYK) of #756742 color hex is 0.00, 0.12, 0.44, 0.54. Web safe color of #756742 is #666633. Color #756742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 01000010
Octal 165 147 102
Decimal 117 103 66
Hex 75 67 42

RGB Percentages of Color #756742

%40.91
%36.01
%23.08

CMYK Percentages of Color #756742

%0
%12
%44
%54

Triadic Colors of #756742

#756742 #427567 #674275

Analogous Colors of #756742

#756742 #6a7542 #754e42

Monochromatic Colors of #756742

#756742

Complementary Color

#756742 #425075

#756742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756742 Color CSS Codes

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

#756742 Text Font Color

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

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


#756742 Background Color

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

This div background color is #756742


#756742 Border Color

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

This div border color is #756742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756742


Comments

No comments written yet.

Please login to write comment.