Color Hex Logo

#773354 Color Hex

#773354
(119,51,84)
0 Favorites   0 Comments

Color spaces of #773354

RGB 1195184
HSL0.920.400.33
HSV331°57°47°
CMYK 0.000.570.29   0.53
XYZ10.39186.92979.1774
Yxy6.92970.39220.2615
Hunter Lab26.324324.3972-2.2431
CIE-Lab31.646333.7139-5.5411

#773354 color RGB value is (119,51,84).

#773354 hex color red value is 119, green value is 51 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #773354 hue: 0.92 , saturation: 0.40 and the lightness value of 773354 is 0.33.

The process color (four color CMYK) of #773354 color hex is 0.00, 0.57, 0.29, 0.53. Web safe color of #773354 is #663366. Color #773354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110011 01010100
Octal 167 63 124
Decimal 119 51 84
Hex 77 33 54

RGB Percentages of Color #773354

%46.85
%20.08
%33.07

CMYK Percentages of Color #773354

%0
%57
%29
%53

Triadic Colors of #773354

#773354 #547733 #335477

Analogous Colors of #773354

#773354 #773433 #773376

Monochromatic Colors of #773354

#773354

Complementary Color

#773354 #337756

#773354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773354 Color CSS Codes

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

#773354 Text Font Color

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

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


#773354 Background Color

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

This div background color is #773354


#773354 Border Color

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

This div border color is #773354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773354


Comments

No comments written yet.

Please login to write comment.