Color Hex Logo

#74717d Color Hex

#74717D
(116,113,125)
0 Favorites   0 Comments

Color spaces of #74717d

RGB 116113125
HSL0.710.050.47
HSV255°10°49°
CMYK 0.070.100.00   0.51
XYZ16.809317.003921.7982
Yxy17.00390.30230.3058
Hunter Lab41.23580.6009-2.4770
CIE-Lab48.26493.6515-6.1977

#74717d color RGB value is (116,113,125).

#74717d hex color red value is 116, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #74717d hue: 0.71 , saturation: 0.05 and the lightness value of 74717d is 0.47.

The process color (four color CMYK) of #74717d color hex is 0.07, 0.10, 0.00, 0.51. Web safe color of #74717d is #666666. Color #74717d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110001 01111101
Octal 164 161 175
Decimal 116 113 125
Hex 74 71 7D

RGB Percentages of Color #74717d

%32.77
%31.92
%35.31

CMYK Percentages of Color #74717d

%7
%10
%0
%51

Triadic Colors of #74717d

#74717d #7d7471 #717d74

Analogous Colors of #74717d

#74717d #7a717d #71747d

Monochromatic Colors of #74717d

#74717d

Complementary Color

#74717d #7a7d71

#74717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74717d Color CSS Codes

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

#74717d Text Font Color

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

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


#74717d Background Color

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

This div background color is #74717d


#74717d Border Color

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

This div border color is #74717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74717d


Comments

No comments written yet.

Please login to write comment.