Color Hex Logo

#765947 Color Hex

#765947
(118,89,71)
0 Favorites   0 Comments

Color spaces of #765947

RGB 1188971
HSL0.060.250.37
HSV23°40°46°
CMYK 0.000.250.40   0.54
XYZ12.180911.45127.5295
Yxy11.45120.39090.3675
Hunter Lab33.83965.033510.4954
CIE-Lab40.33029.284115.0295

#765947 color RGB value is (118,89,71).

#765947 hex color red value is 118, green value is 89 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #765947 hue: 0.06 , saturation: 0.25 and the lightness value of 765947 is 0.37.

The process color (four color CMYK) of #765947 color hex is 0.00, 0.25, 0.40, 0.54. Web safe color of #765947 is #666633. Color #765947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011001 01000111
Octal 166 131 107
Decimal 118 89 71
Hex 76 59 47

RGB Percentages of Color #765947

%42.45
%32.01
%25.54

CMYK Percentages of Color #765947

%0
%25
%40
%54

Triadic Colors of #765947

#765947 #477659 #594776

Analogous Colors of #765947

#765947 #767147 #76474d

Monochromatic Colors of #765947

#765947

Complementary Color

#765947 #476476

#765947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765947 Color CSS Codes

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

#765947 Text Font Color

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

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


#765947 Background Color

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

This div background color is #765947


#765947 Border Color

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

This div border color is #765947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765947

#765947 Color Palettes


Comments

No comments written yet.

Please login to write comment.