COLOR #798B73

HEX: #798B73 RGB: (121,139,115)

Color info

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

RGB color model

#798B73 color RGB value is (121,139,115).

RGB: (121,139,115) (47%, 55%, 45%)

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 115 of 255 = 45%

121
139
115

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

Portions of RGB colors in percentages

R + G + B = 121 + 139 + 115 = 375 (100%)
R 121 of 375 ~ 32.27%
G 139 of 375 ~ 37.07%
B 115 of 375 ~ 30.67'%

%32.27
%37.07
%30.67

CMYK color model

#798B73 color CMYK value is (13,0,17,45).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 45.49%

CMYK: (13,0,17,45)
C13M0Y17K45 (13%, 0%, 17%, 45%)
(0.13 / 0.00 / 0.17 / 0.45)

CMYK percentages

%12.95
%0
%17.27
%45.49

Codes

Color #798B73 in popluar color models

79 8B 73
RGB 121 139 115
HSL 105° 9.45% 49.80%
HSB/HSV 105° 17.27% 54.51%
CMYK 12.95% 0.00% 17.27%
45.49%

Color #798B73 in popluar number systems.

HEX 79 8B 73
Decimal 121 139 115
Binary 1111001 10001011 1110011
Octal 171 213 163

Shades and tints

Shades of #798B73

#798B73
(121,139,115)
#6E7F69
(110,127,105)
#63735F
(99,115,95)
#586755
(88,103,85)
#4D5B4B
(77,91,75)
#424F41
(66,79,65)
#374337
(55,67,55)
#2C372D
(44,55,45)
#212B23
(33,43,35)
#161F19
(22,31,25)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #798B73

#798B73
(121,139,115)
#85957F
(133,149,127)
#919F8B
(145,159,139)
#9DA997
(157,169,151)
#A9B3A3
(169,179,163)
#B5BDAF
(181,189,175)
#C1C7BB
(193,199,187)
#CDD1C7
(205,209,199)
#D9DBD3
(217,219,211)
#E5E5DF
(229,229,223)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798B73 color. Also use rgb(121,139,115) instead hex code.

Text Font Color

.myTextColor { color: #798B73; }

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

This text font color is #798B73.

Background Color

.myBgColor { background-color: #798B73; }

<div style="background-color:#798B73">Inner text</div>

This div background color is #798B73.

Border color

.myBorderColor { border: 1px solid #798B73; }

<div style="border:3px solid #798B73">Div</div>

This div border color is #798B73.

Opacity

.myOpacity80 { color: #798B73; opacity: 0.8; }

<p style="color:#798B73;opacity:0.8;">80%</p>

Text with #798B73 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 #798B73;}

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

This text has shadow with #798B73 color.


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

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

This text has shadow with #798B73 primary color and red secondary color.


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

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

This text has shadow with #798B73 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #798B73.

Preview

Color preview on black background

This text has color #798B73 on black background.


Color preview on white background

This text has color #798B73 on white background.


Black color preview on #798B73 background

This text has black color on #798B73 background.


White color preview on #798B73 background

This text has white color on #798B73 background.


Related colors

Complementary color

Complementary color for #hex is #86748C.


I love getcolorcode.com

Triadic colors

1 #73798B and #8B7379 with #798B73 are triadic colors.

2 #738B79 and #8B7973 with #798B73 are triadic colors.