Color Hex Logo

#787442 Color Hex

#787442
(120,116,66)
0 Favorites   0 Comments

Color spaces of #787442

RGB 12011666
HSL0.150.290.36
HSV56°45°47°
CMYK 0.000.030.45   0.53
XYZ14.974516.87727.6226
Yxy16.87720.37930.4275
Hunter Lab41.0819-6.829317.7563
CIE-Lab48.1049-6.266228.0972

#787442 color RGB value is (120,116,66).

#787442 hex color red value is 120, green value is 116 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #787442 hue: 0.15 , saturation: 0.29 and the lightness value of 787442 is 0.36.

The process color (four color CMYK) of #787442 color hex is 0.00, 0.03, 0.45, 0.53. Web safe color of #787442 is #666633. Color #787442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 01000010
Octal 170 164 102
Decimal 120 116 66
Hex 78 74 42

RGB Percentages of Color #787442

%39.74
%38.41
%21.85

CMYK Percentages of Color #787442

%0
%3
%45
%53

Triadic Colors of #787442

#787442 #427874 #744278

Analogous Colors of #787442

#787442 #617842 #785942

Monochromatic Colors of #787442

#787442

Complementary Color

#787442 #424678

#787442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787442 Color CSS Codes

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

#787442 Text Font Color

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

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


#787442 Background Color

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

This div background color is #787442


#787442 Border Color

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

This div border color is #787442


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,116,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787442


Comments

No comments written yet.

Please login to write comment.