COLOR #79748D

HEX: #79748D
RGB: (121,116,141)

Color info

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

RGB color model

#79748D color RGB value is (121,116,141).

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

RGB channels and saturation

R 121 of 255 = 47%
G 116 of 255 = 45%
B 141 of 255 = 55%

121
116
141

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

Portions of RGB colors in percentages

R + G + B =
121 + 116 + 141 = 378 (100%)
R 121 of 378 ~ 32.01%
G 116 of 378 ~ 30.69%
B 141 of 378 ~ 37.3%

%32.01
%30.69
%37.3

CMYK color model

#79748D color CMYK value is (14,18,0,45).

  • cyan value is 14.18%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(14,18,0,45)
C14M18Y0K45 
(14%,18%,0%,45%)
(0.14/0.18/0.00/0.45)	

CMYK percentages

%14.18
%17.73
%0
%44.71

Codes

Color #79748D in popluar color models

79748D
RGB121116141
HSL252°9.88%50.39%
HSB/HSV252°17.73%55.29%
CMYK14.18%17.73%0.00%
44.71%

Color #79748D in popluar number systems.

HEX79748D
Decimal121116141
Binary1111001111010010001101
Octal171164215

Shades and tints

Shades of #79748D

#79748D
(121,116,141)
#6E6A81
(110,106,129)
#636075
(99,96,117)
#585669
(88,86,105)
#4D4C5D
(77,76,93)
#424251
(66,66,81)
#373845
(55,56,69)
#2C2E39
(44,46,57)
#21242D
(33,36,45)
#161A21
(22,26,33)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #79748D

#79748D
(121,116,141)
#858097
(133,128,151)
#918CA1
(145,140,161)
#9D98AB
(157,152,171)
#A9A4B5
(169,164,181)
#B5B0BF
(181,176,191)
#C1BCC9
(193,188,201)
#CDC8D3
(205,200,211)
#D9D4DD
(217,212,221)
#E5E0E7
(229,224,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79748D; }

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

This text font color is #79748D.


Background Color

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

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

This div background color is #79748D.


Border color

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

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

This div border color is #79748D.


Opacity

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

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

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

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

This text has shadow with #79748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79748D on black background.


Color preview on white background

This text has color #79748D on white background.



Black color preview on #79748D background

This text has black color on #79748D background.


White color preview on #79748D background

This text has white color on #79748D background.