Color Hex Logo

#766939 Color Hex

#766939
(118,105,57)
0 Favorites   0 Comments

Color spaces of #766939

RGB 11810557
HSL0.130.350.34
HSV47°52°46°
CMYK 0.000.110.52   0.54
XYZ13.261314.25015.9225
Yxy14.25010.39660.4262
Hunter Lab37.7493-3.354417.1225
CIE-Lab44.5895-1.831728.6863

#766939 color RGB value is (118,105,57).

#766939 hex color red value is 118, green value is 105 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #766939 hue: 0.13 , saturation: 0.35 and the lightness value of 766939 is 0.34.

The process color (four color CMYK) of #766939 color hex is 0.00, 0.11, 0.52, 0.54. Web safe color of #766939 is #666633. Color #766939 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101001 00111001
Octal 166 151 71
Decimal 118 105 57
Hex 76 69 39

RGB Percentages of Color #766939

%42.14
%37.50
%20.36

CMYK Percentages of Color #766939

%0
%11
%52
%54

Triadic Colors of #766939

#766939 #397669 #693976

Analogous Colors of #766939

#766939 #657639 #764b39

Monochromatic Colors of #766939

#766939

Complementary Color

#766939 #394676

#766939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766939 Color CSS Codes

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

#766939 Text Font Color

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

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


#766939 Background Color

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

This div background color is #766939


#766939 Border Color

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

This div border color is #766939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766939


Comments

No comments written yet.

Please login to write comment.