COLOR #78415C

HEX: #78415C
RGB: (120,65,92)

Color info

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

RGB color model

#78415C color RGB value is (120,65,92).

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

RGB channels and saturation

R 120 of 255 = 47%
G 65 of 255 = 25%
B 92 of 255 = 36%

120
65
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 65 + 92 = 277 (100%)
R 120 of 277 ~ 43.32%
G 65 of 277 ~ 23.47%
B 92 of 277 ~ 33.21%

%43.32
%23.47
%33.21

CMYK color model

#78415C color CMYK value is (0,46,23,53).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 23.33%
  • key color value is 52.94%
CMYK:
(0,46,23,53)
C0M46Y23K53 
(0%,46%,23%,53%)
(0.00/0.46/0.23/0.53)	

CMYK percentages

%0
%45.83
%23.33
%52.94

Codes

Color #78415C in popluar color models

78415C
RGB1206592
HSL331°29.73%36.27%
HSB/HSV331°45.83%47.06%
CMYK0.00%45.83%23.33%
52.94%

Color #78415C in popluar number systems.

HEX78415C
Decimal1206592
Binary111100010000011011100
Octal170101134

Shades and tints

Shades of #78415C

#78415C
(120,65,92)
#6E3C54
(110,60,84)
#64374C
(100,55,76)
#5A3244
(90,50,68)
#502D3C
(80,45,60)
#462834
(70,40,52)
#3C232C
(60,35,44)
#321E24
(50,30,36)
#28191C
(40,25,28)
#1E1414
(30,20,20)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #78415C

#78415C
(120,65,92)
#84526A
(132,82,106)
#906378
(144,99,120)
#9C7486
(156,116,134)
#A88594
(168,133,148)
#B496A2
(180,150,162)
#C0A7B0
(192,167,176)
#CCB8BE
(204,184,190)
#D8C9CC
(216,201,204)
#E4DADA
(228,218,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78415C; }

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

This text font color is #78415C.


Background Color

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

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

This div background color is #78415C.


Border color

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

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

This div border color is #78415C.


Opacity

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

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

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

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

This text has shadow with #78415C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78415C on black background.


Color preview on white background

This text has color #78415C on white background.



Black color preview on #78415C background

This text has black color on #78415C background.


White color preview on #78415C background

This text has white color on #78415C background.