COLOR #79837D

HEX: #79837D RGB: (121,131,125)

Color info

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

RGB color model

#79837D color RGB value is (121,131,125).

RGB: (121,131,125) (47%, 51%, 49%)

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 125 of 255 = 49%

121
131
125

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

Portions of RGB colors in percentages

R + G + B = 121 + 131 + 125 = 377 (100%)
R 121 of 377 ~ 32.1%
G 131 of 377 ~ 34.75%
B 125 of 377 ~ 33.16'%

%32.1
%34.75
%33.16

CMYK color model

#79837D color CMYK value is (8,0,5,49).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK: (8,0,5,49) C8M0Y5K49 (8%,0%,5%,49%) (0.08/0.00/0.05/0.49) 

CMYK percentages

%7.63
%0
%4.58
%48.63

Codes

Color #79837D in popluar color models

79 83 7D
RGB 121 131 125
HSL 144° 3.97% 49.41%
HSB/HSV 144° 7.63% 51.37%
CMYK 7.63% 0.00% 4.58%
48.63%

Color #79837D in popluar number systems.

HEX 79 83 7D
Decimal 121 131 125
Binary 1111001 10000011 1111101
Octal 171 203 175

Shades and tints

Shades of #79837D

#79837D
(121,131,125)
#6E7872
(110,120,114)
#636D67
(99,109,103)
#58625C
(88,98,92)
#4D5751
(77,87,81)
#424C46
(66,76,70)
#37413B
(55,65,59)
#2C3630
(44,54,48)
#212B25
(33,43,37)
#16201A
(22,32,26)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #79837D

#79837D
(121,131,125)
#858E88
(133,142,136)
#919993
(145,153,147)
#9DA49E
(157,164,158)
#A9AFA9
(169,175,169)
#B5BAB4
(181,186,180)
#C1C5BF
(193,197,191)
#CDD0CA
(205,208,202)
#D9DBD5
(217,219,213)
#E5E6E0
(229,230,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79837D color. Also use rgb(121,131,125) instead hex code.

Text Font Color

.myTextColor { color: #79837D; }

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

This text font color is #79837D.

Background Color

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

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

This div background color is #79837D.

Border color

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

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

This div border color is #79837D.

Opacity

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

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

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

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

This text has shadow with #79837D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79837D.

Preview

Color preview on black background

This text has color #79837D on black background.


Color preview on white background

This text has color #79837D on white background.


Black color preview on #79837D background

This text has black color on #79837D background.


White color preview on #79837D background

This text has white color on #79837D background.


Related colors

Complementary color

Complementary color for #hex is #867C82.


I love getcolorcode.com

Triadic colors

1 #7D7983 and #837D79 with #79837D are triadic colors.

2 #7D8379 and #83797D with #79837D are triadic colors.