Color Hex Logo

#74707f Color Hex

#74707F
(116,112,127)
0 Favorites   0 Comments

Color spaces of #74707f

RGB 116112127
HSL0.710.060.47
HSV256°12°50°
CMYK 0.090.120.00   0.50
XYZ16.827416.833722.4410
Yxy16.83370.29990.3001
Hunter Lab41.02891.4086-3.7088
CIE-Lab48.04984.6795-7.7076

#74707f color RGB value is (116,112,127).

#74707f hex color red value is 116, green value is 112 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #74707f hue: 0.71 , saturation: 0.06 and the lightness value of 74707f is 0.47.

The process color (four color CMYK) of #74707f color hex is 0.09, 0.12, 0.00, 0.50. Web safe color of #74707f is #666666. Color #74707f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110000 01111111
Octal 164 160 177
Decimal 116 112 127
Hex 74 70 7F

RGB Percentages of Color #74707f

%32.68
%31.55
%35.77

CMYK Percentages of Color #74707f

%9
%12
%0
%50

Triadic Colors of #74707f

#74707f #7f7470 #707f74

Analogous Colors of #74707f

#74707f #7c707f #70747f

Monochromatic Colors of #74707f

#74707f

Complementary Color

#74707f #7b7f70

#74707f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74707f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74707f Color CSS Codes

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

#74707f Text Font Color

<p style="color:#74707f">Text here</p>

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


#74707f Background Color

<div style="background-color:#74707f">
Div content here</div>

This div background color is #74707f


#74707f Border Color

<div style="border:3px solid #74707f">
Div here</div>

This div border color is #74707f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,112,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74707f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74707f;
  -webkit-box-shadow: 1px 1px 3px 2px #74707f;
  box-shadow:         1px 1px 3px 2px #74707f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74707f


Comments

No comments written yet.

Please login to write comment.