Color Hex Logo

#74364e Color Hex

#74364E
(116,54,78)
0 Favorites   0 Comments

Color spaces of #74364e

RGB 1165478
HSL0.940.360.33
HSV337°53°45°
CMYK 0.000.530.33   0.55
XYZ9.89686.90148.0182
Yxy6.90140.39880.2781
Hunter Lab26.270521.27230.2931
CIE-Lab31.581430.1357-1.7937

#74364e color RGB value is (116,54,78).

#74364e hex color red value is 116, green value is 54 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #74364e hue: 0.94 , saturation: 0.36 and the lightness value of 74364e is 0.33.

The process color (four color CMYK) of #74364e color hex is 0.00, 0.53, 0.33, 0.55. Web safe color of #74364e is #663366. Color #74364e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110110 01001110
Octal 164 66 116
Decimal 116 54 78
Hex 74 36 4E

RGB Percentages of Color #74364e

%46.77
%21.77
%31.45

CMYK Percentages of Color #74364e

%0
%53
%33
%55

Triadic Colors of #74364e

#74364e #4e7436 #364e74

Analogous Colors of #74364e

#74364e #743d36 #74366d

Monochromatic Colors of #74364e

#74364e

Complementary Color

#74364e #36745c

#74364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74364e Color CSS Codes

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

#74364e Text Font Color

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

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


#74364e Background Color

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

This div background color is #74364e


#74364e Border Color

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

This div border color is #74364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74364e


Comments

No comments written yet.

Please login to write comment.