Color Hex Logo

#77204e Color Hex

#77204E
(119,32,78)
0 Favorites   0 Comments

Color spaces of #77204e

RGB 1193278
HSL0.910.580.30
HSV328°73°47°
CMYK 0.000.730.34   0.53
XYZ9.49945.50507.7696
Yxy5.50500.41710.2417
Hunter Lab23.462731.2098-3.2098
CIE-Lab28.127641.8311-6.8730

#77204e color RGB value is (119,32,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100000 01001110
Octal 167 40 116
Decimal 119 32 78
Hex 77 20 4E

RGB Percentages of Color #77204e

%51.97
%13.97
%34.06

CMYK Percentages of Color #77204e

%0
%73
%34
%53

Triadic Colors of #77204e

#77204e #4e7720 #204e77

Analogous Colors of #77204e

#77204e #772022 #752077

Monochromatic Colors of #77204e

#77204e

Complementary Color

#77204e #207749

#77204e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77204e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77204e Color CSS Codes

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

#77204e Text Font Color

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

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


#77204e Background Color

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

This div background color is #77204e


#77204e Border Color

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

This div border color is #77204e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77204e


Comments

No comments written yet.

Please login to write comment.