COLOR #787A2E

HEX: #787A2E
RGB: (120,122,46)

Color info

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

RGB color model

#787A2E color RGB value is (120,122,46).

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

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 46 of 255 = 18%

120
122
46

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 46 = 288 (100%)
R 120 of 288 ~ 41.67%
G 122 of 288 ~ 42.36%
B 46 of 288 ~ 15.97%

%41.67
%42.36
%15.97

CMYK color model

#787A2E color CMYK value is (2,0,62,52).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 62.30%
  • key color value is 52.16%
CMYK:
(2,0,62,52)
C2M0Y62K52 
(2%,0%,62%,52%)
(0.02/0.00/0.62/0.52)	

CMYK percentages

%1.64
%0
%62.3
%52.16

Codes

Color #787A2E in popluar color models

787A2E
RGB12012246
HSL62°45.24%32.94%
HSB/HSV62°62.30%47.84%
CMYK1.64%0.00%62.30%
52.16%

Color #787A2E in popluar number systems.

HEX787A2E
Decimal12012246
Binary11110001111010101110
Octal17017256

Shades and tints

Shades of #787A2E

#787A2E
(120,122,46)
#6E6F2A
(110,111,42)
#646426
(100,100,38)
#5A5922
(90,89,34)
#504E1E
(80,78,30)
#46431A
(70,67,26)
#3C3816
(60,56,22)
#322D12
(50,45,18)
#28220E
(40,34,14)
#1E170A
(30,23,10)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #787A2E

#787A2E
(120,122,46)
#848641
(132,134,65)
#909254
(144,146,84)
#9C9E67
(156,158,103)
#A8AA7A
(168,170,122)
#B4B68D
(180,182,141)
#C0C2A0
(192,194,160)
#CCCEB3
(204,206,179)
#D8DAC6
(216,218,198)
#E4E6D9
(228,230,217)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787A2E; }

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

This text font color is #787A2E.


Background Color

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

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

This div background color is #787A2E.


Border color

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

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

This div border color is #787A2E.


Opacity

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

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

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

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

This text has shadow with #787A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A2E on black background.


Color preview on white background

This text has color #787A2E on white background.



Black color preview on #787A2E background

This text has black color on #787A2E background.


White color preview on #787A2E background

This text has white color on #787A2E background.