COLOR #784B6D

HEX: #784B6D RGB: (120,75,109)

Color info

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

RGB color model

#784B6D color RGB value is (120,75,109).

RGB: (120,75,109) (47%, 29%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 75 of 255 = 29%
B 109 of 255 = 43%

120
75
109

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

Portions of RGB colors in percentages

R + G + B = 120 + 75 + 109 = 304 (100%)
R 120 of 304 ~ 39.47%
G 75 of 304 ~ 24.67%
B 109 of 304 ~ 35.86'%

%39.47
%24.67
%35.86

CMYK color model

#784B6D color CMYK value is (0,38,9,53).

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

CMYK: (0,38,9,53)
C0M38Y9K53 (0%, 38%, 9%, 53%)
(0.00 / 0.38 / 0.09 / 0.53)

CMYK percentages

%0
%37.5
%9.17
%52.94

Codes

Color #784B6D in popluar color models

78 4B 6D
RGB 120 75 109
HSL 315° 23.08% 38.24%
HSB/HSV 315° 37.50% 47.06%
CMYK 0.00% 37.50% 9.17%
52.94%

Color #784B6D in popluar number systems.

HEX 78 4B 6D
Decimal 120 75 109
Binary 1111000 1001011 1101101
Octal 170 113 155

Shades and tints

Shades of #784B6D

#784B6D
(120,75,109)
#6E4564
(110,69,100)
#643F5B
(100,63,91)
#5A3952
(90,57,82)
#503349
(80,51,73)
#462D40
(70,45,64)
#3C2737
(60,39,55)
#32212E
(50,33,46)
#281B25
(40,27,37)
#1E151C
(30,21,28)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #784B6D

#784B6D
(120,75,109)
#845B7A
(132,91,122)
#906B87
(144,107,135)
#9C7B94
(156,123,148)
#A88BA1
(168,139,161)
#B49BAE
(180,155,174)
#C0ABBB
(192,171,187)
#CCBBC8
(204,187,200)
#D8CBD5
(216,203,213)
#E4DBE2
(228,219,226)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784B6D; }

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

This text font color is #784B6D.

Background Color

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

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

This div background color is #784B6D.

Border color

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

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

This div border color is #784B6D.

Opacity

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

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

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

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

This text has shadow with #784B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784B6D.

Preview

Color preview on black background

This text has color #784B6D on black background.


Color preview on white background

This text has color #784B6D on white background.


Black color preview on #784B6D background

This text has black color on #784B6D background.


White color preview on #784B6D background

This text has white color on #784B6D background.


Related colors

Complementary color

Complementary color for #hex is #87B492.


I love getcolorcode.com

Triadic colors

1 #6D784B and #4B6D78 with #784B6D are triadic colors.

2 #6D4B78 and #4B786D with #784B6D are triadic colors.