COLOR #7B782A

HEX: #7B782A
RGB: (123,120,42)

Color info

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

RGB color model

#7B782A color RGB value is (123,120,42).

  • red value is 123;
  • green value is 120;
  • blue value is 42.
RGB:
(123,120,42)
(48%,47%,16%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 42 of 255 = 16%

123
120
42

R + G + B ~ 37%. #7B782A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 42 = 285 (100%)
R 123 of 285 ~ 43.16%
G 120 of 285 ~ 42.11%
B 42 of 285 ~ 14.74%

%43.16
%42.11
%14.74

CMYK color model

#7B782A color CMYK value is (0,2,66,52).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 65.85%
  • key color value is 51.76%
CMYK:
(0,2,66,52)
C0M2Y66K52 
(0%,2%,66%,52%)
(0.00/0.02/0.66/0.52)	

CMYK percentages

%0
%2.44
%65.85
%51.76

Codes

Color #7B782A in popluar color models

7B782A
RGB12312042
HSL58°49.09%32.35%
HSB/HSV58°65.85%48.24%
CMYK0.00%2.44%65.85%
51.76%

Color #7B782A in popluar number systems.

HEX7B782A
Decimal12312042
Binary11110111111000101010
Octal17317052

Shades and tints

Shades of #7B782A

#7B782A
(123,120,42)
#706E27
(112,110,39)
#656424
(101,100,36)
#5A5A21
(90,90,33)
#4F501E
(79,80,30)
#44461B
(68,70,27)
#393C18
(57,60,24)
#2E3215
(46,50,21)
#232812
(35,40,18)
#181E0F
(24,30,15)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #7B782A

#7B782A
(123,120,42)
#87843D
(135,132,61)
#939050
(147,144,80)
#9F9C63
(159,156,99)
#ABA876
(171,168,118)
#B7B489
(183,180,137)
#C3C09C
(195,192,156)
#CFCCAF
(207,204,175)
#DBD8C2
(219,216,194)
#E7E4D5
(231,228,213)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B782A color. Also use rgb(123,120,42) instead hex code.

Text Font Color

.myTextColor { color: #7B782A; }

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

This text font color is #7B782A.


Background Color

.myBgColor { background-color: #7B782A; }

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

This div background color is #7B782A.


Border color

.myBorderColor { border: 1px solid #7B782A; }

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

This div border color is #7B782A.


Opacity

.myOpacity80 { color: #7B782A; opacity: 0.8; }

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

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

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

This text has shadow with #7B782A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B782A on black background.


Color preview on white background

This text has color #7B782A on white background.



Black color preview on #7B782A background

This text has black color on #7B782A background.


White color preview on #7B782A background

This text has white color on #7B782A background.