COLOR #784D5E

HEX: #784D5E
RGB: (120,77,94)

Color info

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

RGB color model

#784D5E color RGB value is (120,77,94).

  • red value is 120;
  • green value is 77;
  • blue value is 94.
RGB:
(120,77,94)
(47%,30%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 77 of 255 = 30%
B 94 of 255 = 37%

120
77
94

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

Portions of RGB colors in percentages

R + G + B =
120 + 77 + 94 = 291 (100%)
R 120 of 291 ~ 41.24%
G 77 of 291 ~ 26.46%
B 94 of 291 ~ 32.3%

%41.24
%26.46
%32.3

CMYK color model

#784D5E color CMYK value is (0,36,22,53).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(0,36,22,53)
C0M36Y22K53 
(0%,36%,22%,53%)
(0.00/0.36/0.22/0.53)	

CMYK percentages

%0
%35.83
%21.67
%52.94

Codes

Color #784D5E in popluar color models

784D5E
RGB1207794
HSL336°21.83%38.63%
HSB/HSV336°35.83%47.06%
CMYK0.00%35.83%21.67%
52.94%

Color #784D5E in popluar number systems.

HEX784D5E
Decimal1207794
Binary111100010011011011110
Octal170115136

Shades and tints

Shades of #784D5E

#784D5E
(120,77,94)
#6E4656
(110,70,86)
#643F4E
(100,63,78)
#5A3846
(90,56,70)
#50313E
(80,49,62)
#462A36
(70,42,54)
#3C232E
(60,35,46)
#321C26
(50,28,38)
#28151E
(40,21,30)
#1E0E16
(30,14,22)
#14070E
(20,7,14)
#000000
(0,0,0)

Tints of #784D5E

#784D5E
(120,77,94)
#845D6C
(132,93,108)
#906D7A
(144,109,122)
#9C7D88
(156,125,136)
#A88D96
(168,141,150)
#B49DA4
(180,157,164)
#C0ADB2
(192,173,178)
#CCBDC0
(204,189,192)
#D8CDCE
(216,205,206)
#E4DDDC
(228,221,220)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784D5E color. Also use rgb(120,77,94) instead hex code.

Text Font Color

.myTextColor { color: #784D5E; }

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

This text font color is #784D5E.


Background Color

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

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

This div background color is #784D5E.


Border color

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

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

This div border color is #784D5E.


Opacity

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

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

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

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

This text has shadow with #784D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784D5E on black background.


Color preview on white background

This text has color #784D5E on white background.



Black color preview on #784D5E background

This text has black color on #784D5E background.


White color preview on #784D5E background

This text has white color on #784D5E background.