COLOR #784E72

HEX: #784E72
RGB: (120,78,114)

Color info

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

RGB color model

#784E72 color RGB value is (120,78,114).

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

RGB channels and saturation

R 120 of 255 = 47%
G 78 of 255 = 31%
B 114 of 255 = 45%

120
78
114

R + G + B ~ 41%. #784E72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 78 + 114 = 312 (100%)
R 120 of 312 ~ 38.46%
G 78 of 312 ~ 25%
B 114 of 312 ~ 36.54%

%38.46
%25
%36.54

CMYK color model

#784E72 color CMYK value is (0,35,5,53).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,35,5,53)
C0M35Y5K53 
(0%,35%,5%,53%)
(0.00/0.35/0.05/0.53)	

CMYK percentages

%0
%35
%5
%52.94

Codes

Color #784E72 in popluar color models

784E72
RGB12078114
HSL309°21.21%38.82%
HSB/HSV309°35.00%47.06%
CMYK0.00%35.00%5.00%
52.94%

Color #784E72 in popluar number systems.

HEX784E72
Decimal12078114
Binary111100010011101110010
Octal170116162

Shades and tints

Shades of #784E72

#784E72
(120,78,114)
#6E4768
(110,71,104)
#64405E
(100,64,94)
#5A3954
(90,57,84)
#50324A
(80,50,74)
#462B40
(70,43,64)
#3C2436
(60,36,54)
#321D2C
(50,29,44)
#281622
(40,22,34)
#1E0F18
(30,15,24)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #784E72

#784E72
(120,78,114)
#845E7E
(132,94,126)
#906E8A
(144,110,138)
#9C7E96
(156,126,150)
#A88EA2
(168,142,162)
#B49EAE
(180,158,174)
#C0AEBA
(192,174,186)
#CCBEC6
(204,190,198)
#D8CED2
(216,206,210)
#E4DEDE
(228,222,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784E72; }

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

This text font color is #784E72.


Background Color

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

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

This div background color is #784E72.


Border color

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

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

This div border color is #784E72.


Opacity

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

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

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

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

This text has shadow with #784E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784E72 on black background.


Color preview on white background

This text has color #784E72 on white background.



Black color preview on #784E72 background

This text has black color on #784E72 background.


White color preview on #784E72 background

This text has white color on #784E72 background.