Color Hex Logo

#75534e Color Hex

#75534E
(117,83,78)
0 Favorites   0 Comments

Color spaces of #75534e

RGB 1178378
HSL0.020.200.38
HSV33°46°
CMYK 0.000.290.33   0.54
XYZ11.804510.51858.6158
Yxy10.51850.38150.3400
Hunter Lab32.43228.21306.9519
CIE-Lab38.757413.44008.5458

#75534e color RGB value is (117,83,78).

#75534e hex color red value is 117, green value is 83 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #75534e hue: 0.02 , saturation: 0.20 and the lightness value of 75534e is 0.38.

The process color (four color CMYK) of #75534e color hex is 0.00, 0.29, 0.33, 0.54. Web safe color of #75534e is #666666. Color #75534e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010011 01001110
Octal 165 123 116
Decimal 117 83 78
Hex 75 53 4E

RGB Percentages of Color #75534e

%42.09
%29.86
%28.06

CMYK Percentages of Color #75534e

%0
%29
%33
%54

Triadic Colors of #75534e

#75534e #4e7553 #534e75

Analogous Colors of #75534e

#75534e #75674e #754e5d

Monochromatic Colors of #75534e

#75534e

Complementary Color

#75534e #4e7075

#75534e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75534e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75534e Color CSS Codes

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

#75534e Text Font Color

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

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


#75534e Background Color

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

This div background color is #75534e


#75534e Border Color

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

This div border color is #75534e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75534e


Comments

No comments written yet.

Please login to write comment.