COLOR #78386B

HEX: #78386B
RGB: (120,56,107)

Color info

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

RGB color model

#78386B color RGB value is (120,56,107).

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

RGB channels and saturation

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

120
56
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 107 = 283 (100%)
R 120 of 283 ~ 42.4%
G 56 of 283 ~ 19.79%
B 107 of 283 ~ 37.81%

%42.4
%19.79
%37.81

CMYK color model

#78386B color CMYK value is (0,53,11,53).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 10.83%
  • key color value is 52.94%
CMYK:
(0,53,11,53)
C0M53Y11K53 
(0%,53%,11%,53%)
(0.00/0.53/0.11/0.53)	

CMYK percentages

%0
%53.33
%10.83
%52.94

Codes

Color #78386B in popluar color models

78386B
RGB12056107
HSL312°36.36%34.51%
HSB/HSV312°53.33%47.06%
CMYK0.00%53.33%10.83%
52.94%

Color #78386B in popluar number systems.

HEX78386B
Decimal12056107
Binary11110001110001101011
Octal17070153

Shades and tints

Shades of #78386B

#78386B
(120,56,107)
#6E3362
(110,51,98)
#642E59
(100,46,89)
#5A2950
(90,41,80)
#502447
(80,36,71)
#461F3E
(70,31,62)
#3C1A35
(60,26,53)
#32152C
(50,21,44)
#281023
(40,16,35)
#1E0B1A
(30,11,26)
#140611
(20,6,17)
#000000
(0,0,0)

Tints of #78386B

#78386B
(120,56,107)
#844A78
(132,74,120)
#905C85
(144,92,133)
#9C6E92
(156,110,146)
#A8809F
(168,128,159)
#B492AC
(180,146,172)
#C0A4B9
(192,164,185)
#CCB6C6
(204,182,198)
#D8C8D3
(216,200,211)
#E4DAE0
(228,218,224)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78386B; }

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

This text font color is #78386B.


Background Color

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

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

This div background color is #78386B.


Border color

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

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

This div border color is #78386B.


Opacity

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

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

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

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

This text has shadow with #78386B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78386B on black background.


Color preview on white background

This text has color #78386B on white background.



Black color preview on #78386B background

This text has black color on #78386B background.


White color preview on #78386B background

This text has white color on #78386B background.