COLOR #79A5A7

HEX: #79A5A7
RGB: (121,165,167)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

121
165
167

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

Portions of RGB colors in percentages

R + G + B =
121 + 165 + 167 = 453 (100%)
R 121 of 453 ~ 26.71%
G 165 of 453 ~ 36.42%
B 167 of 453 ~ 36.87%

%26.71
%36.42
%36.87

CMYK color model

#79A5A7 color CMYK value is (28,1,0,35).

  • cyan value is 27.54%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(28,1,0,35)
C28M1Y0K35 
(28%,1%,0%,35%)
(0.28/0.01/0.00/0.35)	

CMYK percentages

%27.54
%1.2
%0
%34.51

Codes

Color #79A5A7 in popluar color models

79A5A7
RGB121165167
HSL183°20.72%56.47%
HSB/HSV183°27.54%65.49%
CMYK27.54%1.20%0.00%
34.51%

Color #79A5A7 in popluar number systems.

HEX79A5A7
Decimal121165167
Binary11110011010010110100111
Octal171245247

Shades and tints

Shades of #79A5A7

#79A5A7
(121,165,167)
#6E9698
(110,150,152)
#638789
(99,135,137)
#58787A
(88,120,122)
#4D696B
(77,105,107)
#425A5C
(66,90,92)
#374B4D
(55,75,77)
#2C3C3E
(44,60,62)
#212D2F
(33,45,47)
#161E20
(22,30,32)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #79A5A7

#79A5A7
(121,165,167)
#85ADAF
(133,173,175)
#91B5B7
(145,181,183)
#9DBDBF
(157,189,191)
#A9C5C7
(169,197,199)
#B5CDCF
(181,205,207)
#C1D5D7
(193,213,215)
#CDDDDF
(205,221,223)
#D9E5E7
(217,229,231)
#E5EDEF
(229,237,239)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A5A7; }

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

This text font color is #79A5A7.


Background Color

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

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

This div background color is #79A5A7.


Border color

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

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

This div border color is #79A5A7.


Opacity

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

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

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

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

This text has shadow with #79A5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A5A7 on black background.


Color preview on white background

This text has color #79A5A7 on white background.



Black color preview on #79A5A7 background

This text has black color on #79A5A7 background.


White color preview on #79A5A7 background

This text has white color on #79A5A7 background.