Color Hex Logo

#787949 Color Hex

#787949
(120,121,73)
0 Favorites   0 Comments

Color spaces of #787949

RGB 12012173
HSL0.170.250.38
HSV61°40°47°
CMYK 0.010.000.40   0.53
XYZ15.785718.14898.9744
Yxy18.14890.36790.4230
Hunter Lab42.6015-8.410717.3311
CIE-Lab49.6762-8.248026.1963

#787949 color RGB value is (120,121,73).

#787949 hex color red value is 120, green value is 121 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #787949 hue: 0.17 , saturation: 0.25 and the lightness value of 787949 is 0.38.

The process color (four color CMYK) of #787949 color hex is 0.01, 0.00, 0.40, 0.53. Web safe color of #787949 is #666633. Color #787949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111001 01001001
Octal 170 171 111
Decimal 120 121 73
Hex 78 79 49

RGB Percentages of Color #787949

%38.22
%38.54
%23.25

CMYK Percentages of Color #787949

%1
%0
%40
%53

Triadic Colors of #787949

#787949 #497879 #794978

Analogous Colors of #787949

#787949 #607949 #796249

Monochromatic Colors of #787949

#787949

Complementary Color

#787949 #4a4979

#787949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787949 Color CSS Codes

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

#787949 Text Font Color

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

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


#787949 Background Color

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

This div background color is #787949


#787949 Border Color

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

This div border color is #787949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787949


Comments

No comments written yet.

Please login to write comment.