Color Hex Logo

#755a2e Color Hex

#755A2E
(117,90,46)
0 Favorites   0 Comments

Color spaces of #755a2e

RGB 1179046
HSL0.100.440.32
HSV37°61°46°
CMYK 0.000.230.61   0.54
XYZ11.485411.29154.1589
Yxy11.29150.42640.4192
Hunter Lab33.60282.206116.1839
CIE-Lab40.06725.526029.3126

#755a2e color RGB value is (117,90,46).

#755a2e hex color red value is 117, green value is 90 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #755a2e hue: 0.10 , saturation: 0.44 and the lightness value of 755a2e is 0.32.

The process color (four color CMYK) of #755a2e color hex is 0.00, 0.23, 0.61, 0.54. Web safe color of #755a2e is #666633. Color #755a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011010 00101110
Octal 165 132 56
Decimal 117 90 46
Hex 75 5A 2E

RGB Percentages of Color #755a2e

%46.25
%35.57
%18.18

CMYK Percentages of Color #755a2e

%0
%23
%61
%54

Triadic Colors of #755a2e

#755a2e #2e755a #5a2e75

Analogous Colors of #755a2e

#755a2e #6d752e #75372e

Monochromatic Colors of #755a2e

#755a2e

Complementary Color

#755a2e #2e4975

#755a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#755a2e Color CSS Codes

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

#755a2e Text Font Color

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

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


#755a2e Background Color

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

This div background color is #755a2e


#755a2e Border Color

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

This div border color is #755a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755a2e


Comments

No comments written yet.

Please login to write comment.