COLOR #78437F

HEX: #78437F
RGB: (120,67,127)

Color info

#78437F contains mainly red and blue colors. Web safe color of #78437F is #663366 (or #636).

RGB color model

#78437F color RGB value is (120,67,127).

  • red value is 120;
  • green value is 67;
  • blue value is 127.
RGB:
(120,67,127)
(47%,26%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 67 of 255 = 26%
B 127 of 255 = 50%

120
67
127

R + G + B ~ 41%. #78437F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 67 + 127 = 314 (100%)
R 120 of 314 ~ 38.22%
G 67 of 314 ~ 21.34%
B 127 of 314 ~ 40.45%

%38.22
%21.34
%40.45

CMYK color model

#78437F color CMYK value is (6,47,0,50).

  • cyan value is 5.51%
  • magenta value is 47.24%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,47,0,50)
C6M47Y0K50 
(6%,47%,0%,50%)
(0.06/0.47/0.00/0.50)	

CMYK percentages

%5.51
%47.24
%0
%50.2

Codes

Color #78437F in popluar color models

78437F
RGB12067127
HSL293°30.93%38.04%
HSB/HSV293°47.24%49.80%
CMYK5.51%47.24%0.00%
50.20%

Color #78437F in popluar number systems.

HEX78437F
Decimal12067127
Binary111100010000111111111
Octal170103177

Shades and tints

Shades of #78437F

#78437F
(120,67,127)
#6E3D74
(110,61,116)
#643769
(100,55,105)
#5A315E
(90,49,94)
#502B53
(80,43,83)
#462548
(70,37,72)
#3C1F3D
(60,31,61)
#321932
(50,25,50)
#281327
(40,19,39)
#1E0D1C
(30,13,28)
#140711
(20,7,17)
#000000
(0,0,0)

Tints of #78437F

#78437F
(120,67,127)
#84548A
(132,84,138)
#906595
(144,101,149)
#9C76A0
(156,118,160)
#A887AB
(168,135,171)
#B498B6
(180,152,182)
#C0A9C1
(192,169,193)
#CCBACC
(204,186,204)
#D8CBD7
(216,203,215)
#E4DCE2
(228,220,226)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78437F color. Also use rgb(120,67,127) instead hex code.

Text Font Color

.myTextColor { color: #78437F; }

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

This text font color is #78437F.


Background Color

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

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

This div background color is #78437F.


Border color

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

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

This div border color is #78437F.


Opacity

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

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

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

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

This text has shadow with #78437F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78437F on black background.


Color preview on white background

This text has color #78437F on white background.



Black color preview on #78437F background

This text has black color on #78437F background.


White color preview on #78437F background

This text has white color on #78437F background.