COLOR #799C77

HEX: #799C77
RGB: (121,156,119)

Color info

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

RGB color model

#799C77 color RGB value is (121,156,119).

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

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 119 of 255 = 47%

121
156
119

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

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 119 = 396 (100%)
R 121 of 396 ~ 30.56%
G 156 of 396 ~ 39.39%
B 119 of 396 ~ 30.05%

%30.56
%39.39
%30.05

CMYK color model

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

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 23.72%
  • 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
%23.72
%38.82

Codes

Color #799C77 in popluar color models

799C77
RGB121156119
HSL117°15.74%53.92%
HSB/HSV117°23.72%61.18%
CMYK22.44%0.00%23.72%
38.82%

Color #799C77 in popluar number systems.

HEX799C77
Decimal121156119
Binary1111001100111001110111
Octal171234167

Shades and tints

Shades of #799C77

#799C77
(121,156,119)
#6E8E6D
(110,142,109)
#638063
(99,128,99)
#587259
(88,114,89)
#4D644F
(77,100,79)
#425645
(66,86,69)
#37483B
(55,72,59)
#2C3A31
(44,58,49)
#212C27
(33,44,39)
#161E1D
(22,30,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #799C77

#799C77
(121,156,119)
#85A583
(133,165,131)
#91AE8F
(145,174,143)
#9DB79B
(157,183,155)
#A9C0A7
(169,192,167)
#B5C9B3
(181,201,179)
#C1D2BF
(193,210,191)
#CDDBCB
(205,219,203)
#D9E4D7
(217,228,215)
#E5EDE3
(229,237,227)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799C77; }

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

This text font color is #799C77.


Background Color

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

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

This div background color is #799C77.


Border color

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

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

This div border color is #799C77.


Opacity

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

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

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

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

This text has shadow with #799C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799C77 on black background.


Color preview on white background

This text has color #799C77 on white background.



Black color preview on #799C77 background

This text has black color on #799C77 background.


White color preview on #799C77 background

This text has white color on #799C77 background.