COLOR #784C48

HEX: #784C48
RGB: (120,76,72)

Color info

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

RGB color model

#784C48 color RGB value is (120,76,72).

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

RGB channels and saturation

R 120 of 255 = 47%
G 76 of 255 = 30%
B 72 of 255 = 28%

120
76
72

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

Portions of RGB colors in percentages

R + G + B =
120 + 76 + 72 = 268 (100%)
R 120 of 268 ~ 44.78%
G 76 of 268 ~ 28.36%
B 72 of 268 ~ 26.87%

%44.78
%28.36
%26.87

CMYK color model

#784C48 color CMYK value is (0,37,40,53).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 40.00%
  • key color value is 52.94%
CMYK:
(0,37,40,53)
C0M37Y40K53 
(0%,37%,40%,53%)
(0.00/0.37/0.40/0.53)	

CMYK percentages

%0
%36.67
%40
%52.94

Codes

Color #784C48 in popluar color models

784C48
RGB1207672
HSL25.00%37.65%
HSB/HSV40.00%47.06%
CMYK0.00%36.67%40.00%
52.94%

Color #784C48 in popluar number systems.

HEX784C48
Decimal1207672
Binary111100010011001001000
Octal170114110

Shades and tints

Shades of #784C48

#784C48
(120,76,72)
#6E4642
(110,70,66)
#64403C
(100,64,60)
#5A3A36
(90,58,54)
#503430
(80,52,48)
#462E2A
(70,46,42)
#3C2824
(60,40,36)
#32221E
(50,34,30)
#281C18
(40,28,24)
#1E1612
(30,22,18)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #784C48

#784C48
(120,76,72)
#845C58
(132,92,88)
#906C68
(144,108,104)
#9C7C78
(156,124,120)
#A88C88
(168,140,136)
#B49C98
(180,156,152)
#C0ACA8
(192,172,168)
#CCBCB8
(204,188,184)
#D8CCC8
(216,204,200)
#E4DCD8
(228,220,216)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784C48; }

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

This text font color is #784C48.


Background Color

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

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

This div background color is #784C48.


Border color

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

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

This div border color is #784C48.


Opacity

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

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

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

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

This text has shadow with #784C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784C48 on black background.


Color preview on white background

This text has color #784C48 on white background.



Black color preview on #784C48 background

This text has black color on #784C48 background.


White color preview on #784C48 background

This text has white color on #784C48 background.