Color Hex Logo

#770344 Color Hex

#770344
(119,3,68)
0 Favorites   0 Comments

Color spaces of #770344

RGB 119368
HSL0.910.950.24
HSV326°97°47°
CMYK 0.000.970.43   0.53
XYZ8.68374.40445.8613
Yxy4.40440.45830.2324
Hunter Lab20.986737.1317-1.8683
CIE-Lab24.965748.6188-4.8859

#770344 color RGB value is (119,3,68).

#770344 hex color red value is 119, green value is 3 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #770344 hue: 0.91 , saturation: 0.95 and the lightness value of 770344 is 0.24.

The process color (four color CMYK) of #770344 color hex is 0.00, 0.97, 0.43, 0.53. Web safe color of #770344 is #660033. Color #770344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000011 01000100
Octal 167 3 104
Decimal 119 3 68
Hex 77 3 44

RGB Percentages of Color #770344

%62.63
%1.58
%35.79

CMYK Percentages of Color #770344

%0
%97
%43
%53

Triadic Colors of #770344

#770344 #447703 #034477

Analogous Colors of #770344

#770344 #77030a #700377

Monochromatic Colors of #770344

#770344

Complementary Color

#770344 #037736

#770344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770344 Color CSS Codes

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

#770344 Text Font Color

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

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


#770344 Background Color

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

This div background color is #770344


#770344 Border Color

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

This div border color is #770344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770344


Comments

No comments written yet.

Please login to write comment.