Color Hex Logo

#75657d Color Hex

#75657D
(117,101,125)
0 Favorites   0 Comments

Color spaces of #75657d

RGB 117101125
HSL0.780.110.44
HSV280°19°49°
CMYK 0.060.190.00   0.51
XYZ15.691514.569921.3873
Yxy14.56990.30380.2821
Hunter Lab38.17056.5810-6.5013
CIE-Lab45.039411.1905-11.0192

#75657d color RGB value is (117,101,125).

#75657d hex color red value is 117, green value is 101 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #75657d hue: 0.78 , saturation: 0.11 and the lightness value of 75657d is 0.44.

The process color (four color CMYK) of #75657d color hex is 0.06, 0.19, 0.00, 0.51. Web safe color of #75657d is #666666. Color #75657d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 01111101
Octal 165 145 175
Decimal 117 101 125
Hex 75 65 7D

RGB Percentages of Color #75657d

%34.11
%29.45
%36.44

CMYK Percentages of Color #75657d

%6
%19
%0
%51

Triadic Colors of #75657d

#75657d #7d7565 #657d75

Analogous Colors of #75657d

#75657d #7d6579 #69657d

Monochromatic Colors of #75657d

#75657d

Complementary Color

#75657d #6d7d65

#75657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75657d Color CSS Codes

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

#75657d Text Font Color

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

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


#75657d Background Color

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

This div background color is #75657d


#75657d Border Color

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

This div border color is #75657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75657d


Comments

No comments written yet.

Please login to write comment.