Color Hex Logo

#78741d Color Hex

#78741D
(120,116,29)
0 Favorites   0 Comments

Color spaces of #78741d

RGB 12011629
HSL0.160.610.29
HSV57°76°47°
CMYK 0.000.030.76   0.53
XYZ14.212916.57263.6121
Yxy16.57260.41320.4818
Hunter Lab40.7095-8.921823.2359
CIE-Lab47.7169-9.251845.5935

#78741d color RGB value is (120,116,29).

#78741d hex color red value is 120, green value is 116 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #78741d hue: 0.16 , saturation: 0.61 and the lightness value of 78741d is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 00011101
Octal 170 164 35
Decimal 120 116 29
Hex 78 74 1D

RGB Percentages of Color #78741d

%45.28
%43.77
%10.94

CMYK Percentages of Color #78741d

%0
%3
%76
%53

Triadic Colors of #78741d

#78741d #1d7874 #741d78

Analogous Colors of #78741d

#78741d #4e781d #78471d

Monochromatic Colors of #78741d

#78741d

Complementary Color

#78741d #1d2178

#78741d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78741d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78741d Color CSS Codes

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

#78741d Text Font Color

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

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


#78741d Background Color

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

This div background color is #78741d


#78741d Border Color

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

This div border color is #78741d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78741d

#78741d Color Palettes


Comments

No comments written yet.

Please login to write comment.