COLOR #79A199

HEX: #79A199 RGB: (121,161,153)

Color info

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

RGB color model

#79A199 color RGB value is (121,161,153).

RGB: (121,161,153) (47%, 63%, 60%)

RGB channels and saturation

R 121 of 255 = 47%
G 161 of 255 = 63%
B 153 of 255 = 60%

121
161
153

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

Portions of RGB colors in percentages

R + G + B = 121 + 161 + 153 = 435 (100%)
R 121 of 435 ~ 27.82%
G 161 of 435 ~ 37.01%
B 153 of 435 ~ 35.17'%

%27.82
%37.01
%35.17

CMYK color model

#79A199 color CMYK value is (25,0,5,37).

  • cyan value is 24.84%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 36.86%

CMYK: (25,0,5,37)
C25M0Y5K37 (25%, 0%, 5%, 37%)
(0.25 / 0.00 / 0.05 / 0.37)

CMYK percentages

%24.84
%0
%4.97
%36.86

Codes

Color #79A199 in popluar color models

79 A1 99
RGB 121 161 153
HSL 168° 17.54% 55.29%
HSB/HSV 168° 24.84% 63.14%
CMYK 24.84% 0.00% 4.97%
36.86%

Color #79A199 in popluar number systems.

HEX 79 A1 99
Decimal 121 161 153
Binary 1111001 10100001 10011001
Octal 171 241 231

Shades and tints

Shades of #79A199

#79A199
(121,161,153)
#6E938C
(110,147,140)
#63857F
(99,133,127)
#587772
(88,119,114)
#4D6965
(77,105,101)
#425B58
(66,91,88)
#374D4B
(55,77,75)
#2C3F3E
(44,63,62)
#213131
(33,49,49)
#162324
(22,35,36)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #79A199

#79A199
(121,161,153)
#85A9A2
(133,169,162)
#91B1AB
(145,177,171)
#9DB9B4
(157,185,180)
#A9C1BD
(169,193,189)
#B5C9C6
(181,201,198)
#C1D1CF
(193,209,207)
#CDD9D8
(205,217,216)
#D9E1E1
(217,225,225)
#E5E9EA
(229,233,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A199; }

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

This text font color is #79A199.

Background Color

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

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

This div background color is #79A199.

Border color

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

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

This div border color is #79A199.

Opacity

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

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

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

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

This text has shadow with #79A199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A199.

Preview

Color preview on black background

This text has color #79A199 on black background.


Color preview on white background

This text has color #79A199 on white background.


Black color preview on #79A199 background

This text has black color on #79A199 background.


White color preview on #79A199 background

This text has white color on #79A199 background.


Related colors

Complementary color

Complementary color for #hex is #865E66.


I love getcolorcode.com

Triadic colors

1 #9979A1 and #A19979 with #79A199 are triadic colors.

2 #99A179 and #A17999 with #79A199 are triadic colors.