Color Hex Logo

#770e76 Color Hex

#770E76
(119,14,118)
0 Favorites   0 Comments

Color spaces of #770e76

RGB 11914118
HSL0.830.790.26
HSV301°88°47°
CMYK 0.000.880.01   0.53
XYZ11.03485.544017.6280
Yxy5.54400.32260.1621
Hunter Lab23.545742.4499-27.9068
CIE-Lab28.231653.2655-32.7431

#770e76 color RGB value is (119,14,118).

#770e76 hex color red value is 119, green value is 14 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #770e76 hue: 0.83 , saturation: 0.79 and the lightness value of 770e76 is 0.26.

The process color (four color CMYK) of #770e76 color hex is 0.00, 0.88, 0.01, 0.53. Web safe color of #770e76 is #660066. Color #770e76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001110 01110110
Octal 167 16 166
Decimal 119 14 118
Hex 77 E 76

RGB Percentages of Color #770e76

%47.41
%5.58
%47.01

CMYK Percentages of Color #770e76

%0
%88
%1
%53

Triadic Colors of #770e76

#770e76 #76770e #0e7677

Analogous Colors of #770e76

#770e76 #770e42 #440e77

Monochromatic Colors of #770e76

#770e76

Complementary Color

#770e76 #0e770f

#770e76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770e76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770e76 Color CSS Codes

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

#770e76 Text Font Color

<p style="color:#770e76">Text here</p>

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


#770e76 Background Color

<div style="background-color:#770e76">
Div content here</div>

This div background color is #770e76


#770e76 Border Color

<div style="border:3px solid #770e76">
Div here</div>

This div border color is #770e76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,14,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #770e76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #770e76;
  -webkit-box-shadow: 1px 1px 3px 2px #770e76;
  box-shadow:         1px 1px 3px 2px #770e76; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770e76


Comments

No comments written yet.

Please login to write comment.