Color Hex Logo

#770941 Color Hex

#770941
(119,9,65)
0 Favorites   0 Comments

Color spaces of #770941

RGB 119965
HSL0.920.860.25
HSV329°92°47°
CMYK 0.000.920.45   0.53
XYZ8.65964.49905.4130
Yxy4.49900.46630.2423
Hunter Lab21.210835.7559-0.2832
CIE-Lab25.256947.1550-2.4072

#770941 color RGB value is (119,9,65).

#770941 hex color red value is 119, green value is 9 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #770941 hue: 0.92 , saturation: 0.86 and the lightness value of 770941 is 0.25.

The process color (four color CMYK) of #770941 color hex is 0.00, 0.92, 0.45, 0.53. Web safe color of #770941 is #660033. Color #770941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001001 01000001
Octal 167 11 101
Decimal 119 9 65
Hex 77 9 41

RGB Percentages of Color #770941

%61.66
%4.66
%33.68

CMYK Percentages of Color #770941

%0
%92
%45
%53

Triadic Colors of #770941

#770941 #417709 #094177

Analogous Colors of #770941

#770941 #77090a #760977

Monochromatic Colors of #770941

#770941

Complementary Color

#770941 #09773f

#770941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770941 Color CSS Codes

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

#770941 Text Font Color

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

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


#770941 Background Color

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

This div background color is #770941


#770941 Border Color

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

This div border color is #770941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770941


Comments

No comments written yet.

Please login to write comment.