Color Hex Logo

#78471c Color Hex

#78471C
(120,71,28)
0 Favorites   0 Comments

Color spaces of #78471c

RGB 1207128
HSL0.080.620.29
HSV28°77°47°
CMYK 0.000.410.77   0.53
XYZ10.20868.58342.2173
Yxy8.58340.48590.4086
Hunter Lab29.297410.927216.0210
CIE-Lab35.169517.114533.6075

#78471c color RGB value is (120,71,28).

#78471c hex color red value is 120, green value is 71 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #78471c hue: 0.08 , saturation: 0.62 and the lightness value of 78471c is 0.29.

The process color (four color CMYK) of #78471c color hex is 0.00, 0.41, 0.77, 0.53. Web safe color of #78471c is #663333. Color #78471c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000111 00011100
Octal 170 107 34
Decimal 120 71 28
Hex 78 47 1C

RGB Percentages of Color #78471c

%54.79
%32.42
%12.79

CMYK Percentages of Color #78471c

%0
%41
%77
%53

Triadic Colors of #78471c

#78471c #1c7847 #471c78

Analogous Colors of #78471c

#78471c #78751c #781c1f

Monochromatic Colors of #78471c

#78471c

Complementary Color

#78471c #1c4d78

#78471c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78471c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78471c Color CSS Codes

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

#78471c Text Font Color

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

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


#78471c Background Color

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

This div background color is #78471c


#78471c Border Color

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

This div border color is #78471c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,71,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78471c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78471c;
  -webkit-box-shadow: 1px 1px 3px 2px #78471c;
  box-shadow:         1px 1px 3px 2px #78471c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78471c


Comments

No comments written yet.

Please login to write comment.