COLOR #79895D

HEX: #79895D RGB: (121,137,93)

Color info

#79895D contains red, green and blue colors in about the same proportion. Web safe color of #79895D is #669966 (or #696).

RGB color model

#79895D color RGB value is (121,137,93).

RGB: (121,137,93) (47%, 54%, 36%)

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 93 of 255 = 36%

121
137
93

R + G + B ~ 46%. #79895D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 137 + 93 = 351 (100%)
R 121 of 351 ~ 34.47%
G 137 of 351 ~ 39.03%
B 93 of 351 ~ 26.5'%

%34.47
%39.03
%26.5

CMYK color model

#79895D color CMYK value is (12,0,32,46).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 46.27%

CMYK: (12,0,32,46)
C12M0Y32K46 (12%, 0%, 32%, 46%)
(0.12 / 0.00 / 0.32 / 0.46)

CMYK percentages

%11.68
%0
%32.12
%46.27

Codes

Color #79895D in popluar color models

79 89 5D
RGB 121 137 93
HSL 82° 19.13% 45.10%
HSB/HSV 82° 32.12% 53.73%
CMYK 11.68% 0.00% 32.12%
46.27%

Color #79895D in popluar number systems.

HEX 79 89 5D
Decimal 121 137 93
Binary 1111001 10001001 1011101
Octal 171 211 135

Shades and tints

Shades of #79895D

#79895D
(121,137,93)
#6E7D55
(110,125,85)
#63714D
(99,113,77)
#586545
(88,101,69)
#4D593D
(77,89,61)
#424D35
(66,77,53)
#37412D
(55,65,45)
#2C3525
(44,53,37)
#21291D
(33,41,29)
#161D15
(22,29,21)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #79895D

#79895D
(121,137,93)
#85936B
(133,147,107)
#919D79
(145,157,121)
#9DA787
(157,167,135)
#A9B195
(169,177,149)
#B5BBA3
(181,187,163)
#C1C5B1
(193,197,177)
#CDCFBF
(205,207,191)
#D9D9CD
(217,217,205)
#E5E3DB
(229,227,219)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79895D color. Also use rgb(121,137,93) instead hex code.

Text Font Color

.myTextColor { color: #79895D; }

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

This text font color is #79895D.

Background Color

.myBgColor { background-color: #79895D; }

<div style="background-color:#79895D">Inner text</div>

This div background color is #79895D.

Border color

.myBorderColor { border: 1px solid #79895D; }

<div style="border:3px solid #79895D">Div</div>

This div border color is #79895D.

Opacity

.myOpacity80 { color: #79895D; opacity: 0.8; }

<p style="color:#79895D;opacity:0.8;">80%</p>

Text with #79895D 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 #79895D;}

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

This text has shadow with #79895D color.


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

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

This text has shadow with #79895D primary color and red secondary color.


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

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

This text has shadow with #79895D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79895D.

Preview

Color preview on black background

This text has color #79895D on black background.


Color preview on white background

This text has color #79895D on white background.


Black color preview on #79895D background

This text has black color on #79895D background.


White color preview on #79895D background

This text has white color on #79895D background.


Related colors

Complementary color

Complementary color for #hex is #8676A2.


I love getcolorcode.com

Triadic colors

1 #5D7989 and #895D79 with #79895D are triadic colors.

2 #5D8979 and #89795D with #79895D are triadic colors.