Color Hex Logo

#756941 Color Hex

#756941
(117,105,65)
0 Favorites   0 Comments

Color spaces of #756941

RGB 11710565
HSL0.130.290.36
HSV46°44°46°
CMYK 0.000.100.44   0.54
XYZ13.341814.26677.0516
Yxy14.26670.38490.4116
Hunter Lab37.7713-3.048915.3709
CIE-Lab44.6130-1.409424.1885

#756941 color RGB value is (117,105,65).

#756941 hex color red value is 117, green value is 105 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #756941 hue: 0.13 , saturation: 0.29 and the lightness value of 756941 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101001 01000001
Octal 165 151 101
Decimal 117 105 65
Hex 75 69 41

RGB Percentages of Color #756941

%40.77
%36.59
%22.65

CMYK Percentages of Color #756941

%0
%10
%44
%54

Triadic Colors of #756941

#756941 #417569 #694175

Analogous Colors of #756941

#756941 #677541 #754f41

Monochromatic Colors of #756941

#756941

Complementary Color

#756941 #414d75

#756941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756941 Color CSS Codes

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

#756941 Text Font Color

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

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


#756941 Background Color

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

This div background color is #756941


#756941 Border Color

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

This div border color is #756941


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,105,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756941


Comments

No comments written yet.

Please login to write comment.