COLOR #7B790F

HEX: #7B790F
RGB: (123,121,15)

Color info

#7B790F contains mainly red and green colors. Web safe color of #7B790F is #666600 (or #660).

RGB color model

#7B790F color RGB value is (123,121,15).

  • red value is 123;
  • green value is 121;
  • blue value is 15.
RGB:
(123,121,15)
(48%,47%,6%)

RGB channels and saturation

R 123 of 255 = 48%
G 121 of 255 = 47%
B 15 of 255 = 6%

123
121
15

R + G + B ~ 34%. #7B790F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 121 + 15 = 259 (100%)
R 123 of 259 ~ 47.49%
G 121 of 259 ~ 46.72%
B 15 of 259 ~ 5.79%

%47.49
%46.72

CMYK color model

#7B790F color CMYK value is (0,2,88,52).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 87.80%
  • key color value is 51.76%
CMYK:
(0,2,88,52)
C0M2Y88K52 
(0%,2%,88%,52%)
(0.00/0.02/0.88/0.52)	

CMYK percentages

%0
%1.63
%87.8
%51.76

Codes

Color #7B790F in popluar color models

7B790F
RGB12312115
HSL59°78.26%27.06%
HSB/HSV59°87.80%48.24%
CMYK0.00%1.63%87.80%
51.76%

Color #7B790F in popluar number systems.

HEX7B790F
Decimal12312115
Binary111101111110011111
Octal17317117

Shades and tints

Shades of #7B790F

#7B790F
(123,121,15)
#706E0E
(112,110,14)
#65630D
(101,99,13)
#5A580C
(90,88,12)
#4F4D0B
(79,77,11)
#44420A
(68,66,10)
#393709
(57,55,9)
#2E2C08
(46,44,8)
#232107
(35,33,7)
#181606
(24,22,6)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #7B790F

#7B790F
(123,121,15)
#878524
(135,133,36)
#939139
(147,145,57)
#9F9D4E
(159,157,78)
#ABA963
(171,169,99)
#B7B578
(183,181,120)
#C3C18D
(195,193,141)
#CFCDA2
(207,205,162)
#DBD9B7
(219,217,183)
#E7E5CC
(231,229,204)
#F3F1E1
(243,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B790F color. Also use rgb(123,121,15) instead hex code.

Text Font Color

.myTextColor { color: #7B790F; }

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

This text font color is #7B790F.


Background Color

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

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

This div background color is #7B790F.


Border color

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

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

This div border color is #7B790F.


Opacity

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

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

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

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

This text has shadow with #7B790F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B790F on black background.


Color preview on white background

This text has color #7B790F on white background.



Black color preview on #7B790F background

This text has black color on #7B790F background.


White color preview on #7B790F background

This text has white color on #7B790F background.