COLOR #784C50

HEX: #784C50
RGB: (120,76,80)

Color info

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

RGB color model

#784C50 color RGB value is (120,76,80).

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

RGB channels and saturation

R 120 of 255 = 47%
G 76 of 255 = 30%
B 80 of 255 = 31%

120
76
80

R + G + B ~ 36%. #784C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 76 + 80 = 276 (100%)
R 120 of 276 ~ 43.48%
G 76 of 276 ~ 27.54%
B 80 of 276 ~ 28.99%

%43.48
%27.54
%28.99

CMYK color model

#784C50 color CMYK value is (0,37,33,53).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 33.33%
  • key color value is 52.94%
CMYK:
(0,37,33,53)
C0M37Y33K53 
(0%,37%,33%,53%)
(0.00/0.37/0.33/0.53)	

CMYK percentages

%0
%36.67
%33.33
%52.94

Codes

Color #784C50 in popluar color models

784C50
RGB1207680
HSL355°22.45%38.43%
HSB/HSV355°36.67%47.06%
CMYK0.00%36.67%33.33%
52.94%

Color #784C50 in popluar number systems.

HEX784C50
Decimal1207680
Binary111100010011001010000
Octal170114120

Shades and tints

Shades of #784C50

#784C50
(120,76,80)
#6E4649
(110,70,73)
#644042
(100,64,66)
#5A3A3B
(90,58,59)
#503434
(80,52,52)
#462E2D
(70,46,45)
#3C2826
(60,40,38)
#32221F
(50,34,31)
#281C18
(40,28,24)
#1E1611
(30,22,17)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #784C50

#784C50
(120,76,80)
#845C5F
(132,92,95)
#906C6E
(144,108,110)
#9C7C7D
(156,124,125)
#A88C8C
(168,140,140)
#B49C9B
(180,156,155)
#C0ACAA
(192,172,170)
#CCBCB9
(204,188,185)
#D8CCC8
(216,204,200)
#E4DCD7
(228,220,215)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784C50; }

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

This text font color is #784C50.


Background Color

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

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

This div background color is #784C50.


Border color

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

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

This div border color is #784C50.


Opacity

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

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

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

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

This text has shadow with #784C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784C50 on black background.


Color preview on white background

This text has color #784C50 on white background.



Black color preview on #784C50 background

This text has black color on #784C50 background.


White color preview on #784C50 background

This text has white color on #784C50 background.