Color Hex Logo

#755d49 Color Hex

#755D49
(117,93,73)
0 Favorites   0 Comments

Color spaces of #755d49

RGB 1179373
HSL0.080.230.37
HSV27°38°46°
CMYK 0.000.210.38   0.54
XYZ12.453112.09167.9809
Yxy12.09160.38290.3718
Hunter Lab34.77303.072710.7332
CIE-Lab41.36136.703715.1985

#755d49 color RGB value is (117,93,73).

#755d49 hex color red value is 117, green value is 93 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #755d49 hue: 0.08 , saturation: 0.23 and the lightness value of 755d49 is 0.37.

The process color (four color CMYK) of #755d49 color hex is 0.00, 0.21, 0.38, 0.54. Web safe color of #755d49 is #666633. Color #755d49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011101 01001001
Octal 165 135 111
Decimal 117 93 73
Hex 75 5D 49

RGB Percentages of Color #755d49

%41.34
%32.86
%25.80

CMYK Percentages of Color #755d49

%0
%21
%38
%54

Triadic Colors of #755d49

#755d49 #49755d #5d4975

Analogous Colors of #755d49

#755d49 #757349 #75494b

Monochromatic Colors of #755d49

#755d49

Complementary Color

#755d49 #496175

#755d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755d49 Color CSS Codes

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

#755d49 Text Font Color

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

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


#755d49 Background Color

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

This div background color is #755d49


#755d49 Border Color

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

This div border color is #755d49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,93,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755d49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755d49;
  -webkit-box-shadow: 1px 1px 3px 2px #755d49;
  box-shadow:         1px 1px 3px 2px #755d49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755d49


Comments

No comments written yet.

Please login to write comment.