Color Hex Logo

#75748e Color Hex

#75748E
(117,116,142)
0 Favorites   0 Comments

Color spaces of #75748e

RGB 117116142
HSL0.670.100.51
HSV242°18°56°
CMYK 0.180.180.00   0.44
XYZ18.464018.225728.1359
Yxy18.22570.28480.2811
Hunter Lab42.69162.4906-9.1910
CIE-Lab49.76876.0923-13.9942

#75748e color RGB value is (117,116,142).

#75748e hex color red value is 117, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #75748e hue: 0.67 , saturation: 0.10 and the lightness value of 75748e is 0.51.

The process color (four color CMYK) of #75748e color hex is 0.18, 0.18, 0.00, 0.44. Web safe color of #75748e is #666699. Color #75748e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110100 10001110
Octal 165 164 216
Decimal 117 116 142
Hex 75 74 8E

RGB Percentages of Color #75748e

%31.20
%30.93
%37.87

CMYK Percentages of Color #75748e

%18
%18
%0
%44

Triadic Colors of #75748e

#75748e #8e7574 #748e75

Analogous Colors of #75748e

#75748e #82748e #74808e

Monochromatic Colors of #75748e

#75748e

Complementary Color

#75748e #8d8e74

#75748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75748e Color CSS Codes

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

#75748e Text Font Color

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

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


#75748e Background Color

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

This div background color is #75748e


#75748e Border Color

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

This div border color is #75748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75748e


Comments

No comments written yet.

Please login to write comment.