Color Hex Logo

#767049 Color Hex

#767049
(118,112,73)
0 Favorites   0 Comments

Color spaces of #767049

RGB 11811273
HSL0.140.240.37
HSV52°38°46°
CMYK 0.000.050.38   0.54
XYZ14.468015.92098.6138
Yxy15.92090.37090.4082
Hunter Lab39.9010-5.103115.1312
CIE-Lab46.8705-4.025222.5406

#767049 color RGB value is (118,112,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 01001001
Octal 166 160 111
Decimal 118 112 73
Hex 76 70 49

RGB Percentages of Color #767049

%38.94
%36.96
%24.09

CMYK Percentages of Color #767049

%0
%5
%38
%54

Triadic Colors of #767049

#767049 #497670 #704976

Analogous Colors of #767049

#767049 #667649 #765a49

Monochromatic Colors of #767049

#767049

Complementary Color

#767049 #494f76

#767049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767049 Color CSS Codes

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

#767049 Text Font Color

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

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


#767049 Background Color

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

This div background color is #767049


#767049 Border Color

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

This div border color is #767049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767049


Comments

No comments written yet.

Please login to write comment.