Color Hex Logo

#77104e Color Hex

#77104E
(119,16,78)
0 Favorites   0 Comments

Color spaces of #77104e

RGB 1191678
HSL0.900.760.26
HSV324°87°47°
CMYK 0.000.870.34   0.53
XYZ9.16824.84267.6592
Yxy4.84260.42310.2235
Hunter Lab22.005935.8571-5.2319
CIE-Lab26.281547.0596-9.6611

#77104e color RGB value is (119,16,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 01001110
Octal 167 20 116
Decimal 119 16 78
Hex 77 10 4E

RGB Percentages of Color #77104e

%55.87
%7.51
%36.62

CMYK Percentages of Color #77104e

%0
%87
%34
%53

Triadic Colors of #77104e

#77104e #4e7710 #104e77

Analogous Colors of #77104e

#77104e #77101b #6d1077

Monochromatic Colors of #77104e

#77104e

Complementary Color

#77104e #107739

#77104e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77104e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77104e Color CSS Codes

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

#77104e Text Font Color

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

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


#77104e Background Color

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

This div background color is #77104e


#77104e Border Color

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

This div border color is #77104e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77104e


Comments

No comments written yet.

Please login to write comment.