COLOR #784845

HEX: #784845
RGB: (120,72,69)

Color info

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

RGB color model

#784845 color RGB value is (120,72,69).

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

RGB channels and saturation

R 120 of 255 = 47%
G 72 of 255 = 28%
B 69 of 255 = 27%

120
72
69

R + G + B ~ 34%. #784845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 72 + 69 = 261 (100%)
R 120 of 261 ~ 45.98%
G 72 of 261 ~ 27.59%
B 69 of 261 ~ 26.44%

%45.98
%27.59
%26.44

CMYK color model

#784845 color CMYK value is (0,40,43,53).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 42.50%
  • key color value is 52.94%
CMYK:
(0,40,43,53)
C0M40Y43K53 
(0%,40%,43%,53%)
(0.00/0.40/0.43/0.53)	

CMYK percentages

%0
%40
%42.5
%52.94

Codes

Color #784845 in popluar color models

784845
RGB1207269
HSL26.98%37.06%
HSB/HSV42.50%47.06%
CMYK0.00%40.00%42.50%
52.94%

Color #784845 in popluar number systems.

HEX784845
Decimal1207269
Binary111100010010001000101
Octal170110105

Shades and tints

Shades of #784845

#784845
(120,72,69)
#6E423F
(110,66,63)
#643C39
(100,60,57)
#5A3633
(90,54,51)
#50302D
(80,48,45)
#462A27
(70,42,39)
#3C2421
(60,36,33)
#321E1B
(50,30,27)
#281815
(40,24,21)
#1E120F
(30,18,15)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #784845

#784845
(120,72,69)
#845855
(132,88,85)
#906865
(144,104,101)
#9C7875
(156,120,117)
#A88885
(168,136,133)
#B49895
(180,152,149)
#C0A8A5
(192,168,165)
#CCB8B5
(204,184,181)
#D8C8C5
(216,200,197)
#E4D8D5
(228,216,213)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784845; }

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

This text font color is #784845.


Background Color

.myBgColor { background-color: #784845; }

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

This div background color is #784845.


Border color

.myBorderColor { border: 1px solid #784845; }

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

This div border color is #784845.


Opacity

.myOpacity80 { color: #784845; opacity: 0.8; }

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

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

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

This text has shadow with #784845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784845 on black background.


Color preview on white background

This text has color #784845 on white background.



Black color preview on #784845 background

This text has black color on #784845 background.


White color preview on #784845 background

This text has white color on #784845 background.