COLOR #78385C

HEX: #78385C
RGB: (120,56,92)

Color info

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

RGB color model

#78385C color RGB value is (120,56,92).

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

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 92 of 255 = 36%

120
56
92

R + G + B ~ 35%. #78385C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 92 = 268 (100%)
R 120 of 268 ~ 44.78%
G 56 of 268 ~ 20.9%
B 92 of 268 ~ 34.33%

%44.78
%20.9
%34.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 23.33%
  • key color value is 52.94%
CMYK:
(0,53,23,53)
C0M53Y23K53 
(0%,53%,23%,53%)
(0.00/0.53/0.23/0.53)	

CMYK percentages

%0
%53.33
%23.33
%52.94

Codes

Color #78385C in popluar color models

78385C
RGB1205692
HSL326°36.36%34.51%
HSB/HSV326°53.33%47.06%
CMYK0.00%53.33%23.33%
52.94%

Color #78385C in popluar number systems.

HEX78385C
Decimal1205692
Binary11110001110001011100
Octal17070134

Shades and tints

Shades of #78385C

#78385C
(120,56,92)
#6E3354
(110,51,84)
#642E4C
(100,46,76)
#5A2944
(90,41,68)
#50243C
(80,36,60)
#461F34
(70,31,52)
#3C1A2C
(60,26,44)
#321524
(50,21,36)
#28101C
(40,16,28)
#1E0B14
(30,11,20)
#14060C
(20,6,12)
#000000
(0,0,0)

Tints of #78385C

#78385C
(120,56,92)
#844A6A
(132,74,106)
#905C78
(144,92,120)
#9C6E86
(156,110,134)
#A88094
(168,128,148)
#B492A2
(180,146,162)
#C0A4B0
(192,164,176)
#CCB6BE
(204,182,190)
#D8C8CC
(216,200,204)
#E4DADA
(228,218,218)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78385C; }

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

This text font color is #78385C.


Background Color

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

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

This div background color is #78385C.


Border color

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

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

This div border color is #78385C.


Opacity

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

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

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

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

This text has shadow with #78385C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78385C on black background.


Color preview on white background

This text has color #78385C on white background.



Black color preview on #78385C background

This text has black color on #78385C background.


White color preview on #78385C background

This text has white color on #78385C background.