Color Hex Logo

#771751 Color Hex

#771751
(119,23,81)
0 Favorites   0 Comments

Color spaces of #771751

RGB 1192381
HSL0.900.680.28
HSV324°81°47°
CMYK 0.000.810.32   0.53
XYZ9.39935.12888.2791
Yxy5.12880.41210.2249
Hunter Lab22.646934.4522-5.8221
CIE-Lab27.098645.4485-10.4221

#771751 color RGB value is (119,23,81).

#771751 hex color red value is 119, green value is 23 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #771751 hue: 0.90 , saturation: 0.68 and the lightness value of 771751 is 0.28.

The process color (four color CMYK) of #771751 color hex is 0.00, 0.81, 0.32, 0.53. Web safe color of #771751 is #660066. Color #771751 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010111 01010001
Octal 167 27 121
Decimal 119 23 81
Hex 77 17 51

RGB Percentages of Color #771751

%53.36
%10.31
%36.32

CMYK Percentages of Color #771751

%0
%81
%32
%53

Triadic Colors of #771751

#771751 #517717 #175177

Analogous Colors of #771751

#771751 #771721 #6d1777

Monochromatic Colors of #771751

#771751

Complementary Color

#771751 #17773d

#771751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771751 Color CSS Codes

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

#771751 Text Font Color

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

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


#771751 Background Color

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

This div background color is #771751


#771751 Border Color

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

This div border color is #771751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771751


Comments

No comments written yet.

Please login to write comment.