COLOR #798977

HEX: #798977
RGB: (121,137,119)

Color info

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

RGB color model

#798977 color RGB value is (121,137,119).

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

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 119 of 255 = 47%

121
137
119

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

Portions of RGB colors in percentages

R + G + B =
121 + 137 + 119 = 377 (100%)
R 121 of 377 ~ 32.1%
G 137 of 377 ~ 36.34%
B 119 of 377 ~ 31.56%

%32.1
%36.34
%31.56

CMYK color model

#798977 color CMYK value is (12,0,13,46).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK: (12,0,13,46) C12M0Y13K46 (12%,0%,13%,46%) (0.12/0.00/0.13/0.46)

CMYK percentages

%11.68
%0
%13.14
%46.27

Codes

Color #798977 in popluar color models

798977
RGB121137119
HSL113°7.09%50.20%
HSB/HSV113°13.14%53.73%
CMYK11.68%0.00%13.14%
46.27%

Color #798977 in popluar number systems.

HEX798977
Decimal121137119
Binary1111001100010011110111
Octal171211167

Shades and tints

Shades of #798977

#798977
(121,137,119)
#6E7D6D
(110,125,109)
#637163
(99,113,99)
#586559
(88,101,89)
#4D594F
(77,89,79)
#424D45
(66,77,69)
#37413B
(55,65,59)
#2C3531
(44,53,49)
#212927
(33,41,39)
#161D1D
(22,29,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #798977

#798977
(121,137,119)
#859383
(133,147,131)
#919D8F
(145,157,143)
#9DA79B
(157,167,155)
#A9B1A7
(169,177,167)
#B5BBB3
(181,187,179)
#C1C5BF
(193,197,191)
#CDCFCB
(205,207,203)
#D9D9D7
(217,217,215)
#E5E3E3
(229,227,227)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798977; }

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

This text font color is #798977.


Background Color

.myBgColor { background-color: #798977; }

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

This div background color is #798977.


Border color

.myBorderColor { border: 1px solid #798977; }

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

This div border color is #798977.


Opacity

.myOpacity80 { color: #798977; opacity: 0.8; }

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

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

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

This text has shadow with #798977 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #798977 on black background.


Color preview on white background

This text has color #798977 on white background.



Black color preview on #798977 background

This text has black color on #798977 background.


White color preview on #798977 background

This text has white color on #798977 background.