COLOR #78495C

HEX: #78495C RGB: (120,73,92)

Color info

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

RGB color model

#78495C color RGB value is (120,73,92).

RGB: (120,73,92) (47%, 29%, 36%)

RGB channels and saturation

R 120 of 255 = 47%
G 73 of 255 = 29%
B 92 of 255 = 36%

120
73
92

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

Portions of RGB colors in percentages

R + G + B = 120 + 73 + 92 = 285 (100%)
R 120 of 285 ~ 42.11%
G 73 of 285 ~ 25.61%
B 92 of 285 ~ 32.28'%

%42.11
%25.61
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 23.33%
  • key color value is 52.94%

CMYK: (0,39,23,53)
C0M39Y23K53 (0%, 39%, 23%, 53%)
(0.00 / 0.39 / 0.23 / 0.53)

CMYK percentages

%0
%39.17
%23.33
%52.94

Codes

Color #78495C in popluar color models

78 49 5C
RGB 120 73 92
HSL 336° 24.35% 37.84%
HSB/HSV 336° 39.17% 47.06%
CMYK 0.00% 39.17% 23.33%
52.94%

Color #78495C in popluar number systems.

HEX 78 49 5C
Decimal 120 73 92
Binary 1111000 1001001 1011100
Octal 170 111 134

Shades and tints

Shades of #78495C

#78495C
(120,73,92)
#6E4354
(110,67,84)
#643D4C
(100,61,76)
#5A3744
(90,55,68)
#50313C
(80,49,60)
#462B34
(70,43,52)
#3C252C
(60,37,44)
#321F24
(50,31,36)
#28191C
(40,25,28)
#1E1314
(30,19,20)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #78495C

#78495C
(120,73,92)
#84596A
(132,89,106)
#906978
(144,105,120)
#9C7986
(156,121,134)
#A88994
(168,137,148)
#B499A2
(180,153,162)
#C0A9B0
(192,169,176)
#CCB9BE
(204,185,190)
#D8C9CC
(216,201,204)
#E4D9DA
(228,217,218)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78495C; }

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

This text font color is #78495C.

Background Color

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

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

This div background color is #78495C.

Border color

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

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

This div border color is #78495C.

Opacity

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

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

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

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

This text has shadow with #78495C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78495C.

Preview

Color preview on black background

This text has color #78495C on black background.


Color preview on white background

This text has color #78495C on white background.


Black color preview on #78495C background

This text has black color on #78495C background.


White color preview on #78495C background

This text has white color on #78495C background.


Related colors

Complementary color

Complementary color for #hex is #87B6A3.


I love getcolorcode.com

Triadic colors

1 #5C7849 and #495C78 with #78495C are triadic colors.

2 #5C4978 and #49785C with #78495C are triadic colors.