Color Hex Logo

#755841 Color Hex

#755841
(117,88,65)
0 Favorites   0 Comments

Color spaces of #755841

RGB 1178865
HSL0.070.290.36
HSV27°44°46°
CMYK 0.000.250.44   0.54
XYZ11.780011.14306.5310
Yxy11.14300.39990.3783
Hunter Lab33.38114.574611.7667
CIE-Lab39.82038.685817.9524

#755841 color RGB value is (117,88,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011000 01000001
Octal 165 130 101
Decimal 117 88 65
Hex 75 58 41

RGB Percentages of Color #755841

%43.33
%32.59
%24.07

CMYK Percentages of Color #755841

%0
%25
%44
%54

Triadic Colors of #755841

#755841 #417558 #584175

Analogous Colors of #755841

#755841 #757241 #754144

Monochromatic Colors of #755841

#755841

Complementary Color

#755841 #415e75

#755841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755841 Color CSS Codes

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

#755841 Text Font Color

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

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


#755841 Background Color

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

This div background color is #755841


#755841 Border Color

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

This div border color is #755841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755841


Comments

No comments written yet.

Please login to write comment.