Color Hex Logo

#74627c Color Hex

#74627C
(116,98,124)
0 Favorites   0 Comments

Color spaces of #74627c

RGB 11698124
HSL0.780.120.44
HSV282°21°49°
CMYK 0.060.210.00   0.51
XYZ15.208213.903620.9509
Yxy13.90360.30380.2777
Hunter Lab37.28757.5503-7.2122
CIE-Lab44.094412.4184-11.8524

#74627c color RGB value is (116,98,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100010 01111100
Octal 164 142 174
Decimal 116 98 124
Hex 74 62 7C

RGB Percentages of Color #74627c

%34.32
%28.99
%36.69

CMYK Percentages of Color #74627c

%6
%21
%0
%51

Triadic Colors of #74627c

#74627c #7c7462 #627c74

Analogous Colors of #74627c

#74627c #7c6277 #67627c

Monochromatic Colors of #74627c

#74627c

Complementary Color

#74627c #6a7c62

#74627c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74627c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74627c Color CSS Codes

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

#74627c Text Font Color

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

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


#74627c Background Color

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

This div background color is #74627c


#74627c Border Color

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

This div border color is #74627c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74627c


Comments

No comments written yet.

Please login to write comment.