COLOR #78782F

HEX: #78782F
RGB: (120,120,47)

Color info

#78782F contains mainly red and green colors. Web safe color of #78782F is #666633 (or #663).

RGB color model

#78782F color RGB value is (120,120,47).

  • red value is 120;
  • green value is 120;
  • blue value is 47.
RGB:
(120,120,47)
(47%,47%,18%)

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 47 of 255 = 18%

120
120
47

R + G + B ~ 37%. #78782F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 47 = 287 (100%)
R 120 of 287 ~ 41.81%
G 120 of 287 ~ 41.81%
B 47 of 287 ~ 16.38%

%41.81
%41.81
%16.38

CMYK color model

#78782F color CMYK value is (0,0,61,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 60.83%
  • key color value is 52.94%
CMYK:
(0,0,61,53)
C0M0Y61K53 
(0%,0%,61%,53%)
(0.00/0.00/0.61/0.53)	

CMYK percentages

%0
%0
%60.83
%52.94

Codes

Color #78782F in popluar color models

78782F
RGB12012047
HSL60°43.71%32.75%
HSB/HSV60°60.83%47.06%
CMYK0.00%0.00%60.83%
52.94%

Color #78782F in popluar number systems.

HEX78782F
Decimal12012047
Binary11110001111000101111
Octal17017057

Shades and tints

Shades of #78782F

#78782F
(120,120,47)
#6E6E2B
(110,110,43)
#646427
(100,100,39)
#5A5A23
(90,90,35)
#50501F
(80,80,31)
#46461B
(70,70,27)
#3C3C17
(60,60,23)
#323213
(50,50,19)
#28280F
(40,40,15)
#1E1E0B
(30,30,11)
#141407
(20,20,7)
#000000
(0,0,0)

Tints of #78782F

#78782F
(120,120,47)
#848441
(132,132,65)
#909053
(144,144,83)
#9C9C65
(156,156,101)
#A8A877
(168,168,119)
#B4B489
(180,180,137)
#C0C09B
(192,192,155)
#CCCCAD
(204,204,173)
#D8D8BF
(216,216,191)
#E4E4D1
(228,228,209)
#F0F0E3
(240,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78782F color. Also use rgb(120,120,47) instead hex code.

Text Font Color

.myTextColor { color: #78782F; }

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

This text font color is #78782F.


Background Color

.myBgColor { background-color: #78782F; }

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

This div background color is #78782F.


Border color

.myBorderColor { border: 1px solid #78782F; }

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

This div border color is #78782F.


Opacity

.myOpacity80 { color: #78782F; opacity: 0.8; }

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

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

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

This text has shadow with #78782F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78782F on black background.


Color preview on white background

This text has color #78782F on white background.



Black color preview on #78782F background

This text has black color on #78782F background.


White color preview on #78782F background

This text has white color on #78782F background.