COLOR #784C6D

HEX: #784C6D RGB: (120,76,109)

Color info

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

RGB color model

#784C6D color RGB value is (120,76,109).

RGB: (120,76,109) (47%, 30%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 76 of 255 = 30%
B 109 of 255 = 43%

120
76
109

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

Portions of RGB colors in percentages

R + G + B = 120 + 76 + 109 = 305 (100%)
R 120 of 305 ~ 39.34%
G 76 of 305 ~ 24.92%
B 109 of 305 ~ 35.74'%

%39.34
%24.92
%35.74

CMYK color model

#784C6D color CMYK value is (0,37,9,53).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 9.17%
  • key color value is 52.94%

CMYK: (0,37,9,53)
C0M37Y9K53 (0%, 37%, 9%, 53%)
(0.00 / 0.37 / 0.09 / 0.53)

CMYK percentages

%0
%36.67
%9.17
%52.94

Codes

Color #784C6D in popluar color models

78 4C 6D
RGB 120 76 109
HSL 315° 22.45% 38.43%
HSB/HSV 315° 36.67% 47.06%
CMYK 0.00% 36.67% 9.17%
52.94%

Color #784C6D in popluar number systems.

HEX 78 4C 6D
Decimal 120 76 109
Binary 1111000 1001100 1101101
Octal 170 114 155

Shades and tints

Shades of #784C6D

#784C6D
(120,76,109)
#6E4664
(110,70,100)
#64405B
(100,64,91)
#5A3A52
(90,58,82)
#503449
(80,52,73)
#462E40
(70,46,64)
#3C2837
(60,40,55)
#32222E
(50,34,46)
#281C25
(40,28,37)
#1E161C
(30,22,28)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #784C6D

#784C6D
(120,76,109)
#845C7A
(132,92,122)
#906C87
(144,108,135)
#9C7C94
(156,124,148)
#A88CA1
(168,140,161)
#B49CAE
(180,156,174)
#C0ACBB
(192,172,187)
#CCBCC8
(204,188,200)
#D8CCD5
(216,204,213)
#E4DCE2
(228,220,226)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784C6D; }

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

This text font color is #784C6D.

Background Color

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

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

This div background color is #784C6D.

Border color

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

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

This div border color is #784C6D.

Opacity

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

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

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

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

This text has shadow with #784C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784C6D.

Preview

Color preview on black background

This text has color #784C6D on black background.


Color preview on white background

This text has color #784C6D on white background.


Black color preview on #784C6D background

This text has black color on #784C6D background.


White color preview on #784C6D background

This text has white color on #784C6D background.


Related colors

Complementary color

Complementary color for #hex is #87B392.


I love getcolorcode.com

Triadic colors

1 #6D784C and #4C6D78 with #784C6D are triadic colors.

2 #6D4C78 and #4C786D with #784C6D are triadic colors.