Color Hex Logo

#765347 Color Hex

#765347
(118,83,71)
0 Favorites   0 Comments

Color spaces of #765347

RGB 1188371
HSL0.040.250.37
HSV15°40°46°
CMYK 0.000.300.40   0.54
XYZ11.701810.49307.3698
Yxy10.49300.39580.3549
Hunter Lab32.39297.79489.1858
CIE-Lab38.713112.905312.8259

#765347 color RGB value is (118,83,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010011 01000111
Octal 166 123 107
Decimal 118 83 71
Hex 76 53 47

RGB Percentages of Color #765347

%43.38
%30.51
%26.10

CMYK Percentages of Color #765347

%0
%30
%40
%54

Triadic Colors of #765347

#765347 #477653 #534776

Analogous Colors of #765347

#765347 #766b47 #764753

Monochromatic Colors of #765347

#765347

Complementary Color

#765347 #476a76

#765347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765347 Color CSS Codes

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

#765347 Text Font Color

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

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


#765347 Background Color

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

This div background color is #765347


#765347 Border Color

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

This div border color is #765347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765347


Comments

No comments written yet.

Please login to write comment.