Color Hex Logo

#74757c Color Hex

#74757C
(116,117,124)
0 Favorites   0 Comments

Color spaces of #74757c

RGB 116117124
HSL0.650.030.47
HSV233°49°
CMYK 0.060.060.00   0.51
XYZ17.201817.890821.6154
Yxy17.89080.30330.3155
Hunter Lab42.2975-1.4272-0.6908
CIE-Lab49.36341.0845-3.9759

#74757c color RGB value is (116,117,124).

#74757c hex color red value is 116, green value is 117 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #74757c hue: 0.65 , saturation: 0.03 and the lightness value of 74757c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110101 01111100
Octal 164 165 174
Decimal 116 117 124
Hex 74 75 7C

RGB Percentages of Color #74757c

%32.49
%32.77
%34.73

CMYK Percentages of Color #74757c

%6
%6
%0
%51

Triadic Colors of #74757c

#74757c #7c7475 #757c74

Analogous Colors of #74757c

#74757c #77747c #74797c

Monochromatic Colors of #74757c

#74757c

Complementary Color

#74757c #7c7b74

#74757c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74757c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74757c Color CSS Codes

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

#74757c Text Font Color

<p style="color:#74757c">Text here</p>

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


#74757c Background Color

<div style="background-color:#74757c">
Div content here</div>

This div background color is #74757c


#74757c Border Color

<div style="border:3px solid #74757c">
Div here</div>

This div border color is #74757c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74757c


Comments

No comments written yet.

Please login to write comment.