Color Hex Logo

#75738d Color Hex

#75738D
(117,115,141)
0 Favorites   0 Comments

Color spaces of #75738d

RGB 117115141
HSL0.680.100.50
HSV245°18°55°
CMYK 0.170.180.00   0.45
XYZ18.274617.966527.7040
Yxy17.96650.28580.2810
Hunter Lab42.38692.7810-9.0810
CIE-Lab49.45556.4490-13.8791

#75738d color RGB value is (117,115,141).

#75738d hex color red value is 117, green value is 115 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #75738d hue: 0.68 , saturation: 0.10 and the lightness value of 75738d is 0.50.

The process color (four color CMYK) of #75738d color hex is 0.17, 0.18, 0.00, 0.45. Web safe color of #75738d is #666699. Color #75738d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110011 10001101
Octal 165 163 215
Decimal 117 115 141
Hex 75 73 8D

RGB Percentages of Color #75738d

%31.37
%30.83
%37.80

CMYK Percentages of Color #75738d

%17
%18
%0
%45

Triadic Colors of #75738d

#75738d #8d7573 #738d75

Analogous Colors of #75738d

#75738d #82738d #737e8d

Monochromatic Colors of #75738d

#75738d

Complementary Color

#75738d #8b8d73

#75738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75738d Color CSS Codes

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

#75738d Text Font Color

<p style="color:#75738d">Text here</p>

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


#75738d Background Color

<div style="background-color:#75738d">
Div content here</div>

This div background color is #75738d


#75738d Border Color

<div style="border:3px solid #75738d">
Div here</div>

This div border color is #75738d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,115,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75738d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75738d;
  -webkit-box-shadow: 1px 1px 3px 2px #75738d;
  box-shadow:         1px 1px 3px 2px #75738d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75738d


Comments

No comments written yet.

Please login to write comment.