Color Hex Logo

#78674e Color Hex

#78674E
(120,103,78)
0 Favorites   0 Comments

Color spaces of #78674e

RGB 12010378
HSL0.100.210.39
HSV36°35°47°
CMYK 0.000.140.35   0.53
XYZ13.971114.24369.2207
Yxy14.24360.37320.3805
Hunter Lab37.74070.032111.9329
CIE-Lab44.58032.754616.6211

#78674e color RGB value is (120,103,78).

#78674e hex color red value is 120, green value is 103 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #78674e hue: 0.10 , saturation: 0.21 and the lightness value of 78674e is 0.39.

The process color (four color CMYK) of #78674e color hex is 0.00, 0.14, 0.35, 0.53. Web safe color of #78674e is #666666. Color #78674e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100111 01001110
Octal 170 147 116
Decimal 120 103 78
Hex 78 67 4E

RGB Percentages of Color #78674e

%39.87
%34.22
%25.91

CMYK Percentages of Color #78674e

%0
%14
%35
%53

Triadic Colors of #78674e

#78674e #4e7867 #674e78

Analogous Colors of #78674e

#78674e #74784e #78524e

Monochromatic Colors of #78674e

#78674e

Complementary Color

#78674e #4e5f78

#78674e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78674e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78674e Color CSS Codes

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

#78674e Text Font Color

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

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


#78674e Background Color

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

This div background color is #78674e


#78674e Border Color

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

This div border color is #78674e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,103,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78674e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78674e;
  -webkit-box-shadow: 1px 1px 3px 2px #78674e;
  box-shadow:         1px 1px 3px 2px #78674e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78674e


Comments

No comments written yet.

Please login to write comment.