Color Hex Logo

#75596e Color Hex

#75596E
(117,89,110)
0 Favorites   0 Comments

Color spaces of #75596e

RGB 11789110
HSL0.880.140.40
HSV315°24°46°
CMYK 0.000.240.06   0.54
XYZ13.723012.052516.3549
Yxy12.05250.32570.2861
Hunter Lab34.71679.8042-3.6296
CIE-Lab41.299415.3249-7.5224

#75596e color RGB value is (117,89,110).

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

The process color (four color CMYK) of #75596e color hex is 0.00, 0.24, 0.06, 0.54. Web safe color of #75596e is #666666. Color #75596e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 01101110
Octal 165 131 156
Decimal 117 89 110
Hex 75 59 6E

RGB Percentages of Color #75596e

%37.03
%28.16
%34.81

CMYK Percentages of Color #75596e

%0
%24
%6
%54

Triadic Colors of #75596e

#75596e #6e7559 #596e75

Analogous Colors of #75596e

#75596e #755960 #6e5975

Monochromatic Colors of #75596e

#75596e

Complementary Color

#75596e #597560

#75596e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75596e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75596e Color CSS Codes

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

#75596e Text Font Color

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

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


#75596e Background Color

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

This div background color is #75596e


#75596e Border Color

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

This div border color is #75596e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75596e


Comments

No comments written yet.

Please login to write comment.