Color Hex Logo

#766247 Color Hex

#766247
(118,98,71)
0 Favorites   0 Comments

Color spaces of #766247

RGB 1189871
HSL0.100.250.37
HSV34°40°46°
CMYK 0.000.170.40   0.54
XYZ12.976213.04187.7946
Yxy13.04180.38380.3857
Hunter Lab36.11340.939712.4825
CIE-Lab42.82623.897018.3805

#766247 color RGB value is (118,98,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100010 01000111
Octal 166 142 107
Decimal 118 98 71
Hex 76 62 47

RGB Percentages of Color #766247

%41.11
%34.15
%24.74

CMYK Percentages of Color #766247

%0
%17
%40
%54

Triadic Colors of #766247

#766247 #477662 #624776

Analogous Colors of #766247

#766247 #737647 #764b47

Monochromatic Colors of #766247

#766247

Complementary Color

#766247 #475b76

#766247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766247 Color CSS Codes

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

#766247 Text Font Color

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

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


#766247 Background Color

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

This div background color is #766247


#766247 Border Color

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

This div border color is #766247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766247


Comments

No comments written yet.

Please login to write comment.