Color Hex Logo

#773321 Color Hex

#773321
(119,51,33)
0 Favorites   0 Comments

Color spaces of #773321

RGB 1195133
HSL0.030.570.30
HSV13°72°47°
CMYK 0.000.570.72   0.53
XYZ9.06616.39942.1962
Yxy6.39940.51330.3623
Hunter Lab25.297019.702112.5606
CIE-Lab30.398528.459525.5555

#773321 color RGB value is (119,51,33).

#773321 hex color red value is 119, green value is 51 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #773321 hue: 0.03 , saturation: 0.57 and the lightness value of 773321 is 0.30.

The process color (four color CMYK) of #773321 color hex is 0.00, 0.57, 0.72, 0.53. Web safe color of #773321 is #663333. Color #773321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110011 00100001
Octal 167 63 41
Decimal 119 51 33
Hex 77 33 21

RGB Percentages of Color #773321

%58.62
%25.12
%16.26

CMYK Percentages of Color #773321

%0
%57
%72
%53

Triadic Colors of #773321

#773321 #217733 #332177

Analogous Colors of #773321

#773321 #775e21 #77213a

Monochromatic Colors of #773321

#773321

Complementary Color

#773321 #216577

#773321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773321 Color CSS Codes

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

#773321 Text Font Color

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

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


#773321 Background Color

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

This div background color is #773321


#773321 Border Color

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

This div border color is #773321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773321


Comments

No comments written yet.

Please login to write comment.