COLOR #798B78

HEX: #798B78
RGB: (121,139,120)

Color info

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

RGB color model

#798B78 color RGB value is (121,139,120).

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

RGB channels and saturation

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

121
139
120

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

Portions of RGB colors in percentages

R + G + B =
121 + 139 + 120 = 380 (100%)
R 121 of 380 ~ 31.84%
G 139 of 380 ~ 36.58%
B 120 of 380 ~ 31.58%

%31.84
%36.58
%31.58

CMYK color model

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

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 13.67%
  • 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
%13.67
%45.49

Codes

Color #798B78 in popluar color models

798B78
RGB121139120
HSL117°7.57%50.78%
HSB/HSV117°13.67%54.51%
CMYK12.95%0.00%13.67%
45.49%

Color #798B78 in popluar number systems.

HEX798B78
Decimal121139120
Binary1111001100010111111000
Octal171213170

Shades and tints

Shades of #798B78

#798B78
(121,139,120)
#6E7F6E
(110,127,110)
#637364
(99,115,100)
#58675A
(88,103,90)
#4D5B50
(77,91,80)
#424F46
(66,79,70)
#37433C
(55,67,60)
#2C3732
(44,55,50)
#212B28
(33,43,40)
#161F1E
(22,31,30)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #798B78

#798B78
(121,139,120)
#859584
(133,149,132)
#919F90
(145,159,144)
#9DA99C
(157,169,156)
#A9B3A8
(169,179,168)
#B5BDB4
(181,189,180)
#C1C7C0
(193,199,192)
#CDD1CC
(205,209,204)
#D9DBD8
(217,219,216)
#E5E5E4
(229,229,228)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798B78; }

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

This text font color is #798B78.


Background Color

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

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

This div background color is #798B78.


Border color

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

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

This div border color is #798B78.


Opacity

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

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

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

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

This text has shadow with #798B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798B78 on black background.


Color preview on white background

This text has color #798B78 on white background.



Black color preview on #798B78 background

This text has black color on #798B78 background.


White color preview on #798B78 background

This text has white color on #798B78 background.