Color Hex Logo

#774057 Color Hex

#774057
(119,64,87)
0 Favorites   0 Comments

Color spaces of #774057

RGB 1196487
HSL0.930.300.36
HSV335°46°47°
CMYK 0.000.460.27   0.53
XYZ11.16148.276810.0261
Yxy8.27680.37880.2809
Hunter Lab28.769418.9044-0.5239
CIE-Lab34.552826.9480-3.1537

#774057 color RGB value is (119,64,87).

#774057 hex color red value is 119, green value is 64 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #774057 hue: 0.93 , saturation: 0.30 and the lightness value of 774057 is 0.36.

The process color (four color CMYK) of #774057 color hex is 0.00, 0.46, 0.27, 0.53. Web safe color of #774057 is #663366. Color #774057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 01010111
Octal 167 100 127
Decimal 119 64 87
Hex 77 40 57

RGB Percentages of Color #774057

%44.07
%23.70
%32.22

CMYK Percentages of Color #774057

%0
%46
%27
%53

Triadic Colors of #774057

#774057 #577740 #405777

Analogous Colors of #774057

#774057 #774540 #774073

Monochromatic Colors of #774057

#774057

Complementary Color

#774057 #407760

#774057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774057 Color CSS Codes

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

#774057 Text Font Color

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

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


#774057 Background Color

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

This div background color is #774057


#774057 Border Color

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

This div border color is #774057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774057


Comments

No comments written yet.

Please login to write comment.