COLOR #78476E

HEX: #78476E
RGB: (120,71,110)

Color info

#78476E contains red, green and blue colors in about the same proportion. Web safe color of #78476E is #663366 (or #636).

RGB color model

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

  • red value is 120;
  • green value is 71;
  • blue value is 110.
RGB:
(120,71,110)
(47%,28%,43%)

RGB channels and saturation

R 120 of 255 = 47%
G 71 of 255 = 28%
B 110 of 255 = 43%

120
71
110

R + G + B ~ 39%. #78476E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 71 + 110 = 301 (100%)
R 120 of 301 ~ 39.87%
G 71 of 301 ~ 23.59%
B 110 of 301 ~ 36.54%

%39.87
%23.59
%36.54

CMYK color model

#78476E color CMYK value is (0,41,8,53).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 8.33%
  • key color value is 52.94%
CMYK:
(0,41,8,53)
C0M41Y8K53 
(0%,41%,8%,53%)
(0.00/0.41/0.08/0.53)	

CMYK percentages

%0
%40.83
%8.33
%52.94

Codes

Color #78476E in popluar color models

78476E
RGB12071110
HSL312°25.65%37.45%
HSB/HSV312°40.83%47.06%
CMYK0.00%40.83%8.33%
52.94%

Color #78476E in popluar number systems.

HEX78476E
Decimal12071110
Binary111100010001111101110
Octal170107156

Shades and tints

Shades of #78476E

#78476E
(120,71,110)
#6E4164
(110,65,100)
#643B5A
(100,59,90)
#5A3550
(90,53,80)
#502F46
(80,47,70)
#46293C
(70,41,60)
#3C2332
(60,35,50)
#321D28
(50,29,40)
#28171E
(40,23,30)
#1E1114
(30,17,20)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #78476E

#78476E
(120,71,110)
#84577B
(132,87,123)
#906788
(144,103,136)
#9C7795
(156,119,149)
#A887A2
(168,135,162)
#B497AF
(180,151,175)
#C0A7BC
(192,167,188)
#CCB7C9
(204,183,201)
#D8C7D6
(216,199,214)
#E4D7E3
(228,215,227)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78476E color. Also use rgb(120,71,110) instead hex code.

Text Font Color

.myTextColor { color: #78476E; }

<p style="color:#78476E">This sample text font color is #78476E.</p>

This text font color is #78476E.


Background Color

.myBgColor { background-color: #78476E; }

<div style="background-color:#78476E">Inner text</div>

This div background color is #78476E.


Border color

.myBorderColor { border: 1px solid #78476E; }

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

This div border color is #78476E.


Opacity

.myOpacity80 { color: #78476E; opacity: 0.8; }

<p style="color:#78476E;opacity:0.8;">80%</p>

Text with #78476E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #78476E;}

<p style="text-shadow: 3px 3px 1px #78476E">Text here.</p>

This text has shadow with #78476E color.

.textShadow {text-shadow: 3px 3px 1px #78476E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #78476E, 5px 5px 20px red">Text here.</p>

This text has shadow with #78476E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#78476E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#78476E, Direction=45, Strength=4)">Text</p>

This text has shadow with #78476E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #78476E;
  -webkit-box-shadow:	1px 1px 3px 2px #78476E;
  box-shadow:		1px 1px 3px 2px #78476E;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #78476E on black background.


Color preview on white background

This text has color #78476E on white background.



Black color preview on #78476E background

This text has black color on #78476E background.


White color preview on #78476E background

This text has white color on #78476E background.