Color Hex Logo

#75434e Color Hex

#75434E
(117,67,78)
0 Favorites   0 Comments

Color spaces of #75434e

RGB 1176778
HSL0.960.270.36
HSV347°43°46°
CMYK 0.000.430.33   0.54
XYZ10.71848.34638.2538
Yxy8.34630.39230.3055
Hunter Lab28.890015.66743.2840
CIE-Lab34.693923.05662.7596

#75434e color RGB value is (117,67,78).

#75434e hex color red value is 117, green value is 67 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #75434e hue: 0.96 , saturation: 0.27 and the lightness value of 75434e is 0.36.

The process color (four color CMYK) of #75434e color hex is 0.00, 0.43, 0.33, 0.54. Web safe color of #75434e is #663366. Color #75434e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 01001110
Octal 165 103 116
Decimal 117 67 78
Hex 75 43 4E

RGB Percentages of Color #75434e

%44.66
%25.57
%29.77

CMYK Percentages of Color #75434e

%0
%43
%33
%54

Triadic Colors of #75434e

#75434e #4e7543 #434e75

Analogous Colors of #75434e

#75434e #755143 #754367

Monochromatic Colors of #75434e

#75434e

Complementary Color

#75434e #43756a

#75434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75434e Color CSS Codes

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

#75434e Text Font Color

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

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


#75434e Background Color

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

This div background color is #75434e


#75434e Border Color

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

This div border color is #75434e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,67,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 #75434e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75434e


Comments

No comments written yet.

Please login to write comment.