Color Hex Logo

#75545b Color Hex

#75545B
(117,84,91)
0 Favorites   0 Comments

Color spaces of #75545b

RGB 1178491
HSL0.960.160.39
HSV347°28°46°
CMYK 0.000.280.22   0.54
XYZ12.394810.877911.3439
Yxy10.87790.35810.3142
Hunter Lab32.98179.36402.6946
CIE-Lab39.374114.87271.3636

#75545b color RGB value is (117,84,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010100 01011011
Octal 165 124 133
Decimal 117 84 91
Hex 75 54 5B

RGB Percentages of Color #75545b

%40.07
%28.77
%31.16

CMYK Percentages of Color #75545b

%0
%28
%22
%54

Triadic Colors of #75545b

#75545b #5b7554 #545b75

Analogous Colors of #75545b

#75545b #755e54 #75546c

Monochromatic Colors of #75545b

#75545b

Complementary Color

#75545b #54756e

#75545b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75545b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75545b Color CSS Codes

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

#75545b Text Font Color

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

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


#75545b Background Color

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

This div background color is #75545b


#75545b Border Color

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

This div border color is #75545b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75545b


Comments

No comments written yet.

Please login to write comment.