COLOR #78415E

HEX: #78415E
RGB: (120,65,94)

Color info

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

RGB color model

#78415E color RGB value is (120,65,94).

  • red value is 120;
  • green value is 65;
  • blue value is 94.
RGB:
(120,65,94)
(47%,25%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 65 of 255 = 25%
B 94 of 255 = 37%

120
65
94

R + G + B ~ 36%. #78415E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 65 + 94 = 279 (100%)
R 120 of 279 ~ 43.01%
G 65 of 279 ~ 23.3%
B 94 of 279 ~ 33.69%

%43.01
%23.3
%33.69

CMYK color model

#78415E color CMYK value is (0,46,22,53).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(0,46,22,53)
C0M46Y22K53 
(0%,46%,22%,53%)
(0.00/0.46/0.22/0.53)	

CMYK percentages

%0
%45.83
%21.67
%52.94

Codes

Color #78415E in popluar color models

78415E
RGB1206594
HSL328°29.73%36.27%
HSB/HSV328°45.83%47.06%
CMYK0.00%45.83%21.67%
52.94%

Color #78415E in popluar number systems.

HEX78415E
Decimal1206594
Binary111100010000011011110
Octal170101136

Shades and tints

Shades of #78415E

#78415E
(120,65,94)
#6E3C56
(110,60,86)
#64374E
(100,55,78)
#5A3246
(90,50,70)
#502D3E
(80,45,62)
#462836
(70,40,54)
#3C232E
(60,35,46)
#321E26
(50,30,38)
#28191E
(40,25,30)
#1E1416
(30,20,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #78415E

#78415E
(120,65,94)
#84526C
(132,82,108)
#90637A
(144,99,122)
#9C7488
(156,116,136)
#A88596
(168,133,150)
#B496A4
(180,150,164)
#C0A7B2
(192,167,178)
#CCB8C0
(204,184,192)
#D8C9CE
(216,201,206)
#E4DADC
(228,218,220)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78415E color. Also use rgb(120,65,94) instead hex code.

Text Font Color

.myTextColor { color: #78415E; }

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

This text font color is #78415E.


Background Color

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

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

This div background color is #78415E.


Border color

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

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

This div border color is #78415E.


Opacity

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

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

Text with #78415E 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 #78415E;}

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

This text has shadow with #78415E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78415E on black background.


Color preview on white background

This text has color #78415E on white background.



Black color preview on #78415E background

This text has black color on #78415E background.


White color preview on #78415E background

This text has white color on #78415E background.