Color Hex Logo

#775721 Color Hex

#775721
(119,87,33)
0 Favorites   0 Comments

Color spaces of #775721

RGB 1198733
HSL0.100.570.30
HSV38°72°47°
CMYK 0.000.270.72   0.53
XYZ11.290510.84812.9377
Yxy10.84810.45020.4326
Hunter Lab32.93653.550417.7673
CIE-Lab39.32347.325435.3998

#775721 color RGB value is (119,87,33).

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

The process color (four color CMYK) of #775721 color hex is 0.00, 0.27, 0.72, 0.53. Web safe color of #775721 is #666633. Color #775721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010111 00100001
Octal 167 127 41
Decimal 119 87 33
Hex 77 57 21

RGB Percentages of Color #775721

%49.79
%36.40
%13.81

CMYK Percentages of Color #775721

%0
%27
%72
%53

Triadic Colors of #775721

#775721 #217757 #572177

Analogous Colors of #775721

#775721 #6c7721 #772c21

Monochromatic Colors of #775721

#775721

Complementary Color

#775721 #214177

#775721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775721 Color CSS Codes

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

#775721 Text Font Color

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

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


#775721 Background Color

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

This div background color is #775721


#775721 Border Color

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

This div border color is #775721


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,87,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 #775721">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775721


Comments

No comments written yet.

Please login to write comment.