COLOR #798F76

HEX: #798F76
RGB: (121,143,118)

Color info

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

RGB color model

#798F76 color RGB value is (121,143,118).

  • red value is 121;
  • green value is 143;
  • blue value is 118.
RGB:
(121,143,118)
(47%,56%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 143 of 255 = 56%
B 118 of 255 = 46%

121
143
118

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

Portions of RGB colors in percentages

R + G + B =
121 + 143 + 118 = 382 (100%)
R 121 of 382 ~ 31.68%
G 143 of 382 ~ 37.43%
B 118 of 382 ~ 30.89%

%31.68
%37.43
%30.89

CMYK color model

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

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 43.92%
CMYK:
(15,0,17,44)
C15M0Y17K44 
(15%,0%,17%,44%)
(0.15/0.00/0.17/0.44)	

CMYK percentages

%15.38
%0
%17.48
%43.92

Codes

Color #798F76 in popluar color models

798F76
RGB121143118
HSL113°10.04%51.18%
HSB/HSV113°17.48%56.08%
CMYK15.38%0.00%17.48%
43.92%

Color #798F76 in popluar number systems.

HEX798F76
Decimal121143118
Binary1111001100011111110110
Octal171217166

Shades and tints

Shades of #798F76

#798F76
(121,143,118)
#6E826C
(110,130,108)
#637562
(99,117,98)
#586858
(88,104,88)
#4D5B4E
(77,91,78)
#424E44
(66,78,68)
#37413A
(55,65,58)
#2C3430
(44,52,48)
#212726
(33,39,38)
#161A1C
(22,26,28)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #798F76

#798F76
(121,143,118)
#859982
(133,153,130)
#91A38E
(145,163,142)
#9DAD9A
(157,173,154)
#A9B7A6
(169,183,166)
#B5C1B2
(181,193,178)
#C1CBBE
(193,203,190)
#CDD5CA
(205,213,202)
#D9DFD6
(217,223,214)
#E5E9E2
(229,233,226)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798F76 color. Also use rgb(121,143,118) instead hex code.

Text Font Color

.myTextColor { color: #798F76; }

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

This text font color is #798F76.


Background Color

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

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

This div background color is #798F76.


Border color

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

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

This div border color is #798F76.


Opacity

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

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

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

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

This text has shadow with #798F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798F76 on black background.


Color preview on white background

This text has color #798F76 on white background.



Black color preview on #798F76 background

This text has black color on #798F76 background.


White color preview on #798F76 background

This text has white color on #798F76 background.