Color Hex Logo

#78476e Color Hex

#78476E
(120,71,110)
0 Favorites   0 Comments

Color spaces of #78476e

RGB 12071110
HSL0.870.260.37
HSV312°41°47°
CMYK 0.000.410.08   0.53
XYZ12.81349.625315.9344
Yxy9.62530.33390.2508
Hunter Lab31.024719.4286-8.7343
CIE-Lab37.161427.2330-13.7379

#78476e color RGB value is (120,71,110).

#78476e hex color red value is 120, green value is 71 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #78476e hue: 0.87 , saturation: 0.26 and the lightness value of 78476e is 0.37.

The process color (four color CMYK) of #78476e color hex is 0.00, 0.41, 0.08, 0.53. Web safe color of #78476e is #663366. Color #78476e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000111 01101110
Octal 170 107 156
Decimal 120 71 110
Hex 78 47 6E

RGB Percentages of Color #78476e

%39.87
%23.59
%36.54

CMYK Percentages of Color #78476e

%0
%41
%8
%53

Triadic Colors of #78476e

#78476e #6e7847 #476e78

Analogous Colors of #78476e

#78476e #784756 #6a4778

Monochromatic Colors of #78476e

#78476e

Complementary Color

#78476e #477851

#78476e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78476e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78476e Color CSS Codes

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

#78476e Text Font Color

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

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


#78476e Background Color

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

This div background color is #78476e


#78476e Border Color

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

This div border color is #78476e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78476e


Comments

No comments written yet.

Please login to write comment.