Color Hex Logo

#77405e Color Hex

#77405E
(119,64,94)
0 Favorites   0 Comments

Color spaces of #77405e

RGB 1196494
HSL0.910.300.36
HSV327°46°47°
CMYK 0.000.460.21   0.53
XYZ11.46158.396911.6063
Yxy8.39690.36430.2669
Hunter Lab28.977419.8921-3.4632
CIE-Lab34.796228.0742-7.2494

#77405e color RGB value is (119,64,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 01011110
Octal 167 100 136
Decimal 119 64 94
Hex 77 40 5E

RGB Percentages of Color #77405e

%42.96
%23.10
%33.94

CMYK Percentages of Color #77405e

%0
%46
%21
%53

Triadic Colors of #77405e

#77405e #5e7740 #405e77

Analogous Colors of #77405e

#77405e #774043 #754077

Monochromatic Colors of #77405e

#77405e

Complementary Color

#77405e #407759

#77405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77405e Color CSS Codes

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

#77405e Text Font Color

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

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


#77405e Background Color

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

This div background color is #77405e


#77405e Border Color

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

This div border color is #77405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77405e


Comments

No comments written yet.

Please login to write comment.