COLOR #78404C

HEX: #78404C RGB: (120,64,76)

Color info

#78404C contains red, green and blue colors in about the same proportion. Web safe color of #78404C is #663333 (or #633).

RGB color model

#78404C color RGB value is (120,64,76).

RGB: (120,64,76) (47%, 25%, 30%)

RGB channels and saturation

R 120 of 255 = 47%
G 64 of 255 = 25%
B 76 of 255 = 30%

120
64
76

R + G + B ~ 34%. #78404C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 64 + 76 = 260 (100%)
R 120 of 260 ~ 46.15%
G 64 of 260 ~ 24.62%
B 76 of 260 ~ 29.23'%

%46.15
%24.62
%29.23

CMYK color model

#78404C color CMYK value is (0,47,37,53).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 36.67%
  • key color value is 52.94%

CMYK: (0,47,37,53)
C0M47Y37K53 (0%, 47%, 37%, 53%)
(0.00 / 0.47 / 0.37 / 0.53)

CMYK percentages

%0
%46.67
%36.67
%52.94

Codes

Color #78404C in popluar color models

78 40 4C
RGB 120 64 76
HSL 347° 30.43% 36.08%
HSB/HSV 347° 46.67% 47.06%
CMYK 0.00% 46.67% 36.67%
52.94%

Color #78404C in popluar number systems.

HEX 78 40 4C
Decimal 120 64 76
Binary 1111000 1000000 1001100
Octal 170 100 114

Shades and tints

Shades of #78404C

#78404C
(120,64,76)
#6E3B46
(110,59,70)
#643640
(100,54,64)
#5A313A
(90,49,58)
#502C34
(80,44,52)
#46272E
(70,39,46)
#3C2228
(60,34,40)
#321D22
(50,29,34)
#28181C
(40,24,28)
#1E1316
(30,19,22)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #78404C

#78404C
(120,64,76)
#84515C
(132,81,92)
#90626C
(144,98,108)
#9C737C
(156,115,124)
#A8848C
(168,132,140)
#B4959C
(180,149,156)
#C0A6AC
(192,166,172)
#CCB7BC
(204,183,188)
#D8C8CC
(216,200,204)
#E4D9DC
(228,217,220)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78404C color. Also use rgb(120,64,76) instead hex code.

Text Font Color

.myTextColor { color: #78404C; }

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

This text font color is #78404C.

Background Color

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

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

This div background color is #78404C.

Border color

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

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

This div border color is #78404C.

Opacity

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

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

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

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

This text has shadow with #78404C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78404C.

Preview

Color preview on black background

This text has color #78404C on black background.


Color preview on white background

This text has color #78404C on white background.


Black color preview on #78404C background

This text has black color on #78404C background.


White color preview on #78404C background

This text has white color on #78404C background.


Related colors

Complementary color

Complementary color for #hex is #87BFB3.


I love getcolorcode.com

Triadic colors

1 #4C7840 and #404C78 with #78404C are triadic colors.

2 #4C4078 and #40784C with #78404C are triadic colors.