COLOR #79706A

HEX: #79706A
RGB: (121,112,106)

Color info

#79706A contains red, green and blue colors in about the same proportion. Web safe color of #79706A is #666666 (or #666).

RGB color model

#79706A color RGB value is (121,112,106).

  • red value is 121;
  • green value is 112;
  • blue value is 106.
RGB:
(121,112,106)
(47%,44%,42%)

RGB channels and saturation

R 121 of 255 = 47%
G 112 of 255 = 44%
B 106 of 255 = 42%

121
112
106

R + G + B ~ 44%. #79706A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 112 + 106 = 339 (100%)
R 121 of 339 ~ 35.69%
G 112 of 339 ~ 33.04%
B 106 of 339 ~ 31.27%

%35.69
%33.04
%31.27

CMYK color model

#79706A color CMYK value is (0,7,12,53).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 12.40%
  • key color value is 52.55%
CMYK:
(0,7,12,53)
C0M7Y12K53 
(0%,7%,12%,53%)
(0.00/0.07/0.12/0.53)	

CMYK percentages

%0
%7.44
%12.4
%52.55

Codes

Color #79706A in popluar color models

79706A
RGB121112106
HSL24°6.61%44.51%
HSB/HSV24°12.40%47.45%
CMYK0.00%7.44%12.40%
52.55%

Color #79706A in popluar number systems.

HEX79706A
Decimal121112106
Binary111100111100001101010
Octal171160152

Shades and tints

Shades of #79706A

#79706A
(121,112,106)
#6E6661
(110,102,97)
#635C58
(99,92,88)
#58524F
(88,82,79)
#4D4846
(77,72,70)
#423E3D
(66,62,61)
#373434
(55,52,52)
#2C2A2B
(44,42,43)
#212022
(33,32,34)
#161619
(22,22,25)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #79706A

#79706A
(121,112,106)
#857D77
(133,125,119)
#918A84
(145,138,132)
#9D9791
(157,151,145)
#A9A49E
(169,164,158)
#B5B1AB
(181,177,171)
#C1BEB8
(193,190,184)
#CDCBC5
(205,203,197)
#D9D8D2
(217,216,210)
#E5E5DF
(229,229,223)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79706A color. Also use rgb(121,112,106) instead hex code.

Text Font Color

.myTextColor { color: #79706A; }

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

This text font color is #79706A.


Background Color

.myBgColor { background-color: #79706A; }

<div style="background-color:#79706A">Inner text</div>

This div background color is #79706A.


Border color

.myBorderColor { border: 1px solid #79706A; }

<div style="border:3px solid #79706A">Div</div>

This div border color is #79706A.


Opacity

.myOpacity80 { color: #79706A; opacity: 0.8; }

<p style="color:#79706A;opacity:0.8;">80%</p>

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

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

This text has shadow with #79706A color.

.textShadow {text-shadow: 3px 3px 1px #79706A, 3px 3px 1px red;}

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

This text has shadow with #79706A primary color and red secondary color.


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

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

This text has shadow with #79706A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79706A on black background.


Color preview on white background

This text has color #79706A on white background.



Black color preview on #79706A background

This text has black color on #79706A background.


White color preview on #79706A background

This text has white color on #79706A background.