COLOR #79771F

HEX: #79771F
RGB: (121,119,31)

Color info

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

RGB color model

#79771F color RGB value is (121,119,31).

  • red value is 121;
  • green value is 119;
  • blue value is 31.
RGB:
(121,119,31)
(47%,47%,12%)

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 31 of 255 = 12%

121
119
31

R + G + B ~ 35%. #79771F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 31 = 271 (100%)
R 121 of 271 ~ 44.65%
G 119 of 271 ~ 43.91%
B 31 of 271 ~ 11.44%

%44.65
%43.91
%11.44

CMYK color model

#79771F color CMYK value is (0,2,74,53).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 74.38%
  • key color value is 52.55%
CMYK:
(0,2,74,53)
C0M2Y74K53 
(0%,2%,74%,53%)
(0.00/0.02/0.74/0.53)	

CMYK percentages

%0
%1.65
%74.38
%52.55

Codes

Color #79771F in popluar color models

79771F
RGB12111931
HSL59°59.21%29.80%
HSB/HSV59°74.38%47.45%
CMYK0.00%1.65%74.38%
52.55%

Color #79771F in popluar number systems.

HEX79771F
Decimal12111931
Binary1111001111011111111
Octal17116737

Shades and tints

Shades of #79771F

#79771F
(121,119,31)
#6E6D1D
(110,109,29)
#63631B
(99,99,27)
#585919
(88,89,25)
#4D4F17
(77,79,23)
#424515
(66,69,21)
#373B13
(55,59,19)
#2C3111
(44,49,17)
#21270F
(33,39,15)
#161D0D
(22,29,13)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #79771F

#79771F
(121,119,31)
#858333
(133,131,51)
#918F47
(145,143,71)
#9D9B5B
(157,155,91)
#A9A76F
(169,167,111)
#B5B383
(181,179,131)
#C1BF97
(193,191,151)
#CDCBAB
(205,203,171)
#D9D7BF
(217,215,191)
#E5E3D3
(229,227,211)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79771F color. Also use rgb(121,119,31) instead hex code.

Text Font Color

.myTextColor { color: #79771F; }

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

This text font color is #79771F.


Background Color

.myBgColor { background-color: #79771F; }

<div style="background-color:#79771F">Inner text</div>

This div background color is #79771F.


Border color

.myBorderColor { border: 1px solid #79771F; }

<div style="border:3px solid #79771F">Div</div>

This div border color is #79771F.


Opacity

.myOpacity80 { color: #79771F; opacity: 0.8; }

<p style="color:#79771F;opacity:0.8;">80%</p>

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

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

This text has shadow with #79771F color.

.textShadow {text-shadow: 3px 3px 1px #79771F, 3px 3px 1px red;}

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

This text has shadow with #79771F primary color and red secondary color.


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

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

This text has shadow with #79771F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79771F on black background.


Color preview on white background

This text has color #79771F on white background.



Black color preview on #79771F background

This text has black color on #79771F background.


White color preview on #79771F background

This text has white color on #79771F background.