Color Hex Logo

#755441 Color Hex

#755441
(117,84,65)
1 Favorites   0 Comments

Color spaces of #755441

RGB 1178465
HSL0.060.290.36
HSV22°44°46°
CMYK 0.000.280.44   0.54
XYZ11.460610.50426.4245
Yxy10.50420.40370.3700
Hunter Lab32.41026.401810.9344
CIE-Lab38.732511.100616.5049

#755441 color RGB value is (117,84,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010100 01000001
Octal 165 124 101
Decimal 117 84 65
Hex 75 54 41

RGB Percentages of Color #755441

%43.98
%31.58
%24.44

CMYK Percentages of Color #755441

%0
%28
%44
%54

Triadic Colors of #755441

#755441 #417554 #544175

Analogous Colors of #755441

#755441 #756e41 #754148

Monochromatic Colors of #755441

#755441

Complementary Color

#755441 #416275

#755441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755441 Color CSS Codes

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

#755441 Text Font Color

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

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


#755441 Background Color

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

This div background color is #755441


#755441 Border Color

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

This div border color is #755441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755441


Comments

No comments written yet.

Please login to write comment.