Color Hex Logo

#755337 Color Hex

#755337
(117,83,55)
0 Favorites   0 Comments

Color spaces of #755337

RGB 1178355
HSL0.080.360.34
HSV27°53°46°
CMYK 0.000.290.53   0.54
XYZ11.119010.24435.0057
Yxy10.24430.42170.3885
Hunter Lab32.00675.998413.1320
CIE-Lab38.277410.583521.9346

#755337 color RGB value is (117,83,55).

#755337 hex color red value is 117, green value is 83 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #755337 hue: 0.08 , saturation: 0.36 and the lightness value of 755337 is 0.34.

The process color (four color CMYK) of #755337 color hex is 0.00, 0.29, 0.53, 0.54. Web safe color of #755337 is #666633. Color #755337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010011 00110111
Octal 165 123 67
Decimal 117 83 55
Hex 75 53 37

RGB Percentages of Color #755337

%45.88
%32.55
%21.57

CMYK Percentages of Color #755337

%0
%29
%53
%54

Triadic Colors of #755337

#755337 #377553 #533775

Analogous Colors of #755337

#755337 #757237 #75373a

Monochromatic Colors of #755337

#755337

Complementary Color

#755337 #375975

#755337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755337 Color CSS Codes

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

#755337 Text Font Color

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

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


#755337 Background Color

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

This div background color is #755337


#755337 Border Color

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

This div border color is #755337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755337


Comments

No comments written yet.

Please login to write comment.