Color Hex Logo

#744c6d Color Hex

#744C6D
(116,76,109)
0 Favorites   0 Comments

Color spaces of #744c6d

RGB 11676109
HSL0.860.210.38
HSV311°34°45°
CMYK 0.000.340.06   0.55
XYZ12.54729.986015.7342
Yxy9.98600.32790.2610
Hunter Lab31.600615.5733-7.4005
CIE-Lab37.817322.6178-12.1638

#744c6d color RGB value is (116,76,109).

#744c6d hex color red value is 116, green value is 76 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #744c6d hue: 0.86 , saturation: 0.21 and the lightness value of 744c6d is 0.38.

The process color (four color CMYK) of #744c6d color hex is 0.00, 0.34, 0.06, 0.55. Web safe color of #744c6d is #663366. Color #744c6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001100 01101101
Octal 164 114 155
Decimal 116 76 109
Hex 74 4C 6D

RGB Percentages of Color #744c6d

%38.54
%25.25
%36.21

CMYK Percentages of Color #744c6d

%0
%34
%6
%55

Triadic Colors of #744c6d

#744c6d #6d744c #4c6d74

Analogous Colors of #744c6d

#744c6d #744c59 #674c74

Monochromatic Colors of #744c6d

#744c6d

Complementary Color

#744c6d #4c7453

#744c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#744c6d Color CSS Codes

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

#744c6d Text Font Color

<p style="color:#744c6d">Text here</p>

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


#744c6d Background Color

<div style="background-color:#744c6d">
Div content here</div>

This div background color is #744c6d


#744c6d Border Color

<div style="border:3px solid #744c6d">
Div here</div>

This div border color is #744c6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,76,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744c6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744c6d;
  -webkit-box-shadow: 1px 1px 3px 2px #744c6d;
  box-shadow:         1px 1px 3px 2px #744c6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744c6d


Comments

No comments written yet.

Please login to write comment.