COLOR #79789F

HEX: #79789F
RGB: (121,120,159)

Color info

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

RGB color model

#79789F color RGB value is (121,120,159).

  • red value is 121;
  • green value is 120;
  • blue value is 159.
RGB:
(121,120,159)
(47%,47%,62%)

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 159 of 255 = 62%

121
120
159

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 159 = 400 (100%)
R 121 of 400 ~ 30.25%
G 120 of 400 ~ 30%
B 159 of 400 ~ 39.75%

%30.25
%30
%39.75

CMYK color model

#79789F color CMYK value is (24,25,0,38).

  • cyan value is 23.90%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(24,25,0,38)
C24M25Y0K38 
(24%,25%,0%,38%)
(0.24/0.25/0.00/0.38)	

CMYK percentages

%23.9
%24.53
%0
%37.65

Codes

Color #79789F in popluar color models

79789F
RGB121120159
HSL242°16.88%54.71%
HSB/HSV242°24.53%62.35%
CMYK23.90%24.53%0.00%
37.65%

Color #79789F in popluar number systems.

HEX79789F
Decimal121120159
Binary1111001111100010011111
Octal171170237

Shades and tints

Shades of #79789F

#79789F
(121,120,159)
#6E6E91
(110,110,145)
#636483
(99,100,131)
#585A75
(88,90,117)
#4D5067
(77,80,103)
#424659
(66,70,89)
#373C4B
(55,60,75)
#2C323D
(44,50,61)
#21282F
(33,40,47)
#161E21
(22,30,33)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #79789F

#79789F
(121,120,159)
#8584A7
(133,132,167)
#9190AF
(145,144,175)
#9D9CB7
(157,156,183)
#A9A8BF
(169,168,191)
#B5B4C7
(181,180,199)
#C1C0CF
(193,192,207)
#CDCCD7
(205,204,215)
#D9D8DF
(217,216,223)
#E5E4E7
(229,228,231)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79789F color. Also use rgb(121,120,159) instead hex code.

Text Font Color

.myTextColor { color: #79789F; }

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

This text font color is #79789F.


Background Color

.myBgColor { background-color: #79789F; }

<div style="background-color:#79789F">Inner text</div>

This div background color is #79789F.


Border color

.myBorderColor { border: 1px solid #79789F; }

<div style="border:3px solid #79789F">Div</div>

This div border color is #79789F.


Opacity

.myOpacity80 { color: #79789F; opacity: 0.8; }

<p style="color:#79789F;opacity:0.8;">80%</p>

Text with #79789F 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 #79789F;}

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

This text has shadow with #79789F color.

.textShadow {text-shadow: 3px 3px 1px #79789F, 3px 3px 1px red;}

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

This text has shadow with #79789F primary color and red secondary color.


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

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

This text has shadow with #79789F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79789F on black background.


Color preview on white background

This text has color #79789F on white background.



Black color preview on #79789F background

This text has black color on #79789F background.


White color preview on #79789F background

This text has white color on #79789F background.