COLOR #78446A

HEX: #78446A
RGB: (120,68,106)

Color info

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

RGB color model

#78446A color RGB value is (120,68,106).

  • red value is 120;
  • green value is 68;
  • blue value is 106.
RGB:
(120,68,106)
(47%,27%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 68 of 255 = 27%
B 106 of 255 = 42%

120
68
106

R + G + B ~ 39%. #78446A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 68 + 106 = 294 (100%)
R 120 of 294 ~ 40.82%
G 68 of 294 ~ 23.13%
B 106 of 294 ~ 36.05%

%40.82
%23.13
%36.05

CMYK color model

#78446A color CMYK value is (0,43,12,53).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,43,12,53)
C0M43Y12K53 
(0%,43%,12%,53%)
(0.00/0.43/0.12/0.53)	

CMYK percentages

%0
%43.33
%11.67
%52.94

Codes

Color #78446A in popluar color models

78446A
RGB12068106
HSL316°27.66%36.86%
HSB/HSV316°43.33%47.06%
CMYK0.00%43.33%11.67%
52.94%

Color #78446A in popluar number systems.

HEX78446A
Decimal12068106
Binary111100010001001101010
Octal170104152

Shades and tints

Shades of #78446A

#78446A
(120,68,106)
#6E3E61
(110,62,97)
#643858
(100,56,88)
#5A324F
(90,50,79)
#502C46
(80,44,70)
#46263D
(70,38,61)
#3C2034
(60,32,52)
#321A2B
(50,26,43)
#281422
(40,20,34)
#1E0E19
(30,14,25)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #78446A

#78446A
(120,68,106)
#845577
(132,85,119)
#906684
(144,102,132)
#9C7791
(156,119,145)
#A8889E
(168,136,158)
#B499AB
(180,153,171)
#C0AAB8
(192,170,184)
#CCBBC5
(204,187,197)
#D8CCD2
(216,204,210)
#E4DDDF
(228,221,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78446A color. Also use rgb(120,68,106) instead hex code.

Text Font Color

.myTextColor { color: #78446A; }

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

This text font color is #78446A.


Background Color

.myBgColor { background-color: #78446A; }

<div style="background-color:#78446A">Inner text</div>

This div background color is #78446A.


Border color

.myBorderColor { border: 1px solid #78446A; }

<div style="border:3px solid #78446A">Div</div>

This div border color is #78446A.


Opacity

.myOpacity80 { color: #78446A; opacity: 0.8; }

<p style="color:#78446A;opacity:0.8;">80%</p>

Text with #78446A 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 #78446A;}

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

This text has shadow with #78446A color.

.textShadow {text-shadow: 3px 3px 1px #78446A, 3px 3px 1px red;}

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

This text has shadow with #78446A primary color and red secondary color.


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

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

This text has shadow with #78446A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78446A;
-webkit-box-shadow: 1px 1px 3px 2px #78446A;
box-shadow:1px 1px 3px 2px #78446A;">
Div content here</div>
This div box has shadow with color #78446A.

Preview

Color preview on black background

This text has color #78446A on black background.


Color preview on white background

This text has color #78446A on white background.



Black color preview on #78446A background

This text has black color on #78446A background.


White color preview on #78446A background

This text has white color on #78446A background.