COLOR #784A56

HEX: #784A56
RGB: (120,74,86)

Color info

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

RGB color model

#784A56 color RGB value is (120,74,86).

  • red value is 120;
  • green value is 74;
  • blue value is 86.
RGB:
(120,74,86)
(47%,29%,34%)

RGB channels and saturation

R 120 of 255 = 47%
G 74 of 255 = 29%
B 86 of 255 = 34%

120
74
86

R + G + B ~ 37%. #784A56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 74 + 86 = 280 (100%)
R 120 of 280 ~ 42.86%
G 74 of 280 ~ 26.43%
B 86 of 280 ~ 30.71%

%42.86
%26.43
%30.71

CMYK color model

#784A56 color CMYK value is (0,38,28,53).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 28.33%
  • key color value is 52.94%
CMYK:
(0,38,28,53)
C0M38Y28K53 
(0%,38%,28%,53%)
(0.00/0.38/0.28/0.53)	

CMYK percentages

%0
%38.33
%28.33
%52.94

Codes

Color #784A56 in popluar color models

784A56
RGB1207486
HSL344°23.71%38.04%
HSB/HSV344°38.33%47.06%
CMYK0.00%38.33%28.33%
52.94%

Color #784A56 in popluar number systems.

HEX784A56
Decimal1207486
Binary111100010010101010110
Octal170112126

Shades and tints

Shades of #784A56

#784A56
(120,74,86)
#6E444F
(110,68,79)
#643E48
(100,62,72)
#5A3841
(90,56,65)
#50323A
(80,50,58)
#462C33
(70,44,51)
#3C262C
(60,38,44)
#322025
(50,32,37)
#281A1E
(40,26,30)
#1E1417
(30,20,23)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #784A56

#784A56
(120,74,86)
#845A65
(132,90,101)
#906A74
(144,106,116)
#9C7A83
(156,122,131)
#A88A92
(168,138,146)
#B49AA1
(180,154,161)
#C0AAB0
(192,170,176)
#CCBABF
(204,186,191)
#D8CACE
(216,202,206)
#E4DADD
(228,218,221)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784A56 color. Also use rgb(120,74,86) instead hex code.

Text Font Color

.myTextColor { color: #784A56; }

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

This text font color is #784A56.


Background Color

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

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

This div background color is #784A56.


Border color

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

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

This div border color is #784A56.


Opacity

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

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

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

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

This text has shadow with #784A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784A56 on black background.


Color preview on white background

This text has color #784A56 on white background.



Black color preview on #784A56 background

This text has black color on #784A56 background.


White color preview on #784A56 background

This text has white color on #784A56 background.