COLOR #79A29D

HEX: #79A29D
RGB: (121,162,157)

Color info

#79A29D contains red, green and blue colors in about the same proportion. Web safe color of #79A29D is #669999 (or #699).

RGB color model

#79A29D color RGB value is (121,162,157).

  • red value is 121;
  • green value is 162;
  • blue value is 157.
RGB:
(121,162,157)
(47%,64%,62%)

RGB channels and saturation

R 121 of 255 = 47%
G 162 of 255 = 64%
B 157 of 255 = 62%

121
162
157

R + G + B ~ 58%. #79A29D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 162 + 157 = 440 (100%)
R 121 of 440 ~ 27.5%
G 162 of 440 ~ 36.82%
B 157 of 440 ~ 35.68%

%27.5
%36.82
%35.68

CMYK color model

#79A29D color CMYK value is (25,0,3,36).

  • cyan value is 25.31%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 36.47%
CMYK:
(25,0,3,36)
C25M0Y3K36 
(25%,0%,3%,36%)
(0.25/0.00/0.03/0.36)	

CMYK percentages

%25.31
%0
%3.09
%36.47

Codes

Color #79A29D in popluar color models

79A29D
RGB121162157
HSL173°18.06%55.49%
HSB/HSV173°25.31%63.53%
CMYK25.31%0.00%3.09%
36.47%

Color #79A29D in popluar number systems.

HEX79A29D
Decimal121162157
Binary11110011010001010011101
Octal171242235

Shades and tints

Shades of #79A29D

#79A29D
(121,162,157)
#6E948F
(110,148,143)
#638681
(99,134,129)
#587873
(88,120,115)
#4D6A65
(77,106,101)
#425C57
(66,92,87)
#374E49
(55,78,73)
#2C403B
(44,64,59)
#21322D
(33,50,45)
#16241F
(22,36,31)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #79A29D

#79A29D
(121,162,157)
#85AAA5
(133,170,165)
#91B2AD
(145,178,173)
#9DBAB5
(157,186,181)
#A9C2BD
(169,194,189)
#B5CAC5
(181,202,197)
#C1D2CD
(193,210,205)
#CDDAD5
(205,218,213)
#D9E2DD
(217,226,221)
#E5EAE5
(229,234,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A29D color. Also use rgb(121,162,157) instead hex code.

Text Font Color

.myTextColor { color: #79A29D; }

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

This text font color is #79A29D.


Background Color

.myBgColor { background-color: #79A29D; }

<div style="background-color:#79A29D">Inner text</div>

This div background color is #79A29D.


Border color

.myBorderColor { border: 1px solid #79A29D; }

<div style="border:3px solid #79A29D">Div</div>

This div border color is #79A29D.


Opacity

.myOpacity80 { color: #79A29D; opacity: 0.8; }

<p style="color:#79A29D;opacity:0.8;">80%</p>

Text with #79A29D 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 #79A29D;}

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

This text has shadow with #79A29D color.

.textShadow {text-shadow: 3px 3px 1px #79A29D, 3px 3px 1px red;}

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

This text has shadow with #79A29D primary color and red secondary color.


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

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

This text has shadow with #79A29D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A29D on black background.


Color preview on white background

This text has color #79A29D on white background.



Black color preview on #79A29D background

This text has black color on #79A29D background.


White color preview on #79A29D background

This text has white color on #79A29D background.