Color Hex Logo

#75585e Color Hex

#75585E
(117,88,94)
0 Favorites   0 Comments

Color spaces of #75585e

RGB 1178894
HSL0.970.140.40
HSV348°25°46°
CMYK 0.000.250.20   0.54
XYZ12.846211.569512.1457
Yxy11.56950.35140.3164
Hunter Lab34.01407.89042.6385
CIE-Lab40.523612.95931.1785

#75585e color RGB value is (117,88,94).

#75585e hex color red value is 117, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #75585e hue: 0.97 , saturation: 0.14 and the lightness value of 75585e is 0.40.

The process color (four color CMYK) of #75585e color hex is 0.00, 0.25, 0.20, 0.54. Web safe color of #75585e is #666666. Color #75585e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011000 01011110
Octal 165 130 136
Decimal 117 88 94
Hex 75 58 5E

RGB Percentages of Color #75585e

%39.13
%29.43
%31.44

CMYK Percentages of Color #75585e

%0
%25
%20
%54

Triadic Colors of #75585e

#75585e #5e7558 #585e75

Analogous Colors of #75585e

#75585e #756158 #75586d

Monochromatic Colors of #75585e

#75585e

Complementary Color

#75585e #58756f

#75585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75585e Color CSS Codes

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

#75585e Text Font Color

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

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


#75585e Background Color

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

This div background color is #75585e


#75585e Border Color

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

This div border color is #75585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75585e


Comments

No comments written yet.

Please login to write comment.