COLOR #79A29B

HEX: #79A29B
RGB: (121,162,155)

Color info

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

RGB color model

#79A29B color RGB value is (121,162,155).

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

RGB channels and saturation

R 121 of 255 = 47%
G 162 of 255 = 64%
B 155 of 255 = 61%

121
162
155

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

Portions of RGB colors in percentages

R + G + B =
121 + 162 + 155 = 438 (100%)
R 121 of 438 ~ 27.63%
G 162 of 438 ~ 36.99%
B 155 of 438 ~ 35.39%

%27.63
%36.99
%35.39

CMYK color model

#79A29B color CMYK value is (25,0,4,36).

  • cyan value is 25.31%
  • magenta value is 0.00%
  • yellow value is 4.32%
  • key color value is 36.47%
CMYK:
(25,0,4,36)
C25M0Y4K36 
(25%,0%,4%,36%)
(0.25/0.00/0.04/0.36)	

CMYK percentages

%25.31
%0
%4.32
%36.47

Codes

Color #79A29B in popluar color models

79A29B
RGB121162155
HSL170°18.06%55.49%
HSB/HSV170°25.31%63.53%
CMYK25.31%0.00%4.32%
36.47%

Color #79A29B in popluar number systems.

HEX79A29B
Decimal121162155
Binary11110011010001010011011
Octal171242233

Shades and tints

Shades of #79A29B

#79A29B
(121,162,155)
#6E948D
(110,148,141)
#63867F
(99,134,127)
#587871
(88,120,113)
#4D6A63
(77,106,99)
#425C55
(66,92,85)
#374E47
(55,78,71)
#2C4039
(44,64,57)
#21322B
(33,50,43)
#16241D
(22,36,29)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #79A29B

#79A29B
(121,162,155)
#85AAA4
(133,170,164)
#91B2AD
(145,178,173)
#9DBAB6
(157,186,182)
#A9C2BF
(169,194,191)
#B5CAC8
(181,202,200)
#C1D2D1
(193,210,209)
#CDDADA
(205,218,218)
#D9E2E3
(217,226,227)
#E5EAEC
(229,234,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A29B; }

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

This text font color is #79A29B.


Background Color

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

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

This div background color is #79A29B.


Border color

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

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

This div border color is #79A29B.


Opacity

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

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

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

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

This text has shadow with #79A29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A29B on black background.


Color preview on white background

This text has color #79A29B on white background.



Black color preview on #79A29B background

This text has black color on #79A29B background.


White color preview on #79A29B background

This text has white color on #79A29B background.