Color Hex Logo

#78734d Color Hex

#78734D
(120,115,77)
0 Favorites   0 Comments

Color spaces of #78734d

RGB 12011577
HSL0.150.220.39
HSV53°36°47°
CMYK 0.000.040.36   0.53
XYZ15.216016.79049.4601
Yxy16.79040.36690.4049
Hunter Lab40.9761-5.424214.9951
CIE-Lab47.9948-4.347721.7547

#78734d color RGB value is (120,115,77).

#78734d hex color red value is 120, green value is 115 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #78734d hue: 0.15 , saturation: 0.22 and the lightness value of 78734d is 0.39.

The process color (four color CMYK) of #78734d color hex is 0.00, 0.04, 0.36, 0.53. Web safe color of #78734d is #666666. Color #78734d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110011 01001101
Octal 170 163 115
Decimal 120 115 77
Hex 78 73 4D

RGB Percentages of Color #78734d

%38.46
%36.86
%24.68

CMYK Percentages of Color #78734d

%0
%4
%36
%53

Triadic Colors of #78734d

#78734d #4d7873 #734d78

Analogous Colors of #78734d

#78734d #68784d #785e4d

Monochromatic Colors of #78734d

#78734d

Complementary Color

#78734d #4d5278

#78734d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78734d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78734d Color CSS Codes

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

#78734d Text Font Color

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

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


#78734d Background Color

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

This div background color is #78734d


#78734d Border Color

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

This div border color is #78734d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78734d


Comments

No comments written yet.

Please login to write comment.