COLOR #79685B

HEX: #79685B RGB: (121,104,91)

Color info

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

RGB color model

#79685B color RGB value is (121,104,91).

RGB: (121,104,91) (47%, 41%, 36%)

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 91 of 255 = 36%

121
104
91

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

Portions of RGB colors in percentages

R + G + B = 121 + 104 + 91 = 316 (100%)
R 121 of 316 ~ 38.29%
G 104 of 316 ~ 32.91%
B 91 of 316 ~ 28.8'%

%38.29
%32.91
%28.8

CMYK color model

#79685B color CMYK value is (0,14,25,53).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 24.79%
  • key color value is 52.55%

CMYK: (0,14,25,53)
C0M14Y25K53 (0%, 14%, 25%, 53%)
(0.00 / 0.14 / 0.25 / 0.53)

CMYK percentages

%0
%14.05
%24.79
%52.55

Codes

Color #79685B in popluar color models

79 68 5B
RGB 121 104 91
HSL 26° 14.15% 41.57%
HSB/HSV 26° 24.79% 47.45%
CMYK 0.00% 14.05% 24.79%
52.55%

Color #79685B in popluar number systems.

HEX 79 68 5B
Decimal 121 104 91
Binary 1111001 1101000 1011011
Octal 171 150 133

Shades and tints

Shades of #79685B

#79685B
(121,104,91)
#6E5F53
(110,95,83)
#63564B
(99,86,75)
#584D43
(88,77,67)
#4D443B
(77,68,59)
#423B33
(66,59,51)
#37322B
(55,50,43)
#2C2923
(44,41,35)
#21201B
(33,32,27)
#161713
(22,23,19)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #79685B

#79685B
(121,104,91)
#857569
(133,117,105)
#918277
(145,130,119)
#9D8F85
(157,143,133)
#A99C93
(169,156,147)
#B5A9A1
(181,169,161)
#C1B6AF
(193,182,175)
#CDC3BD
(205,195,189)
#D9D0CB
(217,208,203)
#E5DDD9
(229,221,217)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79685B; }

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

This text font color is #79685B.

Background Color

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

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

This div background color is #79685B.

Border color

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

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

This div border color is #79685B.

Opacity

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

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

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

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

This text has shadow with #79685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79685B.

Preview

Color preview on black background

This text has color #79685B on black background.


Color preview on white background

This text has color #79685B on white background.


Black color preview on #79685B background

This text has black color on #79685B background.


White color preview on #79685B background

This text has white color on #79685B background.


Related colors

Complementary color

Complementary color for #hex is #8697A4.


I love getcolorcode.com

Triadic colors

1 #5B7968 and #685B79 with #79685B are triadic colors.

2 #5B6879 and #68795B with #79685B are triadic colors.