COLOR #79808D

HEX: #79808D RGB: (121,128,141)

Color info

#79808D contains red, green and blue colors in about the same proportion. Web safe color of #79808D is #666699 (or #669).

RGB color model

#79808D color RGB value is (121,128,141).

RGB: (121,128,141) (47%, 50%, 55%)

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 141 of 255 = 55%

121
128
141

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

Portions of RGB colors in percentages

R + G + B = 121 + 128 + 141 = 390 (100%)
R 121 of 390 ~ 31.03%
G 128 of 390 ~ 32.82%
B 141 of 390 ~ 36.15'%

%31.03
%32.82
%36.15

CMYK color model

#79808D color CMYK value is (14,9,0,45).

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

CMYK: (14,9,0,45)
C14M9Y0K45 (14%, 9%, 0%, 45%)
(0.14 / 0.09 / 0.00 / 0.45)

CMYK percentages

%14.18
%9.22
%0
%44.71

Codes

Color #79808D in popluar color models

79 80 8D
RGB 121 128 141
HSL 219° 8.06% 51.37%
HSB/HSV 219° 14.18% 55.29%
CMYK 14.18% 9.22% 0.00%
44.71%

Color #79808D in popluar number systems.

HEX 79 80 8D
Decimal 121 128 141
Binary 1111001 10000000 10001101
Octal 171 200 215

Shades and tints

Shades of #79808D

#79808D
(121,128,141)
#6E7581
(110,117,129)
#636A75
(99,106,117)
#585F69
(88,95,105)
#4D545D
(77,84,93)
#424951
(66,73,81)
#373E45
(55,62,69)
#2C3339
(44,51,57)
#21282D
(33,40,45)
#161D21
(22,29,33)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #79808D

#79808D
(121,128,141)
#858B97
(133,139,151)
#9196A1
(145,150,161)
#9DA1AB
(157,161,171)
#A9ACB5
(169,172,181)
#B5B7BF
(181,183,191)
#C1C2C9
(193,194,201)
#CDCDD3
(205,205,211)
#D9D8DD
(217,216,221)
#E5E3E7
(229,227,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79808D; }

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

This text font color is #79808D.

Background Color

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

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

This div background color is #79808D.

Border color

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

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

This div border color is #79808D.

Opacity

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

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

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

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

This text has shadow with #79808D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79808D.

Preview

Color preview on black background

This text has color #79808D on black background.


Color preview on white background

This text has color #79808D on white background.


Black color preview on #79808D background

This text has black color on #79808D background.


White color preview on #79808D background

This text has white color on #79808D background.


Related colors

Complementary color

Complementary color for #hex is #867F72.


I love getcolorcode.com

Triadic colors

1 #8D7980 and #808D79 with #79808D are triadic colors.

2 #8D8079 and #80798D with #79808D are triadic colors.