COLOR #78496E

HEX: #78496E
RGB: (120,73,110)

Color info

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

RGB color model

#78496E color RGB value is (120,73,110).

  • red value is 120;
  • green value is 73;
  • blue value is 110.
RGB:
(120,73,110)
(47%,29%,43%)

RGB channels and saturation

R 120 of 255 = 47%
G 73 of 255 = 29%
B 110 of 255 = 43%

120
73
110

R + G + B ~ 40%. #78496E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 73 + 110 = 303 (100%)
R 120 of 303 ~ 39.6%
G 73 of 303 ~ 24.09%
B 110 of 303 ~ 36.3%

%39.6
%24.09
%36.3

CMYK color model

#78496E color CMYK value is (0,39,8,53).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 8.33%
  • key color value is 52.94%
CMYK:
(0,39,8,53)
C0M39Y8K53 
(0%,39%,8%,53%)
(0.00/0.39/0.08/0.53)	

CMYK percentages

%0
%39.17
%8.33
%52.94

Codes

Color #78496E in popluar color models

78496E
RGB12073110
HSL313°24.35%37.84%
HSB/HSV313°39.17%47.06%
CMYK0.00%39.17%8.33%
52.94%

Color #78496E in popluar number systems.

HEX78496E
Decimal12073110
Binary111100010010011101110
Octal170111156

Shades and tints

Shades of #78496E

#78496E
(120,73,110)
#6E4364
(110,67,100)
#643D5A
(100,61,90)
#5A3750
(90,55,80)
#503146
(80,49,70)
#462B3C
(70,43,60)
#3C2532
(60,37,50)
#321F28
(50,31,40)
#28191E
(40,25,30)
#1E1314
(30,19,20)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #78496E

#78496E
(120,73,110)
#84597B
(132,89,123)
#906988
(144,105,136)
#9C7995
(156,121,149)
#A889A2
(168,137,162)
#B499AF
(180,153,175)
#C0A9BC
(192,169,188)
#CCB9C9
(204,185,201)
#D8C9D6
(216,201,214)
#E4D9E3
(228,217,227)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78496E color. Also use rgb(120,73,110) instead hex code.

Text Font Color

.myTextColor { color: #78496E; }

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

This text font color is #78496E.


Background Color

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

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

This div background color is #78496E.


Border color

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

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

This div border color is #78496E.


Opacity

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

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

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

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

This text has shadow with #78496E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78496E on black background.


Color preview on white background

This text has color #78496E on white background.



Black color preview on #78496E background

This text has black color on #78496E background.


White color preview on #78496E background

This text has white color on #78496E background.