COLOR #7B781D

HEX: #7B781D
RGB: (123,120,29)

Color info

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

RGB color model

#7B781D color RGB value is (123,120,29).

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

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 29 of 255 = 11%

123
120
29

R + G + B ~ 35%. #7B781D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 29 = 272 (100%)
R 123 of 272 ~ 45.22%
G 120 of 272 ~ 44.12%
B 29 of 272 ~ 10.66%

%45.22
%44.12
%10.66

CMYK color model

#7B781D color CMYK value is (0,2,76,52).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 76.42%
  • key color value is 51.76%
CMYK:
(0,2,76,52)
C0M2Y76K52 
(0%,2%,76%,52%)
(0.00/0.02/0.76/0.52)	

CMYK percentages

%0
%2.44
%76.42
%51.76

Codes

Color #7B781D in popluar color models

7B781D
RGB12312029
HSL58°61.84%29.80%
HSB/HSV58°76.42%48.24%
CMYK0.00%2.44%76.42%
51.76%

Color #7B781D in popluar number systems.

HEX7B781D
Decimal12312029
Binary1111011111100011101
Octal17317035

Shades and tints

Shades of #7B781D

#7B781D
(123,120,29)
#706E1B
(112,110,27)
#656419
(101,100,25)
#5A5A17
(90,90,23)
#4F5015
(79,80,21)
#444613
(68,70,19)
#393C11
(57,60,17)
#2E320F
(46,50,15)
#23280D
(35,40,13)
#181E0B
(24,30,11)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #7B781D

#7B781D
(123,120,29)
#878431
(135,132,49)
#939045
(147,144,69)
#9F9C59
(159,156,89)
#ABA86D
(171,168,109)
#B7B481
(183,180,129)
#C3C095
(195,192,149)
#CFCCA9
(207,204,169)
#DBD8BD
(219,216,189)
#E7E4D1
(231,228,209)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B781D; }

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

This text font color is #7B781D.


Background Color

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

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

This div background color is #7B781D.


Border color

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

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

This div border color is #7B781D.


Opacity

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

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

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

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

This text has shadow with #7B781D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B781D on black background.


Color preview on white background

This text has color #7B781D on white background.



Black color preview on #7B781D background

This text has black color on #7B781D background.


White color preview on #7B781D background

This text has white color on #7B781D background.