Color Hex Logo

#765c4e Color Hex

#765C4E
(118,92,78)
0 Favorites   0 Comments

Color spaces of #765c4e

RGB 1189278
HSL0.060.200.38
HSV21°34°46°
CMYK 0.000.220.34   0.54
XYZ12.673512.05598.8668
Yxy12.05590.37720.3588
Hunter Lab34.72164.39039.1643
CIE-Lab41.30488.436712.1121

#765c4e color RGB value is (118,92,78).

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

The process color (four color CMYK) of #765c4e color hex is 0.00, 0.22, 0.34, 0.54. Web safe color of #765c4e is #666666. Color #765c4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011100 01001110
Octal 166 134 116
Decimal 118 92 78
Hex 76 5C 4E

RGB Percentages of Color #765c4e

%40.97
%31.94
%27.08

CMYK Percentages of Color #765c4e

%0
%22
%34
%54

Triadic Colors of #765c4e

#765c4e #4e765c #5c4e76

Analogous Colors of #765c4e

#765c4e #76704e #764e54

Monochromatic Colors of #765c4e

#765c4e

Complementary Color

#765c4e #4e6876

#765c4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765c4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#765c4e Color CSS Codes

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

#765c4e Text Font Color

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

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


#765c4e Background Color

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

This div background color is #765c4e


#765c4e Border Color

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

This div border color is #765c4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765c4e


Comments

No comments written yet.

Please login to write comment.