Color Hex Logo

#774f57 Color Hex

#774F57
(119,79,87)
0 Favorites   0 Comments

Color spaces of #774f57

RGB 1197987
HSL0.970.200.39
HSV348°34°47°
CMYK 0.000.340.27   0.53
XYZ12.124010.202010.3470
Yxy10.20200.37110.3122
Hunter Lab31.940611.85903.1517
CIE-Lab38.202618.06212.1855

#774f57 color RGB value is (119,79,87).

#774f57 hex color red value is 119, green value is 79 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #774f57 hue: 0.97 , saturation: 0.20 and the lightness value of 774f57 is 0.39.

The process color (four color CMYK) of #774f57 color hex is 0.00, 0.34, 0.27, 0.53. Web safe color of #774f57 is #666666. Color #774f57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001111 01010111
Octal 167 117 127
Decimal 119 79 87
Hex 77 4F 57

RGB Percentages of Color #774f57

%41.75
%27.72
%30.53

CMYK Percentages of Color #774f57

%0
%34
%27
%53

Triadic Colors of #774f57

#774f57 #57774f #4f5777

Analogous Colors of #774f57

#774f57 #775b4f #774f6b

Monochromatic Colors of #774f57

#774f57

Complementary Color

#774f57 #4f776f

#774f57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774f57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774f57 Color CSS Codes

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

#774f57 Text Font Color

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

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


#774f57 Background Color

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

This div background color is #774f57


#774f57 Border Color

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

This div border color is #774f57


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,79,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 #774f57">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774f57


Comments

No comments written yet.

Please login to write comment.