COLOR #78386C

HEX: #78386C
RGB: (120,56,108)

Color info

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

RGB color model

#78386C color RGB value is (120,56,108).

  • red value is 120;
  • green value is 56;
  • blue value is 108.
RGB:
(120,56,108)
(47%,22%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 108 of 255 = 42%

120
56
108

R + G + B ~ 37%. #78386C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 108 = 284 (100%)
R 120 of 284 ~ 42.25%
G 56 of 284 ~ 19.72%
B 108 of 284 ~ 38.03%

%42.25
%19.72
%38.03

CMYK color model

#78386C color CMYK value is (0,53,10,53).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 10.00%
  • key color value is 52.94%
CMYK:
(0,53,10,53)
C0M53Y10K53 
(0%,53%,10%,53%)
(0.00/0.53/0.10/0.53)	

CMYK percentages

%0
%53.33
%10
%52.94

Codes

Color #78386C in popluar color models

78386C
RGB12056108
HSL311°36.36%34.51%
HSB/HSV311°53.33%47.06%
CMYK0.00%53.33%10.00%
52.94%

Color #78386C in popluar number systems.

HEX78386C
Decimal12056108
Binary11110001110001101100
Octal17070154

Shades and tints

Shades of #78386C

#78386C
(120,56,108)
#6E3363
(110,51,99)
#642E5A
(100,46,90)
#5A2951
(90,41,81)
#502448
(80,36,72)
#461F3F
(70,31,63)
#3C1A36
(60,26,54)
#32152D
(50,21,45)
#281024
(40,16,36)
#1E0B1B
(30,11,27)
#140612
(20,6,18)
#000000
(0,0,0)

Tints of #78386C

#78386C
(120,56,108)
#844A79
(132,74,121)
#905C86
(144,92,134)
#9C6E93
(156,110,147)
#A880A0
(168,128,160)
#B492AD
(180,146,173)
#C0A4BA
(192,164,186)
#CCB6C7
(204,182,199)
#D8C8D4
(216,200,212)
#E4DAE1
(228,218,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78386C color. Also use rgb(120,56,108) instead hex code.

Text Font Color

.myTextColor { color: #78386C; }

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

This text font color is #78386C.


Background Color

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

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

This div background color is #78386C.


Border color

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

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

This div border color is #78386C.


Opacity

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

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

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

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

This text has shadow with #78386C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78386C on black background.


Color preview on white background

This text has color #78386C on white background.



Black color preview on #78386C background

This text has black color on #78386C background.


White color preview on #78386C background

This text has white color on #78386C background.