Color Hex Logo

#74504e Color Hex

#74504E
(116,80,78)
0 Favorites   0 Comments

Color spaces of #74504e

RGB 1168078
HSL0.010.200.38
HSV33°45°
CMYK 0.000.310.33   0.55
XYZ11.446310.00048.5347
Yxy10.00040.38180.3336
Hunter Lab31.62349.26836.1349
CIE-Lab37.843114.83147.2398

#74504e color RGB value is (116,80,78).

#74504e hex color red value is 116, green value is 80 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #74504e hue: 0.01 , saturation: 0.20 and the lightness value of 74504e is 0.38.

The process color (four color CMYK) of #74504e color hex is 0.00, 0.31, 0.33, 0.55. Web safe color of #74504e is #666666. Color #74504e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 01001110
Octal 164 120 116
Decimal 116 80 78
Hex 74 50 4E

RGB Percentages of Color #74504e

%42.34
%29.20
%28.47

CMYK Percentages of Color #74504e

%0
%31
%33
%55

Triadic Colors of #74504e

#74504e #4e7450 #504e74

Analogous Colors of #74504e

#74504e #74634e #744e5f

Monochromatic Colors of #74504e

#74504e

Complementary Color

#74504e #4e7274

#74504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74504e Color CSS Codes

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

#74504e Text Font Color

<p style="color:#74504e">Text here</p>

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


#74504e Background Color

<div style="background-color:#74504e">
Div content here</div>

This div background color is #74504e


#74504e Border Color

<div style="border:3px solid #74504e">
Div here</div>

This div border color is #74504e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,80,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74504e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74504e;
  -webkit-box-shadow: 1px 1px 3px 2px #74504e;
  box-shadow:         1px 1px 3px 2px #74504e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74504e


Comments

No comments written yet.

Please login to write comment.