Color Hex Logo

#75545f Color Hex

#75545F
(117,84,95)
0 Favorites   0 Comments

Color spaces of #75545f

RGB 1178495
HSL0.940.160.39
HSV340°28°46°
CMYK 0.000.280.19   0.54
XYZ12.572010.948812.2772
Yxy10.94880.35120.3058
Hunter Lab33.08909.91451.1636
CIE-Lab39.494115.5578-0.9426

#75545f color RGB value is (117,84,95).

#75545f hex color red value is 117, green value is 84 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #75545f hue: 0.94 , saturation: 0.16 and the lightness value of 75545f is 0.39.

The process color (four color CMYK) of #75545f color hex is 0.00, 0.28, 0.19, 0.54. Web safe color of #75545f is #666666. Color #75545f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010100 01011111
Octal 165 124 137
Decimal 117 84 95
Hex 75 54 5F

RGB Percentages of Color #75545f

%39.53
%28.38
%32.09

CMYK Percentages of Color #75545f

%0
%28
%19
%54

Triadic Colors of #75545f

#75545f #5f7554 #545f75

Analogous Colors of #75545f

#75545f #755a54 #755470

Monochromatic Colors of #75545f

#75545f

Complementary Color

#75545f #54756a

#75545f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75545f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75545f Color CSS Codes

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

#75545f Text Font Color

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

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


#75545f Background Color

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

This div background color is #75545f


#75545f Border Color

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

This div border color is #75545f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,84,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75545f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75545f;
  -webkit-box-shadow: 1px 1px 3px 2px #75545f;
  box-shadow:         1px 1px 3px 2px #75545f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75545f


Comments

No comments written yet.

Please login to write comment.