Color Hex Logo

#766149 Color Hex

#766149
(118,97,73)
0 Favorites   0 Comments

Color spaces of #766149

RGB 1189773
HSL0.090.240.37
HSV32°38°46°
CMYK 0.000.180.38   0.54
XYZ12.948512.88208.1073
Yxy12.88200.38150.3796
Hunter Lab35.89151.586911.7314
CIE-Lab42.58494.753516.8686

#766149 color RGB value is (118,97,73).

#766149 hex color red value is 118, green value is 97 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #766149 hue: 0.09 , saturation: 0.24 and the lightness value of 766149 is 0.37.

The process color (four color CMYK) of #766149 color hex is 0.00, 0.18, 0.38, 0.54. Web safe color of #766149 is #666633. Color #766149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100001 01001001
Octal 166 141 111
Decimal 118 97 73
Hex 76 61 49

RGB Percentages of Color #766149

%40.97
%33.68
%25.35

CMYK Percentages of Color #766149

%0
%18
%38
%54

Triadic Colors of #766149

#766149 #497661 #614976

Analogous Colors of #766149

#766149 #757649 #764b49

Monochromatic Colors of #766149

#766149

Complementary Color

#766149 #495e76

#766149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766149 Color CSS Codes

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

#766149 Text Font Color

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

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


#766149 Background Color

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

This div background color is #766149


#766149 Border Color

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

This div border color is #766149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766149


Comments

No comments written yet.

Please login to write comment.