COLOR #79898D

HEX: #79898D RGB: (121,137,141)

Color info

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

RGB color model

#79898D color RGB value is (121,137,141).

RGB: (121,137,141) (47%, 54%, 55%)

RGB channels and saturation

R 121 of 255 = 47%
G 137 of 255 = 54%
B 141 of 255 = 55%

121
137
141

R + G + B ~ 52%. #79898D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 137 + 141 = 399 (100%)
R 121 of 399 ~ 30.33%
G 137 of 399 ~ 34.34%
B 141 of 399 ~ 35.34'%

%30.33
%34.34
%35.34

CMYK color model

#79898D color CMYK value is (14,3,0,45).

  • cyan value is 14.18%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (14,3,0,45)
C14M3Y0K45 (14%, 3%, 0%, 45%)
(0.14 / 0.03 / 0.00 / 0.45)

CMYK percentages

%14.18
%2.84
%0
%44.71

Codes

Color #79898D in popluar color models

79 89 8D
RGB 121 137 141
HSL 192° 8.06% 51.37%
HSB/HSV 192° 14.18% 55.29%
CMYK 14.18% 2.84% 0.00%
44.71%

Color #79898D in popluar number systems.

HEX 79 89 8D
Decimal 121 137 141
Binary 1111001 10001001 10001101
Octal 171 211 215

Shades and tints

Shades of #79898D

#79898D
(121,137,141)
#6E7D81
(110,125,129)
#637175
(99,113,117)
#586569
(88,101,105)
#4D595D
(77,89,93)
#424D51
(66,77,81)
#374145
(55,65,69)
#2C3539
(44,53,57)
#21292D
(33,41,45)
#161D21
(22,29,33)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #79898D

#79898D
(121,137,141)
#859397
(133,147,151)
#919DA1
(145,157,161)
#9DA7AB
(157,167,171)
#A9B1B5
(169,177,181)
#B5BBBF
(181,187,191)
#C1C5C9
(193,197,201)
#CDCFD3
(205,207,211)
#D9D9DD
(217,217,221)
#E5E3E7
(229,227,231)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79898D color. Also use rgb(121,137,141) instead hex code.

Text Font Color

.myTextColor { color: #79898D; }

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

This text font color is #79898D.

Background Color

.myBgColor { background-color: #79898D; }

<div style="background-color:#79898D">Inner text</div>

This div background color is #79898D.

Border color

.myBorderColor { border: 1px solid #79898D; }

<div style="border:3px solid #79898D">Div</div>

This div border color is #79898D.

Opacity

.myOpacity80 { color: #79898D; opacity: 0.8; }

<p style="color:#79898D;opacity:0.8;">80%</p>

Text with #79898D 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 #79898D;}

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

This text has shadow with #79898D color.


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

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

This text has shadow with #79898D primary color and red secondary color.


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

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

This text has shadow with #79898D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79898D.

Preview

Color preview on black background

This text has color #79898D on black background.


Color preview on white background

This text has color #79898D on white background.


Black color preview on #79898D background

This text has black color on #79898D background.


White color preview on #79898D background

This text has white color on #79898D background.


Related colors

Complementary color

Complementary color for #hex is #867672.


I love getcolorcode.com

Triadic colors

1 #8D7989 and #898D79 with #79898D are triadic colors.

2 #8D8979 and #89798D with #79898D are triadic colors.