COLOR #79718D

HEX: #79718D
RGB: (121,113,141)

Color info

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

RGB color model

#79718D color RGB value is (121,113,141).

  • red value is 121;
  • green value is 113;
  • blue value is 141.
RGB: (121,113,141) (47%,44%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 113 of 255 = 44%
B 141 of 255 = 55%

121
113
141

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

Portions of RGB colors in percentages

R + G + B =
121 + 113 + 141 = 375 (100%)
R 121 of 375 ~ 32.27%
G 113 of 375 ~ 30.13%
B 141 of 375 ~ 37.6%

%32.27
%30.13
%37.6

CMYK color model

#79718D color CMYK value is (14,20,0,45).

  • cyan value is 14.18%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (14,20,0,45) C14M20Y0K45 (14%,20%,0%,45%) (0.14/0.20/0.00/0.45)

CMYK percentages

%14.18
%19.86
%0
%44.71

Codes

Color #79718D in popluar color models

79718D
RGB121113141
HSL257°11.02%49.80%
HSB/HSV257°19.86%55.29%
CMYK14.18%19.86%0.00%
44.71%

Color #79718D in popluar number systems.

HEX79718D
Decimal121113141
Binary1111001111000110001101
Octal171161215

Shades and tints

Shades of #79718D

#79718D
(121,113,141)
#6E6781
(110,103,129)
#635D75
(99,93,117)
#585369
(88,83,105)
#4D495D
(77,73,93)
#423F51
(66,63,81)
#373545
(55,53,69)
#2C2B39
(44,43,57)
#21212D
(33,33,45)
#161721
(22,23,33)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #79718D

#79718D
(121,113,141)
#857D97
(133,125,151)
#9189A1
(145,137,161)
#9D95AB
(157,149,171)
#A9A1B5
(169,161,181)
#B5ADBF
(181,173,191)
#C1B9C9
(193,185,201)
#CDC5D3
(205,197,211)
#D9D1DD
(217,209,221)
#E5DDE7
(229,221,231)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79718D; }

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

This text font color is #79718D.


Background Color

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

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

This div background color is #79718D.


Border color

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

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

This div border color is #79718D.


Opacity

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

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

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

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

This text has shadow with #79718D color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #79718D; -webkit-box-shadow:	1px 1px 3px 2px #79718D; box-shadow:	1px 1px 3px 2px #79718D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #79718D; -webkit-box-shadow: 1px 1px 3px 2px #79718D; box-shadow:1px 1px 3px 2px #79718D;">
Div content here</div>
This div box has shadow with color #79718D.

Preview

Color preview on black background

This text has color #79718D on black background.


Color preview on white background

This text has color #79718D on white background.



Black color preview on #79718D background

This text has black color on #79718D background.


White color preview on #79718D background

This text has white color on #79718D background.