COLOR #798C72

HEX: #798C72
RGB: (121,140,114)

Color info

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

RGB color model

#798C72 color RGB value is (121,140,114).

  • red value is 121;
  • green value is 140;
  • blue value is 114.
RGB:
(121,140,114)
(47%,55%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 140 of 255 = 55%
B 114 of 255 = 45%

121
140
114

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

Portions of RGB colors in percentages

R + G + B =
121 + 140 + 114 = 375 (100%)
R 121 of 375 ~ 32.27%
G 140 of 375 ~ 37.33%
B 114 of 375 ~ 30.4%

%32.27
%37.33
%30.4

CMYK color model

#798C72 color CMYK value is (14,0,19,45).

  • cyan value is 13.57%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(14,0,19,45)
C14M0Y19K45 
(14%,0%,19%,45%)
(0.14/0.00/0.19/0.45)	

CMYK percentages

%13.57
%0
%18.57
%45.1

Codes

Color #798C72 in popluar color models

798C72
RGB121140114
HSL104°10.24%49.80%
HSB/HSV104°18.57%54.90%
CMYK13.57%0.00%18.57%
45.10%

Color #798C72 in popluar number systems.

HEX798C72
Decimal121140114
Binary1111001100011001110010
Octal171214162

Shades and tints

Shades of #798C72

#798C72
(121,140,114)
#6E8068
(110,128,104)
#63745E
(99,116,94)
#586854
(88,104,84)
#4D5C4A
(77,92,74)
#425040
(66,80,64)
#374436
(55,68,54)
#2C382C
(44,56,44)
#212C22
(33,44,34)
#162018
(22,32,24)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #798C72

#798C72
(121,140,114)
#85967E
(133,150,126)
#91A08A
(145,160,138)
#9DAA96
(157,170,150)
#A9B4A2
(169,180,162)
#B5BEAE
(181,190,174)
#C1C8BA
(193,200,186)
#CDD2C6
(205,210,198)
#D9DCD2
(217,220,210)
#E5E6DE
(229,230,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798C72 color. Also use rgb(121,140,114) instead hex code.

Text Font Color

.myTextColor { color: #798C72; }

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

This text font color is #798C72.


Background Color

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

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

This div background color is #798C72.


Border color

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

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

This div border color is #798C72.


Opacity

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

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

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

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

This text has shadow with #798C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798C72 on black background.


Color preview on white background

This text has color #798C72 on white background.



Black color preview on #798C72 background

This text has black color on #798C72 background.


White color preview on #798C72 background

This text has white color on #798C72 background.