Color Hex Logo

#74677c Color Hex

#74677C
(116,103,124)
0 Favorites   0 Comments

Color spaces of #74677c

RGB 116103124
HSL0.770.090.45
HSV277°17°49°
CMYK 0.060.170.00   0.51
XYZ15.690814.868721.1117
Yxy14.86870.30370.2878
Hunter Lab38.56005.1552-5.4695
CIE-Lab45.45389.4000-9.8031

#74677c color RGB value is (116,103,124).

#74677c hex color red value is 116, green value is 103 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #74677c hue: 0.77 , saturation: 0.09 and the lightness value of 74677c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100111 01111100
Octal 164 147 174
Decimal 116 103 124
Hex 74 67 7C

RGB Percentages of Color #74677c

%33.82
%30.03
%36.15

CMYK Percentages of Color #74677c

%6
%17
%0
%51

Triadic Colors of #74677c

#74677c #7c7467 #677c74

Analogous Colors of #74677c

#74677c #7c677a #6a677c

Monochromatic Colors of #74677c

#74677c

Complementary Color

#74677c #6f7c67

#74677c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74677c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74677c Color CSS Codes

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

#74677c Text Font Color

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

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


#74677c Background Color

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

This div background color is #74677c


#74677c Border Color

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

This div border color is #74677c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74677c


Comments

No comments written yet.

Please login to write comment.