Color Hex Logo

#764641 Color Hex

#764641
(118,70,65)
0 Favorites   0 Comments

Color spaces of #764641

RGB 1187065
HSL0.020.290.36
HSV45°46°
CMYK 0.000.410.45   0.54
XYZ10.61558.61356.1041
Yxy8.61350.41900.3400
Hunter Lab29.348813.20348.2127
CIE-Lab35.229219.973711.7812

#764641 color RGB value is (118,70,65).

#764641 hex color red value is 118, green value is 70 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #764641 hue: 0.02 , saturation: 0.29 and the lightness value of 764641 is 0.36.

The process color (four color CMYK) of #764641 color hex is 0.00, 0.41, 0.45, 0.54. Web safe color of #764641 is #663333. Color #764641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 01000001
Octal 166 106 101
Decimal 118 70 65
Hex 76 46 41

RGB Percentages of Color #764641

%46.64
%27.67
%25.69

CMYK Percentages of Color #764641

%0
%41
%45
%54

Triadic Colors of #764641

#764641 #417646 #464176

Analogous Colors of #764641

#764641 #766141 #764156

Monochromatic Colors of #764641

#764641

Complementary Color

#764641 #417176

#764641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764641 Color CSS Codes

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

#764641 Text Font Color

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

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


#764641 Background Color

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

This div background color is #764641


#764641 Border Color

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

This div border color is #764641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,70,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764641


Comments

No comments written yet.

Please login to write comment.