COLOR #784E5F

HEX: #784E5F
RGB: (120,78,95)

Color info

#784E5F contains red, green and blue colors in about the same proportion. Web safe color of #784E5F is #666666 (or #666).

RGB color model

#784E5F color RGB value is (120,78,95).

  • red value is 120;
  • green value is 78;
  • blue value is 95.
RGB:
(120,78,95)
(47%,31%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 78 of 255 = 31%
B 95 of 255 = 37%

120
78
95

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

Portions of RGB colors in percentages

R + G + B =
120 + 78 + 95 = 293 (100%)
R 120 of 293 ~ 40.96%
G 78 of 293 ~ 26.62%
B 95 of 293 ~ 32.42%

%40.96
%26.62
%32.42

CMYK color model

#784E5F color CMYK value is (0,35,21,53).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(0,35,21,53)
C0M35Y21K53 
(0%,35%,21%,53%)
(0.00/0.35/0.21/0.53)	

CMYK percentages

%0
%35
%20.83
%52.94

Codes

Color #784E5F in popluar color models

784E5F
RGB1207895
HSL336°21.21%38.82%
HSB/HSV336°35.00%47.06%
CMYK0.00%35.00%20.83%
52.94%

Color #784E5F in popluar number systems.

HEX784E5F
Decimal1207895
Binary111100010011101011111
Octal170116137

Shades and tints

Shades of #784E5F

#784E5F
(120,78,95)
#6E4757
(110,71,87)
#64404F
(100,64,79)
#5A3947
(90,57,71)
#50323F
(80,50,63)
#462B37
(70,43,55)
#3C242F
(60,36,47)
#321D27
(50,29,39)
#28161F
(40,22,31)
#1E0F17
(30,15,23)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #784E5F

#784E5F
(120,78,95)
#845E6D
(132,94,109)
#906E7B
(144,110,123)
#9C7E89
(156,126,137)
#A88E97
(168,142,151)
#B49EA5
(180,158,165)
#C0AEB3
(192,174,179)
#CCBEC1
(204,190,193)
#D8CECF
(216,206,207)
#E4DEDD
(228,222,221)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784E5F color. Also use rgb(120,78,95) instead hex code.

Text Font Color

.myTextColor { color: #784E5F; }

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

This text font color is #784E5F.


Background Color

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

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

This div background color is #784E5F.


Border color

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

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

This div border color is #784E5F.


Opacity

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

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

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

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

This text has shadow with #784E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784E5F on black background.


Color preview on white background

This text has color #784E5F on white background.



Black color preview on #784E5F background

This text has black color on #784E5F background.


White color preview on #784E5F background

This text has white color on #784E5F background.