COLOR #784822

HEX: #784822
RGB: (120,72,34)

Color info

#784822 contains mainly red and green colors. Web safe color of #784822 is #663333 (or #633).

RGB color model

#784822 color RGB value is (120,72,34).

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

RGB channels and saturation

R 120 of 255 = 47%
G 72 of 255 = 28%
B 34 of 255 = 13%

120
72
34

R + G + B ~ 29%. #784822 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 72 + 34 = 226 (100%)
R 120 of 226 ~ 53.1%
G 72 of 226 ~ 31.86%
B 34 of 226 ~ 15.04%

%53.1
%31.86
%15.04

CMYK color model

#784822 color CMYK value is (0,40,72,53).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 71.67%
  • key color value is 52.94%
CMYK:
(0,40,72,53)
C0M40Y72K53 
(0%,40%,72%,53%)
(0.00/0.40/0.72/0.53)	

CMYK percentages

%0
%40
%71.67
%52.94

Codes

Color #784822 in popluar color models

784822
RGB1207234
HSL27°55.84%30.20%
HSB/HSV27°71.67%47.06%
CMYK0.00%40.00%71.67%
52.94%

Color #784822 in popluar number systems.

HEX784822
Decimal1207234
Binary11110001001000100010
Octal17011042

Shades and tints

Shades of #784822

#784822
(120,72,34)
#6E421F
(110,66,31)
#643C1C
(100,60,28)
#5A3619
(90,54,25)
#503016
(80,48,22)
#462A13
(70,42,19)
#3C2410
(60,36,16)
#321E0D
(50,30,13)
#28180A
(40,24,10)
#1E1207
(30,18,7)
#140C04
(20,12,4)
#000000
(0,0,0)

Tints of #784822

#784822
(120,72,34)
#845836
(132,88,54)
#90684A
(144,104,74)
#9C785E
(156,120,94)
#A88872
(168,136,114)
#B49886
(180,152,134)
#C0A89A
(192,168,154)
#CCB8AE
(204,184,174)
#D8C8C2
(216,200,194)
#E4D8D6
(228,216,214)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784822; }

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

This text font color is #784822.


Background Color

.myBgColor { background-color: #784822; }

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

This div background color is #784822.


Border color

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

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

This div border color is #784822.


Opacity

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

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

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

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

This text has shadow with #784822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784822 on black background.


Color preview on white background

This text has color #784822 on white background.



Black color preview on #784822 background

This text has black color on #784822 background.


White color preview on #784822 background

This text has white color on #784822 background.