Color Hex Logo

#744a67 Color Hex

#744A67
(116,74,103)
0 Favorites   0 Comments

Color spaces of #744a67

RGB 11674103
HSL0.880.220.37
HSV319°36°45°
CMYK 0.000.360.11   0.55
XYZ12.09949.589814.0453
Yxy9.58980.33860.2684
Hunter Lab30.967415.5495-5.2139
CIE-Lab37.095922.6617-9.5093

#744a67 color RGB value is (116,74,103).

#744a67 hex color red value is 116, green value is 74 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #744a67 hue: 0.88 , saturation: 0.22 and the lightness value of 744a67 is 0.37.

The process color (four color CMYK) of #744a67 color hex is 0.00, 0.36, 0.11, 0.55. Web safe color of #744a67 is #663366. Color #744a67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001010 01100111
Octal 164 112 147
Decimal 116 74 103
Hex 74 4A 67

RGB Percentages of Color #744a67

%39.59
%25.26
%35.15

CMYK Percentages of Color #744a67

%0
%36
%11
%55

Triadic Colors of #744a67

#744a67 #67744a #4a6774

Analogous Colors of #744a67

#744a67 #744a52 #6c4a74

Monochromatic Colors of #744a67

#744a67

Complementary Color

#744a67 #4a7457

#744a67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744a67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744a67 Color CSS Codes

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

#744a67 Text Font Color

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

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


#744a67 Background Color

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

This div background color is #744a67


#744a67 Border Color

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

This div border color is #744a67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744a67


Comments

No comments written yet.

Please login to write comment.