COLOR #798E78

HEX: #798E78
RGB: (121,142,120)

Color info

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

RGB color model

#798E78 color RGB value is (121,142,120).

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

RGB channels and saturation

R 121 of 255 = 47%
G 142 of 255 = 56%
B 120 of 255 = 47%

121
142
120

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

Portions of RGB colors in percentages

R + G + B =
121 + 142 + 120 = 383 (100%)
R 121 of 383 ~ 31.59%
G 142 of 383 ~ 37.08%
B 120 of 383 ~ 31.33%

%31.59
%37.08
%31.33

CMYK color model

#798E78 color CMYK value is (15,0,15,44).

  • cyan value is 14.79%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 44.31%
CMYK:
(15,0,15,44)
C15M0Y15K44 
(15%,0%,15%,44%)
(0.15/0.00/0.15/0.44)	

CMYK percentages

%14.79
%0
%15.49
%44.31

Codes

Color #798E78 in popluar color models

798E78
RGB121142120
HSL117°8.87%51.37%
HSB/HSV117°15.49%55.69%
CMYK14.79%0.00%15.49%
44.31%

Color #798E78 in popluar number systems.

HEX798E78
Decimal121142120
Binary1111001100011101111000
Octal171216170

Shades and tints

Shades of #798E78

#798E78
(121,142,120)
#6E826E
(110,130,110)
#637664
(99,118,100)
#586A5A
(88,106,90)
#4D5E50
(77,94,80)
#425246
(66,82,70)
#37463C
(55,70,60)
#2C3A32
(44,58,50)
#212E28
(33,46,40)
#16221E
(22,34,30)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #798E78

#798E78
(121,142,120)
#859884
(133,152,132)
#91A290
(145,162,144)
#9DAC9C
(157,172,156)
#A9B6A8
(169,182,168)
#B5C0B4
(181,192,180)
#C1CAC0
(193,202,192)
#CDD4CC
(205,212,204)
#D9DED8
(217,222,216)
#E5E8E4
(229,232,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798E78; }

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

This text font color is #798E78.


Background Color

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

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

This div background color is #798E78.


Border color

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

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

This div border color is #798E78.


Opacity

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

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

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

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

This text has shadow with #798E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798E78 on black background.


Color preview on white background

This text has color #798E78 on white background.



Black color preview on #798E78 background

This text has black color on #798E78 background.


White color preview on #798E78 background

This text has white color on #798E78 background.