COLOR #79685F

HEX: #79685F
RGB: (121,104,95)

Color info

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

RGB color model

#79685F color RGB value is (121,104,95).

  • red value is 121;
  • green value is 104;
  • blue value is 95.
RGB:
(121,104,95)
(47%,41%,37%)

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 95 of 255 = 37%

121
104
95

R + G + B ~ 42%. #79685F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 95 = 320 (100%)
R 121 of 320 ~ 37.81%
G 104 of 320 ~ 32.5%
B 95 of 320 ~ 29.69%

%37.81
%32.5
%29.69

CMYK color model

#79685F color CMYK value is (0,14,21,53).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 21.49%
  • key color value is 52.55%
CMYK:
(0,14,21,53)
C0M14Y21K53 
(0%,14%,21%,53%)
(0.00/0.14/0.21/0.53)	

CMYK percentages

%0
%14.05
%21.49
%52.55

Codes

Color #79685F in popluar color models

79685F
RGB12110495
HSL21°12.04%42.35%
HSB/HSV21°21.49%47.45%
CMYK0.00%14.05%21.49%
52.55%

Color #79685F in popluar number systems.

HEX79685F
Decimal12110495
Binary111100111010001011111
Octal171150137

Shades and tints

Shades of #79685F

#79685F
(121,104,95)
#6E5F57
(110,95,87)
#63564F
(99,86,79)
#584D47
(88,77,71)
#4D443F
(77,68,63)
#423B37
(66,59,55)
#37322F
(55,50,47)
#2C2927
(44,41,39)
#21201F
(33,32,31)
#161717
(22,23,23)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #79685F

#79685F
(121,104,95)
#85756D
(133,117,109)
#91827B
(145,130,123)
#9D8F89
(157,143,137)
#A99C97
(169,156,151)
#B5A9A5
(181,169,165)
#C1B6B3
(193,182,179)
#CDC3C1
(205,195,193)
#D9D0CF
(217,208,207)
#E5DDDD
(229,221,221)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79685F color. Also use rgb(121,104,95) instead hex code.

Text Font Color

.myTextColor { color: #79685F; }

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

This text font color is #79685F.


Background Color

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

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

This div background color is #79685F.


Border color

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

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

This div border color is #79685F.


Opacity

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

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

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

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

This text has shadow with #79685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79685F on black background.


Color preview on white background

This text has color #79685F on white background.



Black color preview on #79685F background

This text has black color on #79685F background.


White color preview on #79685F background

This text has white color on #79685F background.