Color Hex Logo

#774144 Color Hex

#774144
(119,65,68)
0 Favorites   0 Comments

Color spaces of #774144

RGB 1196568
HSL0.990.290.36
HSV357°45°47°
CMYK 0.000.450.43   0.53
XYZ10.54148.11996.4805
Yxy8.11990.41930.3230
Hunter Lab28.495416.16606.4629
CIE-Lab34.231423.71348.5186

#774144 color RGB value is (119,65,68).

#774144 hex color red value is 119, green value is 65 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #774144 hue: 0.99 , saturation: 0.29 and the lightness value of 774144 is 0.36.

The process color (four color CMYK) of #774144 color hex is 0.00, 0.45, 0.43, 0.53. Web safe color of #774144 is #663333. Color #774144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000001 01000100
Octal 167 101 104
Decimal 119 65 68
Hex 77 41 44

RGB Percentages of Color #774144

%47.22
%25.79
%26.98

CMYK Percentages of Color #774144

%0
%45
%43
%53

Triadic Colors of #774144

#774144 #447741 #414477

Analogous Colors of #774144

#774144 #775941 #77415f

Monochromatic Colors of #774144

#774144

Complementary Color

#774144 #417774

#774144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774144 Color CSS Codes

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

#774144 Text Font Color

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

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


#774144 Background Color

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

This div background color is #774144


#774144 Border Color

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

This div border color is #774144


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,65,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774144; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774144;
  -webkit-box-shadow: 1px 1px 3px 2px #774144;
  box-shadow:         1px 1px 3px 2px #774144; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,65,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774144


Comments

No comments written yet.

Please login to write comment.