Color Hex Logo

#77074c Color Hex

#77074C
(119,7,76)
0 Favorites   0 Comments

Color spaces of #77074c

RGB 119776
HSL0.900.890.25
HSV323°94°47°
CMYK 0.000.940.36   0.53
XYZ8.98824.59577.2508
Yxy4.59570.43140.2206
Hunter Lab21.437637.3245-5.0473
CIE-Lab25.550448.7005-9.4274

#77074c color RGB value is (119,7,76).

#77074c hex color red value is 119, green value is 7 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #77074c hue: 0.90 , saturation: 0.89 and the lightness value of 77074c is 0.25.

The process color (four color CMYK) of #77074c color hex is 0.00, 0.94, 0.36, 0.53. Web safe color of #77074c is #660033. Color #77074c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000111 01001100
Octal 167 7 114
Decimal 119 7 76
Hex 77 7 4C

RGB Percentages of Color #77074c

%58.91
%3.47
%37.62

CMYK Percentages of Color #77074c

%0
%94
%36
%53

Triadic Colors of #77074c

#77074c #4c7707 #074c77

Analogous Colors of #77074c

#77074c #770714 #6a0777

Monochromatic Colors of #77074c

#77074c

Complementary Color

#77074c #077732

#77074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77074c Color CSS Codes

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

#77074c Text Font Color

<p style="color:#77074c">Text here</p>

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


#77074c Background Color

<div style="background-color:#77074c">
Div content here</div>

This div background color is #77074c


#77074c Border Color

<div style="border:3px solid #77074c">
Div here</div>

This div border color is #77074c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,7,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77074c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77074c;
  -webkit-box-shadow: 1px 1px 3px 2px #77074c;
  box-shadow:         1px 1px 3px 2px #77074c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77074c


Comments

No comments written yet.

Please login to write comment.