COLOR #79672C

HEX: #79672C
RGB: (121,103,44)

Color info

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

RGB color model

#79672C color RGB value is (121,103,44).

  • red value is 121;
  • green value is 103;
  • blue value is 44.
RGB:
(121,103,44)
(47%,40%,17%)

RGB channels and saturation

R 121 of 255 = 47%
G 103 of 255 = 40%
B 44 of 255 = 17%

121
103
44

R + G + B ~ 35%. #79672C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 103 + 44 = 268 (100%)
R 121 of 268 ~ 45.15%
G 103 of 268 ~ 38.43%
B 44 of 268 ~ 16.42%

%45.15
%38.43
%16.42

CMYK color model

#79672C color CMYK value is (0,15,64,53).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 63.64%
  • key color value is 52.55%
CMYK:
(0,15,64,53)
C0M15Y64K53 
(0%,15%,64%,53%)
(0.00/0.15/0.64/0.53)	

CMYK percentages

%0
%14.88
%63.64
%52.55

Codes

Color #79672C in popluar color models

79672C
RGB12110344
HSL46°46.67%32.35%
HSB/HSV46°63.64%47.45%
CMYK0.00%14.88%63.64%
52.55%

Color #79672C in popluar number systems.

HEX79672C
Decimal12110344
Binary11110011100111101100
Octal17114754

Shades and tints

Shades of #79672C

#79672C
(121,103,44)
#6E5E28
(110,94,40)
#635524
(99,85,36)
#584C20
(88,76,32)
#4D431C
(77,67,28)
#423A18
(66,58,24)
#373114
(55,49,20)
#2C2810
(44,40,16)
#211F0C
(33,31,12)
#161608
(22,22,8)
#0B0D04
(11,13,4)
#000000
(0,0,0)

Tints of #79672C

#79672C
(121,103,44)
#85743F
(133,116,63)
#918152
(145,129,82)
#9D8E65
(157,142,101)
#A99B78
(169,155,120)
#B5A88B
(181,168,139)
#C1B59E
(193,181,158)
#CDC2B1
(205,194,177)
#D9CFC4
(217,207,196)
#E5DCD7
(229,220,215)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79672C color. Also use rgb(121,103,44) instead hex code.

Text Font Color

.myTextColor { color: #79672C; }

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

This text font color is #79672C.


Background Color

.myBgColor { background-color: #79672C; }

<div style="background-color:#79672C">Inner text</div>

This div background color is #79672C.


Border color

.myBorderColor { border: 1px solid #79672C; }

<div style="border:3px solid #79672C">Div</div>

This div border color is #79672C.


Opacity

.myOpacity80 { color: #79672C; opacity: 0.8; }

<p style="color:#79672C;opacity:0.8;">80%</p>

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

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

This text has shadow with #79672C color.

.textShadow {text-shadow: 3px 3px 1px #79672C, 3px 3px 1px red;}

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

This text has shadow with #79672C primary color and red secondary color.


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

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

This text has shadow with #79672C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79672C on black background.


Color preview on white background

This text has color #79672C on white background.



Black color preview on #79672C background

This text has black color on #79672C background.


White color preview on #79672C background

This text has white color on #79672C background.