Color Hex Logo

#74707c Color Hex

#74707C
(116,112,124)
0 Favorites   0 Comments

Color spaces of #74707c

RGB 116112124
HSL0.720.050.46
HSV260°10°49°
CMYK 0.060.100.00   0.51
XYZ16.634716.756621.4264
Yxy16.75660.30350.3057
Hunter Lab40.93480.9012-2.3796
CIE-Lab47.95194.0259-6.0685

#74707c color RGB value is (116,112,124).

#74707c hex color red value is 116, green value is 112 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #74707c hue: 0.72 , saturation: 0.05 and the lightness value of 74707c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110000 01111100
Octal 164 160 174
Decimal 116 112 124
Hex 74 70 7C

RGB Percentages of Color #74707c

%32.95
%31.82
%35.23

CMYK Percentages of Color #74707c

%6
%10
%0
%51

Triadic Colors of #74707c

#74707c #7c7470 #707c74

Analogous Colors of #74707c

#74707c #7a707c #70727c

Monochromatic Colors of #74707c

#74707c

Complementary Color

#74707c #787c70

#74707c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74707c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74707c Color CSS Codes

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

#74707c Text Font Color

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

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


#74707c Background Color

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

This div background color is #74707c


#74707c Border Color

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

This div border color is #74707c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74707c

#74707c Color Palettes


Comments

No comments written yet.

Please login to write comment.