Color Hex Logo

#755741 Color Hex

#755741
(117,87,65)
0 Favorites   0 Comments

Color spaces of #755741

RGB 1178765
HSL0.070.290.36
HSV25°44°46°
CMYK 0.000.260.44   0.54
XYZ11.698410.98006.5038
Yxy10.98000.40090.3763
Hunter Lab33.13615.029711.5581
CIE-Lab39.54689.287817.5897

#755741 color RGB value is (117,87,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010111 01000001
Octal 165 127 101
Decimal 117 87 65
Hex 75 57 41

RGB Percentages of Color #755741

%43.49
%32.34
%24.16

CMYK Percentages of Color #755741

%0
%26
%44
%54

Triadic Colors of #755741

#755741 #417557 #574175

Analogous Colors of #755741

#755741 #757141 #754145

Monochromatic Colors of #755741

#755741

Complementary Color

#755741 #415f75

#755741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755741 Color CSS Codes

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

#755741 Text Font Color

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

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


#755741 Background Color

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

This div background color is #755741


#755741 Border Color

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

This div border color is #755741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755741


Comments

No comments written yet.

Please login to write comment.