Color Hex Logo

#754e3c Color Hex

#754E3C
(117,78,60)
0 Favorites   0 Comments

Color spaces of #754e3c

RGB 1177860
HSL0.050.320.35
HSV19°49°46°
CMYK 0.000.330.49   0.54
XYZ10.87619.55695.5464
Yxy9.55690.41860.3679
Hunter Lab30.91428.699111.0026
CIE-Lab37.035114.144217.3008

#754e3c color RGB value is (117,78,60).

#754e3c hex color red value is 117, green value is 78 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #754e3c hue: 0.05 , saturation: 0.32 and the lightness value of 754e3c is 0.35.

The process color (four color CMYK) of #754e3c color hex is 0.00, 0.33, 0.49, 0.54. Web safe color of #754e3c is #666633. Color #754e3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001110 00111100
Octal 165 116 74
Decimal 117 78 60
Hex 75 4E 3C

RGB Percentages of Color #754e3c

%45.88
%30.59
%23.53

CMYK Percentages of Color #754e3c

%0
%33
%49
%54

Triadic Colors of #754e3c

#754e3c #3c754e #4e3c75

Analogous Colors of #754e3c

#754e3c #756b3c #753c46

Monochromatic Colors of #754e3c

#754e3c

Complementary Color

#754e3c #3c6375

#754e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#754e3c Color CSS Codes

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

#754e3c Text Font Color

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

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


#754e3c Background Color

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

This div background color is #754e3c


#754e3c Border Color

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

This div border color is #754e3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,78,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754e3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754e3c;
  -webkit-box-shadow: 1px 1px 3px 2px #754e3c;
  box-shadow:         1px 1px 3px 2px #754e3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754e3c


Comments

No comments written yet.

Please login to write comment.