COLOR #787F2E

HEX: #787F2E
RGB: (120,127,46)

Color info

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

RGB color model

#787F2E color RGB value is (120,127,46).

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

RGB channels and saturation

R 120 of 255 = 47%
G 127 of 255 = 50%
B 46 of 255 = 18%

120
127
46

R + G + B ~ 38%. #787F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 127 + 46 = 293 (100%)
R 120 of 293 ~ 40.96%
G 127 of 293 ~ 43.34%
B 46 of 293 ~ 15.7%

%40.96
%43.34
%15.7

CMYK color model

#787F2E color CMYK value is (6,0,64,50).

  • cyan value is 5.51%
  • magenta value is 0.00%
  • yellow value is 63.78%
  • key color value is 50.20%
CMYK:
(6,0,64,50)
C6M0Y64K50 
(6%,0%,64%,50%)
(0.06/0.00/0.64/0.50)	

CMYK percentages

%5.51
%0
%63.78
%50.2

Codes

Color #787F2E in popluar color models

787F2E
RGB12012746
HSL65°46.82%33.92%
HSB/HSV65°63.78%49.80%
CMYK5.51%0.00%63.78%
50.20%

Color #787F2E in popluar number systems.

HEX787F2E
Decimal12012746
Binary11110001111111101110
Octal17017756

Shades and tints

Shades of #787F2E

#787F2E
(120,127,46)
#6E742A
(110,116,42)
#646926
(100,105,38)
#5A5E22
(90,94,34)
#50531E
(80,83,30)
#46481A
(70,72,26)
#3C3D16
(60,61,22)
#323212
(50,50,18)
#28270E
(40,39,14)
#1E1C0A
(30,28,10)
#141106
(20,17,6)
#000000
(0,0,0)

Tints of #787F2E

#787F2E
(120,127,46)
#848A41
(132,138,65)
#909554
(144,149,84)
#9CA067
(156,160,103)
#A8AB7A
(168,171,122)
#B4B68D
(180,182,141)
#C0C1A0
(192,193,160)
#CCCCB3
(204,204,179)
#D8D7C6
(216,215,198)
#E4E2D9
(228,226,217)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787F2E color. Also use rgb(120,127,46) instead hex code.

Text Font Color

.myTextColor { color: #787F2E; }

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

This text font color is #787F2E.


Background Color

.myBgColor { background-color: #787F2E; }

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

This div background color is #787F2E.


Border color

.myBorderColor { border: 1px solid #787F2E; }

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

This div border color is #787F2E.


Opacity

.myOpacity80 { color: #787F2E; opacity: 0.8; }

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

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

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

This text has shadow with #787F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787F2E on black background.


Color preview on white background

This text has color #787F2E on white background.



Black color preview on #787F2E background

This text has black color on #787F2E background.


White color preview on #787F2E background

This text has white color on #787F2E background.