COLOR #798B77

HEX: #798B77
RGB: (121,139,119)

Color info

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

RGB color model

#798B77 color RGB value is (121,139,119).

  • red value is 121;
  • green value is 139;
  • blue value is 119.
RGB:
(121,139,119)
(47%,55%,47%)

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 119 of 255 = 47%

121
139
119

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

Portions of RGB colors in percentages

R + G + B =
121 + 139 + 119 = 379 (100%)
R 121 of 379 ~ 31.93%
G 139 of 379 ~ 36.68%
B 119 of 379 ~ 31.4%

%31.93
%36.68
%31.4

CMYK color model

#798B77 color CMYK value is (13,0,14,45).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 45.49%
CMYK:
(13,0,14,45)
C13M0Y14K45 
(13%,0%,14%,45%)
(0.13/0.00/0.14/0.45)	

CMYK percentages

%12.95
%0
%14.39
%45.49

Codes

Color #798B77 in popluar color models

798B77
RGB121139119
HSL114°7.94%50.59%
HSB/HSV114°14.39%54.51%
CMYK12.95%0.00%14.39%
45.49%

Color #798B77 in popluar number systems.

HEX798B77
Decimal121139119
Binary1111001100010111110111
Octal171213167

Shades and tints

Shades of #798B77

#798B77
(121,139,119)
#6E7F6D
(110,127,109)
#637363
(99,115,99)
#586759
(88,103,89)
#4D5B4F
(77,91,79)
#424F45
(66,79,69)
#37433B
(55,67,59)
#2C3731
(44,55,49)
#212B27
(33,43,39)
#161F1D
(22,31,29)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #798B77

#798B77
(121,139,119)
#859583
(133,149,131)
#919F8F
(145,159,143)
#9DA99B
(157,169,155)
#A9B3A7
(169,179,167)
#B5BDB3
(181,189,179)
#C1C7BF
(193,199,191)
#CDD1CB
(205,209,203)
#D9DBD7
(217,219,215)
#E5E5E3
(229,229,227)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798B77; }

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

This text font color is #798B77.


Background Color

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

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

This div background color is #798B77.


Border color

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

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

This div border color is #798B77.


Opacity

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

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

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

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

This text has shadow with #798B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798B77 on black background.


Color preview on white background

This text has color #798B77 on white background.



Black color preview on #798B77 background

This text has black color on #798B77 background.


White color preview on #798B77 background

This text has white color on #798B77 background.