COLOR #784C6A

HEX: #784C6A
RGB: (120,76,106)

Color info

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

RGB color model

#784C6A color RGB value is (120,76,106).

  • red value is 120;
  • green value is 76;
  • blue value is 106.
RGB:
(120,76,106)
(47%,30%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 76 of 255 = 30%
B 106 of 255 = 42%

120
76
106

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

Portions of RGB colors in percentages

R + G + B =
120 + 76 + 106 = 302 (100%)
R 120 of 302 ~ 39.74%
G 76 of 302 ~ 25.17%
B 106 of 302 ~ 35.1%

%39.74
%25.17
%35.1

CMYK color model

#784C6A color CMYK value is (0,37,12,53).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,37,12,53)
C0M37Y12K53 
(0%,37%,12%,53%)
(0.00/0.37/0.12/0.53)	

CMYK percentages

%0
%36.67
%11.67
%52.94

Codes

Color #784C6A in popluar color models

784C6A
RGB12076106
HSL319°22.45%38.43%
HSB/HSV319°36.67%47.06%
CMYK0.00%36.67%11.67%
52.94%

Color #784C6A in popluar number systems.

HEX784C6A
Decimal12076106
Binary111100010011001101010
Octal170114152

Shades and tints

Shades of #784C6A

#784C6A
(120,76,106)
#6E4661
(110,70,97)
#644058
(100,64,88)
#5A3A4F
(90,58,79)
#503446
(80,52,70)
#462E3D
(70,46,61)
#3C2834
(60,40,52)
#32222B
(50,34,43)
#281C22
(40,28,34)
#1E1619
(30,22,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #784C6A

#784C6A
(120,76,106)
#845C77
(132,92,119)
#906C84
(144,108,132)
#9C7C91
(156,124,145)
#A88C9E
(168,140,158)
#B49CAB
(180,156,171)
#C0ACB8
(192,172,184)
#CCBCC5
(204,188,197)
#D8CCD2
(216,204,210)
#E4DCDF
(228,220,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784C6A; }

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

This text font color is #784C6A.


Background Color

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

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

This div background color is #784C6A.


Border color

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

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

This div border color is #784C6A.


Opacity

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

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

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

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

This text has shadow with #784C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784C6A on black background.


Color preview on white background

This text has color #784C6A on white background.



Black color preview on #784C6A background

This text has black color on #784C6A background.


White color preview on #784C6A background

This text has white color on #784C6A background.