Color Hex Logo

#771060 Color Hex

#771060
(119,16,96)
0 Favorites   0 Comments

Color spaces of #771060

RGB 1191696
HSL0.870.760.26
HSV313°87°47°
CMYK 0.000.870.19   0.53
XYZ9.90445.137011.5359
Yxy5.13700.37270.1933
Hunter Lab22.665038.3394-14.3117
CIE-Lab27.121649.4193-20.2894

#771060 color RGB value is (119,16,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 01100000
Octal 167 20 140
Decimal 119 16 96
Hex 77 10 60

RGB Percentages of Color #771060

%51.52
%6.93
%41.56

CMYK Percentages of Color #771060

%0
%87
%19
%53

Triadic Colors of #771060

#771060 #607710 #106077

Analogous Colors of #771060

#771060 #77102c #5b1077

Monochromatic Colors of #771060

#771060

Complementary Color

#771060 #107727

#771060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771060 Color CSS Codes

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

#771060 Text Font Color

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

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


#771060 Background Color

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

This div background color is #771060


#771060 Border Color

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

This div border color is #771060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771060


Comments

No comments written yet.

Please login to write comment.