COLOR #784C49

HEX: #784C49
RGB: (120,76,73)

Color info

#784C49 contains red, green and blue colors in about the same proportion. Web safe color of #784C49 is #663333 (or #633).

RGB color model

#784C49 color RGB value is (120,76,73).

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

RGB channels and saturation

R 120 of 255 = 47%
G 76 of 255 = 30%
B 73 of 255 = 29%

120
76
73

R + G + B ~ 35%. #784C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 76 + 73 = 269 (100%)
R 120 of 269 ~ 44.61%
G 76 of 269 ~ 28.25%
B 73 of 269 ~ 27.14%

%44.61
%28.25
%27.14

CMYK color model

#784C49 color CMYK value is (0,37,39,53).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 39.17%
  • key color value is 52.94%
CMYK:
(0,37,39,53)
C0M37Y39K53 
(0%,37%,39%,53%)
(0.00/0.37/0.39/0.53)	

CMYK percentages

%0
%36.67
%39.17
%52.94

Codes

Color #784C49 in popluar color models

784C49
RGB1207673
HSL24.35%37.84%
HSB/HSV39.17%47.06%
CMYK0.00%36.67%39.17%
52.94%

Color #784C49 in popluar number systems.

HEX784C49
Decimal1207673
Binary111100010011001001001
Octal170114111

Shades and tints

Shades of #784C49

#784C49
(120,76,73)
#6E4643
(110,70,67)
#64403D
(100,64,61)
#5A3A37
(90,58,55)
#503431
(80,52,49)
#462E2B
(70,46,43)
#3C2825
(60,40,37)
#32221F
(50,34,31)
#281C19
(40,28,25)
#1E1613
(30,22,19)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #784C49

#784C49
(120,76,73)
#845C59
(132,92,89)
#906C69
(144,108,105)
#9C7C79
(156,124,121)
#A88C89
(168,140,137)
#B49C99
(180,156,153)
#C0ACA9
(192,172,169)
#CCBCB9
(204,188,185)
#D8CCC9
(216,204,201)
#E4DCD9
(228,220,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784C49; }

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

This text font color is #784C49.


Background Color

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

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

This div background color is #784C49.


Border color

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

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

This div border color is #784C49.


Opacity

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

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

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

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

This text has shadow with #784C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784C49 on black background.


Color preview on white background

This text has color #784C49 on white background.



Black color preview on #784C49 background

This text has black color on #784C49 background.


White color preview on #784C49 background

This text has white color on #784C49 background.