COLOR #79A5A5

HEX: #79A5A5
RGB: (121,165,165)

Color info

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

RGB color model

#79A5A5 color RGB value is (121,165,165).

  • red value is 121;
  • green value is 165;
  • blue value is 165.
RGB:
(121,165,165)
(47%,65%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 165 of 255 = 65%
B 165 of 255 = 65%

121
165
165

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

Portions of RGB colors in percentages

R + G + B =
121 + 165 + 165 = 451 (100%)
R 121 of 451 ~ 26.83%
G 165 of 451 ~ 36.59%
B 165 of 451 ~ 36.59%

%26.83
%36.59
%36.59

CMYK color model

#79A5A5 color CMYK value is (27,0,0,35).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(27,0,0,35)
C27M0Y0K35 
(27%,0%,0%,35%)
(0.27/0.00/0.00/0.35)	

CMYK percentages

%26.67
%0
%0
%35.29

Codes

Color #79A5A5 in popluar color models

79A5A5
RGB121165165
HSL180°19.64%56.08%
HSB/HSV180°26.67%64.71%
CMYK26.67%0.00%0.00%
35.29%

Color #79A5A5 in popluar number systems.

HEX79A5A5
Decimal121165165
Binary11110011010010110100101
Octal171245245

Shades and tints

Shades of #79A5A5

#79A5A5
(121,165,165)
#6E9696
(110,150,150)
#638787
(99,135,135)
#587878
(88,120,120)
#4D6969
(77,105,105)
#425A5A
(66,90,90)
#374B4B
(55,75,75)
#2C3C3C
(44,60,60)
#212D2D
(33,45,45)
#161E1E
(22,30,30)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #79A5A5

#79A5A5
(121,165,165)
#85ADAD
(133,173,173)
#91B5B5
(145,181,181)
#9DBDBD
(157,189,189)
#A9C5C5
(169,197,197)
#B5CDCD
(181,205,205)
#C1D5D5
(193,213,213)
#CDDDDD
(205,221,221)
#D9E5E5
(217,229,229)
#E5EDED
(229,237,237)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A5A5; }

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

This text font color is #79A5A5.


Background Color

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

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

This div background color is #79A5A5.


Border color

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

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

This div border color is #79A5A5.


Opacity

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

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

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

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

This text has shadow with #79A5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A5A5 on black background.


Color preview on white background

This text has color #79A5A5 on white background.



Black color preview on #79A5A5 background

This text has black color on #79A5A5 background.


White color preview on #79A5A5 background

This text has white color on #79A5A5 background.