Color Hex Logo

#74545c Color Hex

#74545C
(116,84,92)
0 Favorites   0 Comments

Color spaces of #74545c

RGB 1168492
HSL0.960.160.39
HSV345°28°45°
CMYK 0.000.280.21   0.55
XYZ12.304510.826411.5664
Yxy10.82640.35460.3120
Hunter Lab32.90359.17022.1905
CIE-Lab39.286514.63270.6014

#74545c color RGB value is (116,84,92).

#74545c hex color red value is 116, green value is 84 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #74545c hue: 0.96 , saturation: 0.16 and the lightness value of 74545c is 0.39.

The process color (four color CMYK) of #74545c color hex is 0.00, 0.28, 0.21, 0.55. Web safe color of #74545c is #666666. Color #74545c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 01011100
Octal 164 124 134
Decimal 116 84 92
Hex 74 54 5C

RGB Percentages of Color #74545c

%39.73
%28.77
%31.51

CMYK Percentages of Color #74545c

%0
%28
%21
%55

Triadic Colors of #74545c

#74545c #5c7454 #545c74

Analogous Colors of #74545c

#74545c #745c54 #74546c

Monochromatic Colors of #74545c

#74545c

Complementary Color

#74545c #54746c

#74545c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74545c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74545c Color CSS Codes

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

#74545c Text Font Color

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

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


#74545c Background Color

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

This div background color is #74545c


#74545c Border Color

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

This div border color is #74545c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74545c


Comments

No comments written yet.

Please login to write comment.