Color Hex Logo

#764e62 Color Hex

#764E62
(118,78,98)
0 Favorites   0 Comments

Color spaces of #764e62

RGB 1187898
HSL0.920.200.38
HSV330°34°46°
CMYK 0.000.340.17   0.54
XYZ12.400210.182212.8671
Yxy10.18220.34980.2872
Hunter Lab31.909613.5242-1.5712
CIE-Lab38.167520.1103-4.7533

#764e62 color RGB value is (118,78,98).

#764e62 hex color red value is 118, green value is 78 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #764e62 hue: 0.92 , saturation: 0.20 and the lightness value of 764e62 is 0.38.

The process color (four color CMYK) of #764e62 color hex is 0.00, 0.34, 0.17, 0.54. Web safe color of #764e62 is #666666. Color #764e62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001110 01100010
Octal 166 116 142
Decimal 118 78 98
Hex 76 4E 62

RGB Percentages of Color #764e62

%40.14
%26.53
%33.33

CMYK Percentages of Color #764e62

%0
%34
%17
%54

Triadic Colors of #764e62

#764e62 #62764e #4e6276

Analogous Colors of #764e62

#764e62 #764e4e #764e76

Monochromatic Colors of #764e62

#764e62

Complementary Color

#764e62 #4e7662

#764e62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764e62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764e62 Color CSS Codes

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

#764e62 Text Font Color

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

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


#764e62 Background Color

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

This div background color is #764e62


#764e62 Border Color

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

This div border color is #764e62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,78,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #764e62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #764e62;
  -webkit-box-shadow: 1px 1px 3px 2px #764e62;
  box-shadow:         1px 1px 3px 2px #764e62; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764e62


Comments

No comments written yet.

Please login to write comment.