Color Hex Logo

#771646 Color Hex

#771646
(119,22,70)
0 Favorites   0 Comments

Color spaces of #771646

RGB 1192270
HSL0.920.690.28
HSV330°82°47°
CMYK 0.000.820.41   0.53
XYZ9.00014.93806.2731
Yxy4.93800.44530.2443
Hunter Lab22.221633.4075-1.1823
CIE-Lab26.557444.4605-3.8702

#771646 color RGB value is (119,22,70).

#771646 hex color red value is 119, green value is 22 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #771646 hue: 0.92 , saturation: 0.69 and the lightness value of 771646 is 0.28.

The process color (four color CMYK) of #771646 color hex is 0.00, 0.82, 0.41, 0.53. Web safe color of #771646 is #660033. Color #771646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010110 01000110
Octal 167 26 106
Decimal 119 22 70
Hex 77 16 46

RGB Percentages of Color #771646

%56.40
%10.43
%33.18

CMYK Percentages of Color #771646

%0
%82
%41
%53

Triadic Colors of #771646

#771646 #467716 #164677

Analogous Colors of #771646

#771646 #771716 #771677

Monochromatic Colors of #771646

#771646

Complementary Color

#771646 #167747

#771646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771646 Color CSS Codes

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

#771646 Text Font Color

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

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


#771646 Background Color

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

This div background color is #771646


#771646 Border Color

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

This div border color is #771646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771646


Comments

No comments written yet.

Please login to write comment.