COLOR #799D7F

HEX: #799D7F RGB: (121,157,127)

Color info

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

RGB color model

#799D7F color RGB value is (121,157,127).

RGB: (121,157,127) (47%, 62%, 50%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 127 of 255 = 50%

121
157
127

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

Portions of RGB colors in percentages

R + G + B = 121 + 157 + 127 = 405 (100%)
R 121 of 405 ~ 29.88%
G 157 of 405 ~ 38.77%
B 127 of 405 ~ 31.36'%

%29.88
%38.77
%31.36

CMYK color model

#799D7F color CMYK value is (23,0,19,38).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 38.43%

CMYK: (23,0,19,38)
C23M0Y19K38 (23%, 0%, 19%, 38%)
(0.23 / 0.00 / 0.19 / 0.38)

CMYK percentages

%22.93
%0
%19.11
%38.43

Codes

Color #799D7F in popluar color models

79 9D 7F
RGB 121 157 127
HSL 130° 15.52% 54.51%
HSB/HSV 130° 22.93% 61.57%
CMYK 22.93% 0.00% 19.11%
38.43%

Color #799D7F in popluar number systems.

HEX 79 9D 7F
Decimal 121 157 127
Binary 1111001 10011101 1111111
Octal 171 235 177

Shades and tints

Shades of #799D7F

#799D7F
(121,157,127)
#6E8F74
(110,143,116)
#638169
(99,129,105)
#58735E
(88,115,94)
#4D6553
(77,101,83)
#425748
(66,87,72)
#37493D
(55,73,61)
#2C3B32
(44,59,50)
#212D27
(33,45,39)
#161F1C
(22,31,28)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #799D7F

#799D7F
(121,157,127)
#85A58A
(133,165,138)
#91AD95
(145,173,149)
#9DB5A0
(157,181,160)
#A9BDAB
(169,189,171)
#B5C5B6
(181,197,182)
#C1CDC1
(193,205,193)
#CDD5CC
(205,213,204)
#D9DDD7
(217,221,215)
#E5E5E2
(229,229,226)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799D7F color. Also use rgb(121,157,127) instead hex code.

Text Font Color

.myTextColor { color: #799D7F; }

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

This text font color is #799D7F.

Background Color

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

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

This div background color is #799D7F.

Border color

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

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

This div border color is #799D7F.

Opacity

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

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

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

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

This text has shadow with #799D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #799D7F.

Preview

Color preview on black background

This text has color #799D7F on black background.


Color preview on white background

This text has color #799D7F on white background.


Black color preview on #799D7F background

This text has black color on #799D7F background.


White color preview on #799D7F background

This text has white color on #799D7F background.


Related colors

Complementary color

Complementary color for #hex is #866280.


I love getcolorcode.com

Triadic colors

1 #7F799D and #9D7F79 with #799D7F are triadic colors.

2 #7F9D79 and #9D797F with #799D7F are triadic colors.