Color Hex Logo

#74657c Color Hex

#74657C
(116,101,124)
0 Favorites   0 Comments

Color spaces of #74657c

RGB 116101124
HSL0.780.100.44
HSV279°19°49°
CMYK 0.060.190.00   0.51
XYZ15.494214.475621.0462
Yxy14.47560.30370.2837
Hunter Lab38.04686.1105-6.1644
CIE-Lab44.907410.6049-10.6254

#74657c color RGB value is (116,101,124).

#74657c hex color red value is 116, green value is 101 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #74657c hue: 0.78 , saturation: 0.10 and the lightness value of 74657c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100101 01111100
Octal 164 145 174
Decimal 116 101 124
Hex 74 65 7C

RGB Percentages of Color #74657c

%34.02
%29.62
%36.36

CMYK Percentages of Color #74657c

%6
%19
%0
%51

Triadic Colors of #74657c

#74657c #7c7465 #657c74

Analogous Colors of #74657c

#74657c #7c6579 #69657c

Monochromatic Colors of #74657c

#74657c

Complementary Color

#74657c #6d7c65

#74657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74657c Color CSS Codes

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

#74657c Text Font Color

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

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


#74657c Background Color

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

This div background color is #74657c


#74657c Border Color

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

This div border color is #74657c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74657c


Comments

No comments written yet.

Please login to write comment.