COLOR #799E7C

HEX: #799E7C
RGB: (121,158,124)

Color info

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

RGB color model

#799E7C color RGB value is (121,158,124).

  • red value is 121;
  • green value is 158;
  • blue value is 124.
RGB:
(121,158,124)
(47%,62%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 158 of 255 = 62%
B 124 of 255 = 49%

121
158
124

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

Portions of RGB colors in percentages

R + G + B =
121 + 158 + 124 = 403 (100%)
R 121 of 403 ~ 30.02%
G 158 of 403 ~ 39.21%
B 124 of 403 ~ 30.77%

%30.02
%39.21
%30.77

CMYK color model

#799E7C color CMYK value is (23,0,22,38).

  • cyan value is 23.42%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(23,0,22,38)
C23M0Y22K38 
(23%,0%,22%,38%)
(0.23/0.00/0.22/0.38)	

CMYK percentages

%23.42
%0
%21.52
%38.04

Codes

Color #799E7C in popluar color models

799E7C
RGB121158124
HSL125°16.02%54.71%
HSB/HSV125°23.42%61.96%
CMYK23.42%0.00%21.52%
38.04%

Color #799E7C in popluar number systems.

HEX799E7C
Decimal121158124
Binary1111001100111101111100
Octal171236174

Shades and tints

Shades of #799E7C

#799E7C
(121,158,124)
#6E9071
(110,144,113)
#638266
(99,130,102)
#58745B
(88,116,91)
#4D6650
(77,102,80)
#425845
(66,88,69)
#374A3A
(55,74,58)
#2C3C2F
(44,60,47)
#212E24
(33,46,36)
#162019
(22,32,25)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #799E7C

#799E7C
(121,158,124)
#85A687
(133,166,135)
#91AE92
(145,174,146)
#9DB69D
(157,182,157)
#A9BEA8
(169,190,168)
#B5C6B3
(181,198,179)
#C1CEBE
(193,206,190)
#CDD6C9
(205,214,201)
#D9DED4
(217,222,212)
#E5E6DF
(229,230,223)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799E7C color. Also use rgb(121,158,124) instead hex code.

Text Font Color

.myTextColor { color: #799E7C; }

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

This text font color is #799E7C.


Background Color

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

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

This div background color is #799E7C.


Border color

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

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

This div border color is #799E7C.


Opacity

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

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

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

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

This text has shadow with #799E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799E7C on black background.


Color preview on white background

This text has color #799E7C on white background.



Black color preview on #799E7C background

This text has black color on #799E7C background.


White color preview on #799E7C background

This text has white color on #799E7C background.