COLOR #78496A

HEX: #78496A
RGB: (120,73,106)

Color info

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

RGB color model

#78496A color RGB value is (120,73,106).

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

RGB channels and saturation

R 120 of 255 = 47%
G 73 of 255 = 29%
B 106 of 255 = 42%

120
73
106

R + G + B ~ 39%. #78496A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 73 + 106 = 299 (100%)
R 120 of 299 ~ 40.13%
G 73 of 299 ~ 24.41%
B 106 of 299 ~ 35.45%

%40.13
%24.41
%35.45

CMYK color model

#78496A color CMYK value is (0,39,12,53).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,39,12,53)
C0M39Y12K53 
(0%,39%,12%,53%)
(0.00/0.39/0.12/0.53)	

CMYK percentages

%0
%39.17
%11.67
%52.94

Codes

Color #78496A in popluar color models

78496A
RGB12073106
HSL318°24.35%37.84%
HSB/HSV318°39.17%47.06%
CMYK0.00%39.17%11.67%
52.94%

Color #78496A in popluar number systems.

HEX78496A
Decimal12073106
Binary111100010010011101010
Octal170111152

Shades and tints

Shades of #78496A

#78496A
(120,73,106)
#6E4361
(110,67,97)
#643D58
(100,61,88)
#5A374F
(90,55,79)
#503146
(80,49,70)
#462B3D
(70,43,61)
#3C2534
(60,37,52)
#321F2B
(50,31,43)
#281922
(40,25,34)
#1E1319
(30,19,25)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #78496A

#78496A
(120,73,106)
#845977
(132,89,119)
#906984
(144,105,132)
#9C7991
(156,121,145)
#A8899E
(168,137,158)
#B499AB
(180,153,171)
#C0A9B8
(192,169,184)
#CCB9C5
(204,185,197)
#D8C9D2
(216,201,210)
#E4D9DF
(228,217,223)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78496A; }

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

This text font color is #78496A.


Background Color

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

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

This div background color is #78496A.


Border color

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

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

This div border color is #78496A.


Opacity

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

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

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

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

This text has shadow with #78496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78496A on black background.


Color preview on white background

This text has color #78496A on white background.



Black color preview on #78496A background

This text has black color on #78496A background.


White color preview on #78496A background

This text has white color on #78496A background.