COLOR #784C60

HEX: #784C60
RGB: (120,76,96)

Color info

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

RGB color model

#784C60 color RGB value is (120,76,96).

  • red value is 120;
  • green value is 76;
  • blue value is 96.
RGB:
(120,76,96)
(47%,30%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 76 of 255 = 30%
B 96 of 255 = 38%

120
76
96

R + G + B ~ 38%. #784C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 76 + 96 = 292 (100%)
R 120 of 292 ~ 41.1%
G 76 of 292 ~ 26.03%
B 96 of 292 ~ 32.88%

%41.1
%26.03
%32.88

CMYK color model

#784C60 color CMYK value is (0,37,20,53).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 20.00%
  • key color value is 52.94%
CMYK:
(0,37,20,53)
C0M37Y20K53 
(0%,37%,20%,53%)
(0.00/0.37/0.20/0.53)	

CMYK percentages

%0
%36.67
%20
%52.94

Codes

Color #784C60 in popluar color models

784C60
RGB1207696
HSL333°22.45%38.43%
HSB/HSV333°36.67%47.06%
CMYK0.00%36.67%20.00%
52.94%

Color #784C60 in popluar number systems.

HEX784C60
Decimal1207696
Binary111100010011001100000
Octal170114140

Shades and tints

Shades of #784C60

#784C60
(120,76,96)
#6E4658
(110,70,88)
#644050
(100,64,80)
#5A3A48
(90,58,72)
#503440
(80,52,64)
#462E38
(70,46,56)
#3C2830
(60,40,48)
#322228
(50,34,40)
#281C20
(40,28,32)
#1E1618
(30,22,24)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #784C60

#784C60
(120,76,96)
#845C6E
(132,92,110)
#906C7C
(144,108,124)
#9C7C8A
(156,124,138)
#A88C98
(168,140,152)
#B49CA6
(180,156,166)
#C0ACB4
(192,172,180)
#CCBCC2
(204,188,194)
#D8CCD0
(216,204,208)
#E4DCDE
(228,220,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784C60 color. Also use rgb(120,76,96) instead hex code.

Text Font Color

.myTextColor { color: #784C60; }

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

This text font color is #784C60.


Background Color

.myBgColor { background-color: #784C60; }

<div style="background-color:#784C60">Inner text</div>

This div background color is #784C60.


Border color

.myBorderColor { border: 1px solid #784C60; }

<div style="border:3px solid #784C60">Div</div>

This div border color is #784C60.


Opacity

.myOpacity80 { color: #784C60; opacity: 0.8; }

<p style="color:#784C60;opacity:0.8;">80%</p>

Text with #784C60 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 #784C60;}

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

This text has shadow with #784C60 color.

.textShadow {text-shadow: 3px 3px 1px #784C60, 3px 3px 1px red;}

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

This text has shadow with #784C60 primary color and red secondary color.


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

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

This text has shadow with #784C60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784C60 on black background.


Color preview on white background

This text has color #784C60 on white background.



Black color preview on #784C60 background

This text has black color on #784C60 background.


White color preview on #784C60 background

This text has white color on #784C60 background.