Color Hex Logo

#764721 Color Hex

#764721
(118,71,33)
0 Favorites   0 Comments

Color spaces of #764721

RGB 1187133
HSL0.070.560.30
HSV27°72°46°
CMYK 0.000.400.72   0.54
XYZ9.99908.46782.5463
Yxy8.46780.47580.4030
Hunter Lab29.099510.411115.1816
CIE-Lab34.938716.471330.6319

#764721 color RGB value is (118,71,33).

#764721 hex color red value is 118, green value is 71 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #764721 hue: 0.07 , saturation: 0.56 and the lightness value of 764721 is 0.30.

The process color (four color CMYK) of #764721 color hex is 0.00, 0.40, 0.72, 0.54. Web safe color of #764721 is #663333. Color #764721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000111 00100001
Octal 166 107 41
Decimal 118 71 33
Hex 76 47 21

RGB Percentages of Color #764721

%53.15
%31.98
%14.86

CMYK Percentages of Color #764721

%0
%40
%72
%54

Triadic Colors of #764721

#764721 #217647 #472176

Analogous Colors of #764721

#764721 #767221 #762126

Monochromatic Colors of #764721

#764721

Complementary Color

#764721 #215076

#764721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764721 Color CSS Codes

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

#764721 Text Font Color

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

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


#764721 Background Color

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

This div background color is #764721


#764721 Border Color

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

This div border color is #764721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764721


Comments

No comments written yet.

Please login to write comment.