Color Hex Logo

#77494e Color Hex

#77494E
(119,73,78)
0 Favorites   0 Comments

Color spaces of #77494e

RGB 1197378
HSL0.980.240.38
HSV353°39°47°
CMYK 0.000.390.34   0.53
XYZ11.36549.23718.3916
Yxy9.23710.39200.3186
Hunter Lab30.392613.56354.9045
CIE-Lab36.436820.31005.2962

#77494e color RGB value is (119,73,78).

#77494e hex color red value is 119, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #77494e hue: 0.98 , saturation: 0.24 and the lightness value of 77494e is 0.38.

The process color (four color CMYK) of #77494e color hex is 0.00, 0.39, 0.34, 0.53. Web safe color of #77494e is #663366. Color #77494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001001 01001110
Octal 167 111 116
Decimal 119 73 78
Hex 77 49 4E

RGB Percentages of Color #77494e

%44.07
%27.04
%28.89

CMYK Percentages of Color #77494e

%0
%39
%34
%53

Triadic Colors of #77494e

#77494e #4e7749 #494e77

Analogous Colors of #77494e

#77494e #775b49 #774965

Monochromatic Colors of #77494e

#77494e

Complementary Color

#77494e #497772

#77494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77494e Color CSS Codes

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

#77494e Text Font Color

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

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


#77494e Background Color

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

This div background color is #77494e


#77494e Border Color

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

This div border color is #77494e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,73,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77494e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77494e;
  -webkit-box-shadow: 1px 1px 3px 2px #77494e;
  box-shadow:         1px 1px 3px 2px #77494e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77494e


Comments

No comments written yet.

Please login to write comment.