Color Hex Logo

#75758d Color Hex

#75758D
(117,117,141)
0 Favorites   0 Comments

Color spaces of #75758d

RGB 117117141
HSL0.670.100.51
HSV240°17°55°
CMYK 0.170.170.00   0.45
XYZ18.505118.427627.7809
Yxy18.42760.28600.2848
Hunter Lab42.92741.8247-8.3210
CIE-Lab50.01075.2640-13.0389

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110101 10001101
Octal 165 165 215
Decimal 117 117 141
Hex 75 75 8D

RGB Percentages of Color #75758d

%31.20
%31.20
%37.60

CMYK Percentages of Color #75758d

%17
%17
%0
%45

Triadic Colors of #75758d

#75758d #8d7575 #758d75

Analogous Colors of #75758d

#75758d #81758d #75818d

Monochromatic Colors of #75758d

#75758d

Complementary Color

#75758d #8d8d75

#75758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75758d Color CSS Codes

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

#75758d Text Font Color

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

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


#75758d Background Color

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

This div background color is #75758d


#75758d Border Color

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

This div border color is #75758d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,117,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 #75758d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75758d


Comments

No comments written yet.

Please login to write comment.