COLOR #799C76

HEX: #799C76
RGB: (121,156,118)

Color info

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

RGB color model

#799C76 color RGB value is (121,156,118).

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

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 118 of 255 = 46%

121
156
118

R + G + B ~ 51%. #799C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 118 = 395 (100%)
R 121 of 395 ~ 30.63%
G 156 of 395 ~ 39.49%
B 118 of 395 ~ 29.87%

%30.63
%39.49
%29.87

CMYK color model

#799C76 color CMYK value is (22,0,24,39).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 38.82%
CMYK:
(22,0,24,39)
C22M0Y24K39 
(22%,0%,24%,39%)
(0.22/0.00/0.24/0.39)	

CMYK percentages

%22.44
%0
%24.36
%38.82

Codes

Color #799C76 in popluar color models

799C76
RGB121156118
HSL115°16.10%53.73%
HSB/HSV115°24.36%61.18%
CMYK22.44%0.00%24.36%
38.82%

Color #799C76 in popluar number systems.

HEX799C76
Decimal121156118
Binary1111001100111001110110
Octal171234166

Shades and tints

Shades of #799C76

#799C76
(121,156,118)
#6E8E6C
(110,142,108)
#638062
(99,128,98)
#587258
(88,114,88)
#4D644E
(77,100,78)
#425644
(66,86,68)
#37483A
(55,72,58)
#2C3A30
(44,58,48)
#212C26
(33,44,38)
#161E1C
(22,30,28)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #799C76

#799C76
(121,156,118)
#85A582
(133,165,130)
#91AE8E
(145,174,142)
#9DB79A
(157,183,154)
#A9C0A6
(169,192,166)
#B5C9B2
(181,201,178)
#C1D2BE
(193,210,190)
#CDDBCA
(205,219,202)
#D9E4D6
(217,228,214)
#E5EDE2
(229,237,226)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799C76 color. Also use rgb(121,156,118) instead hex code.

Text Font Color

.myTextColor { color: #799C76; }

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

This text font color is #799C76.


Background Color

.myBgColor { background-color: #799C76; }

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

This div background color is #799C76.


Border color

.myBorderColor { border: 1px solid #799C76; }

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

This div border color is #799C76.


Opacity

.myOpacity80 { color: #799C76; opacity: 0.8; }

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

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

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

This text has shadow with #799C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799C76 on black background.


Color preview on white background

This text has color #799C76 on white background.



Black color preview on #799C76 background

This text has black color on #799C76 background.


White color preview on #799C76 background

This text has white color on #799C76 background.