COLOR #784E75

HEX: #784E75 RGB: (120,78,117)

Color info

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

RGB color model

#784E75 color RGB value is (120,78,117).

RGB: (120,78,117) (47%, 31%, 46%)

RGB channels and saturation

R 120 of 255 = 47%
G 78 of 255 = 31%
B 117 of 255 = 46%

120
78
117

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

Portions of RGB colors in percentages

R + G + B = 120 + 78 + 117 = 315 (100%)
R 120 of 315 ~ 38.1%
G 78 of 315 ~ 24.76%
B 117 of 315 ~ 37.14'%

%38.1
%24.76
%37.14

CMYK color model

#784E75 color CMYK value is (0,35,3,53).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 2.50%
  • key color value is 52.94%

CMYK: (0,35,3,53)
C0M35Y3K53 (0%, 35%, 3%, 53%)
(0.00 / 0.35 / 0.03 / 0.53)

CMYK percentages

%0
%35
%2.5
%52.94

Codes

Color #784E75 in popluar color models

78 4E 75
RGB 120 78 117
HSL 304° 21.21% 38.82%
HSB/HSV 304° 35.00% 47.06%
CMYK 0.00% 35.00% 2.50%
52.94%

Color #784E75 in popluar number systems.

HEX 78 4E 75
Decimal 120 78 117
Binary 1111000 1001110 1110101
Octal 170 116 165

Shades and tints

Shades of #784E75

#784E75
(120,78,117)
#6E476B
(110,71,107)
#644061
(100,64,97)
#5A3957
(90,57,87)
#50324D
(80,50,77)
#462B43
(70,43,67)
#3C2439
(60,36,57)
#321D2F
(50,29,47)
#281625
(40,22,37)
#1E0F1B
(30,15,27)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #784E75

#784E75
(120,78,117)
#845E81
(132,94,129)
#906E8D
(144,110,141)
#9C7E99
(156,126,153)
#A88EA5
(168,142,165)
#B49EB1
(180,158,177)
#C0AEBD
(192,174,189)
#CCBEC9
(204,190,201)
#D8CED5
(216,206,213)
#E4DEE1
(228,222,225)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784E75; }

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

This text font color is #784E75.

Background Color

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

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

This div background color is #784E75.

Border color

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

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

This div border color is #784E75.

Opacity

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

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

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

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

This text has shadow with #784E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784E75.

Preview

Color preview on black background

This text has color #784E75 on black background.


Color preview on white background

This text has color #784E75 on white background.


Black color preview on #784E75 background

This text has black color on #784E75 background.


White color preview on #784E75 background

This text has white color on #784E75 background.


Related colors

Complementary color

Complementary color for #hex is #87B18A.


I love getcolorcode.com

Triadic colors

1 #75784E and #4E7578 with #784E75 are triadic colors.

2 #754E78 and #4E7875 with #784E75 are triadic colors.