COLOR #784D6D

HEX: #784D6D
RGB: (120,77,109)

Color info

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

RGB color model

#784D6D color RGB value is (120,77,109).

  • red value is 120;
  • green value is 77;
  • blue value is 109.
RGB:
(120,77,109)
(47%,30%,43%)

RGB channels and saturation

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

120
77
109

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

Portions of RGB colors in percentages

R + G + B =
120 + 77 + 109 = 306 (100%)
R 120 of 306 ~ 39.22%
G 77 of 306 ~ 25.16%
B 109 of 306 ~ 35.62%

%39.22
%25.16
%35.62

CMYK color model

#784D6D color CMYK value is (0,36,9,53).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(0,36,9,53)
C0M36Y9K53 
(0%,36%,9%,53%)
(0.00/0.36/0.09/0.53)	

CMYK percentages

%0
%35.83
%9.17
%52.94

Codes

Color #784D6D in popluar color models

784D6D
RGB12077109
HSL315°21.83%38.63%
HSB/HSV315°35.83%47.06%
CMYK0.00%35.83%9.17%
52.94%

Color #784D6D in popluar number systems.

HEX784D6D
Decimal12077109
Binary111100010011011101101
Octal170115155

Shades and tints

Shades of #784D6D

#784D6D
(120,77,109)
#6E4664
(110,70,100)
#643F5B
(100,63,91)
#5A3852
(90,56,82)
#503149
(80,49,73)
#462A40
(70,42,64)
#3C2337
(60,35,55)
#321C2E
(50,28,46)
#281525
(40,21,37)
#1E0E1C
(30,14,28)
#140713
(20,7,19)
#000000
(0,0,0)

Tints of #784D6D

#784D6D
(120,77,109)
#845D7A
(132,93,122)
#906D87
(144,109,135)
#9C7D94
(156,125,148)
#A88DA1
(168,141,161)
#B49DAE
(180,157,174)
#C0ADBB
(192,173,187)
#CCBDC8
(204,189,200)
#D8CDD5
(216,205,213)
#E4DDE2
(228,221,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784D6D; }

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

This text font color is #784D6D.


Background Color

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

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

This div background color is #784D6D.


Border color

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

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

This div border color is #784D6D.


Opacity

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

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

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

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

This text has shadow with #784D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784D6D on black background.


Color preview on white background

This text has color #784D6D on white background.



Black color preview on #784D6D background

This text has black color on #784D6D background.


White color preview on #784D6D background

This text has white color on #784D6D background.