COLOR #78426F

HEX: #78426F
RGB: (120,66,111)

Color info

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

RGB color model

#78426F color RGB value is (120,66,111).

  • red value is 120;
  • green value is 66;
  • blue value is 111.
RGB:
(120,66,111)
(47%,26%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 66 of 255 = 26%
B 111 of 255 = 44%

120
66
111

R + G + B ~ 39%. #78426F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 66 + 111 = 297 (100%)
R 120 of 297 ~ 40.4%
G 66 of 297 ~ 22.22%
B 111 of 297 ~ 37.37%

%40.4
%22.22
%37.37

CMYK color model

#78426F color CMYK value is (0,45,8,53).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 7.50%
  • key color value is 52.94%
CMYK:
(0,45,8,53)
C0M45Y8K53 
(0%,45%,8%,53%)
(0.00/0.45/0.08/0.53)	

CMYK percentages

%0
%45
%7.5
%52.94

Codes

Color #78426F in popluar color models

78426F
RGB12066111
HSL310°29.03%36.47%
HSB/HSV310°45.00%47.06%
CMYK0.00%45.00%7.50%
52.94%

Color #78426F in popluar number systems.

HEX78426F
Decimal12066111
Binary111100010000101101111
Octal170102157

Shades and tints

Shades of #78426F

#78426F
(120,66,111)
#6E3C65
(110,60,101)
#64365B
(100,54,91)
#5A3051
(90,48,81)
#502A47
(80,42,71)
#46243D
(70,36,61)
#3C1E33
(60,30,51)
#321829
(50,24,41)
#28121F
(40,18,31)
#1E0C15
(30,12,21)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #78426F

#78426F
(120,66,111)
#84537C
(132,83,124)
#906489
(144,100,137)
#9C7596
(156,117,150)
#A886A3
(168,134,163)
#B497B0
(180,151,176)
#C0A8BD
(192,168,189)
#CCB9CA
(204,185,202)
#D8CAD7
(216,202,215)
#E4DBE4
(228,219,228)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78426F color. Also use rgb(120,66,111) instead hex code.

Text Font Color

.myTextColor { color: #78426F; }

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

This text font color is #78426F.


Background Color

.myBgColor { background-color: #78426F; }

<div style="background-color:#78426F">Inner text</div>

This div background color is #78426F.


Border color

.myBorderColor { border: 1px solid #78426F; }

<div style="border:3px solid #78426F">Div</div>

This div border color is #78426F.


Opacity

.myOpacity80 { color: #78426F; opacity: 0.8; }

<p style="color:#78426F;opacity:0.8;">80%</p>

Text with #78426F 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 #78426F;}

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

This text has shadow with #78426F color.

.textShadow {text-shadow: 3px 3px 1px #78426F, 3px 3px 1px red;}

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

This text has shadow with #78426F primary color and red secondary color.


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

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

This text has shadow with #78426F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78426F on black background.


Color preview on white background

This text has color #78426F on white background.



Black color preview on #78426F background

This text has black color on #78426F background.


White color preview on #78426F background

This text has white color on #78426F background.