Color Hex Logo

#766347 Color Hex

#766347
(118,99,71)
0 Favorites   0 Comments

Color spaces of #766347

RGB 1189971
HSL0.100.250.37
HSV36°40°46°
CMYK 0.000.160.40   0.54
XYZ13.070413.23027.8260
Yxy13.23020.38300.3877
Hunter Lab36.37330.488912.7046
CIE-Lab43.10813.303318.7552

#766347 color RGB value is (118,99,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 01000111
Octal 166 143 107
Decimal 118 99 71
Hex 76 63 47

RGB Percentages of Color #766347

%40.97
%34.38
%24.65

CMYK Percentages of Color #766347

%0
%16
%40
%54

Triadic Colors of #766347

#766347 #477663 #634776

Analogous Colors of #766347

#766347 #727647 #764c47

Monochromatic Colors of #766347

#766347

Complementary Color

#766347 #475a76

#766347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766347 Color CSS Codes

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

#766347 Text Font Color

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

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


#766347 Background Color

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

This div background color is #766347


#766347 Border Color

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

This div border color is #766347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766347


Comments

No comments written yet.

Please login to write comment.