Color Hex Logo

#771261 Color Hex

#771261
(119,18,97)
0 Favorites   0 Comments

Color spaces of #771261

RGB 1191897
HSL0.870.740.27
HSV313°85°47°
CMYK 0.000.850.18   0.53
XYZ9.98175.217611.7903
Yxy5.21760.36980.1933
Hunter Lab22.842138.0287-14.6140
CIE-Lab27.345949.0627-20.5932

#771261 color RGB value is (119,18,97).

#771261 hex color red value is 119, green value is 18 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #771261 hue: 0.87 , saturation: 0.74 and the lightness value of 771261 is 0.27.

The process color (four color CMYK) of #771261 color hex is 0.00, 0.85, 0.18, 0.53. Web safe color of #771261 is #660066. Color #771261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010010 01100001
Octal 167 22 141
Decimal 119 18 97
Hex 77 12 61

RGB Percentages of Color #771261

%50.85
%7.69
%41.45

CMYK Percentages of Color #771261

%0
%85
%18
%53

Triadic Colors of #771261

#771261 #617712 #126177

Analogous Colors of #771261

#771261 #77122f #5b1277

Monochromatic Colors of #771261

#771261

Complementary Color

#771261 #127728

#771261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771261 Color CSS Codes

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

#771261 Text Font Color

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

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


#771261 Background Color

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

This div background color is #771261


#771261 Border Color

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

This div border color is #771261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771261


Comments

No comments written yet.

Please login to write comment.