COLOR #784716

HEX: #784716
RGB: (120,71,22)

Color info

#784716 contains mainly red and green colors. Web safe color of #784716 is #663300 (or #630).

RGB color model

#784716 color RGB value is (120,71,22).

  • red value is 120;
  • green value is 71;
  • blue value is 22.
RGB:
(120,71,22)
(47%,28%,9%)

RGB channels and saturation

R 120 of 255 = 47%
G 71 of 255 = 28%
B 22 of 255 = 9%

120
71
22

R + G + B ~ 28%. #784716 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 71 + 22 = 213 (100%)
R 120 of 213 ~ 56.34%
G 71 of 213 ~ 33.33%
B 22 of 213 ~ 10.33%

%56.34
%33.33
%10.33

CMYK color model

#784716 color CMYK value is (0,41,82,53).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 81.67%
  • key color value is 52.94%
CMYK:
(0,41,82,53)
C0M41Y82K53 
(0%,41%,82%,53%)
(0.00/0.41/0.82/0.53)	

CMYK percentages

%0
%40.83
%81.67
%52.94

Codes

Color #784716 in popluar color models

784716
RGB1207122
HSL30°69.01%27.84%
HSB/HSV30°81.67%47.06%
CMYK0.00%40.83%81.67%
52.94%

Color #784716 in popluar number systems.

HEX784716
Decimal1207122
Binary1111000100011110110
Octal17010726

Shades and tints

Shades of #784716

#784716
(120,71,22)
#6E4114
(110,65,20)
#643B12
(100,59,18)
#5A3510
(90,53,16)
#502F0E
(80,47,14)
#46290C
(70,41,12)
#3C230A
(60,35,10)
#321D08
(50,29,8)
#281706
(40,23,6)
#1E1104
(30,17,4)
#140B02
(20,11,2)
#000000
(0,0,0)

Tints of #784716

#784716
(120,71,22)
#84572B
(132,87,43)
#906740
(144,103,64)
#9C7755
(156,119,85)
#A8876A
(168,135,106)
#B4977F
(180,151,127)
#C0A794
(192,167,148)
#CCB7A9
(204,183,169)
#D8C7BE
(216,199,190)
#E4D7D3
(228,215,211)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784716 color. Also use rgb(120,71,22) instead hex code.

Text Font Color

.myTextColor { color: #784716; }

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

This text font color is #784716.


Background Color

.myBgColor { background-color: #784716; }

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

This div background color is #784716.


Border color

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

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

This div border color is #784716.


Opacity

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

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

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

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

This text has shadow with #784716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784716 on black background.


Color preview on white background

This text has color #784716 on white background.



Black color preview on #784716 background

This text has black color on #784716 background.


White color preview on #784716 background

This text has white color on #784716 background.