Color Hex Logo

#77164e Color Hex

#77164E
(119,22,78)
0 Favorites   0 Comments

Color spaces of #77164e

RGB 1192278
HSL0.900.690.28
HSV325°82°47°
CMYK 0.000.820.34   0.53
XYZ9.26985.04587.6931
Yxy5.04580.42120.2293
Hunter Lab22.462934.3520-4.5817
CIE-Lab26.864945.3893-8.7770

#77164e color RGB value is (119,22,78).

#77164e hex color red value is 119, green value is 22 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #77164e hue: 0.90 , saturation: 0.69 and the lightness value of 77164e is 0.28.

The process color (four color CMYK) of #77164e color hex is 0.00, 0.82, 0.34, 0.53. Web safe color of #77164e is #660066. Color #77164e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010110 01001110
Octal 167 26 116
Decimal 119 22 78
Hex 77 16 4E

RGB Percentages of Color #77164e

%54.34
%10.05
%35.62

CMYK Percentages of Color #77164e

%0
%82
%34
%53

Triadic Colors of #77164e

#77164e #4e7716 #164e77

Analogous Colors of #77164e

#77164e #77161d #701677

Monochromatic Colors of #77164e

#77164e

Complementary Color

#77164e #16773f

#77164e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77164e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77164e Color CSS Codes

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

#77164e Text Font Color

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

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


#77164e Background Color

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

This div background color is #77164e


#77164e Border Color

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

This div border color is #77164e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77164e


Comments

No comments written yet.

Please login to write comment.