Color Hex Logo

#78672e Color Hex

#78672E
(120,103,46)
0 Favorites   0 Comments

Color spaces of #78672e

RGB 12010346
HSL0.130.450.33
HSV46°62°47°
CMYK 0.000.140.62   0.53
XYZ13.089113.89084.5761
Yxy13.89080.41480.4402
Hunter Lab37.2704-2.535118.8096
CIE-Lab44.0759-0.745434.0434

#78672e color RGB value is (120,103,46).

#78672e hex color red value is 120, green value is 103 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #78672e hue: 0.13 , saturation: 0.45 and the lightness value of 78672e is 0.33.

The process color (four color CMYK) of #78672e color hex is 0.00, 0.14, 0.62, 0.53. Web safe color of #78672e is #666633. Color #78672e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100111 00101110
Octal 170 147 56
Decimal 120 103 46
Hex 78 67 2E

RGB Percentages of Color #78672e

%44.61
%38.29
%17.10

CMYK Percentages of Color #78672e

%0
%14
%62
%53

Triadic Colors of #78672e

#78672e #2e7867 #672e78

Analogous Colors of #78672e

#78672e #64782e #78422e

Monochromatic Colors of #78672e

#78672e

Complementary Color

#78672e #2e3f78

#78672e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78672e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78672e Color CSS Codes

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

#78672e Text Font Color

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

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


#78672e Background Color

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

This div background color is #78672e


#78672e Border Color

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

This div border color is #78672e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78672e


Comments

No comments written yet.

Please login to write comment.