COLOR #79789A

HEX: #79789A
RGB: (121,120,154)

Color info

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

RGB color model

#79789A color RGB value is (121,120,154).

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

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 154 of 255 = 60%

121
120
154

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 154 = 395 (100%)
R 121 of 395 ~ 30.63%
G 120 of 395 ~ 30.38%
B 154 of 395 ~ 38.99%

%30.63
%30.38
%38.99

CMYK color model

#79789A color CMYK value is (21,22,0,40).

  • cyan value is 21.43%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(21,22,0,40)
C21M22Y0K40 
(21%,22%,0%,40%)
(0.21/0.22/0.00/0.40)	

CMYK percentages

%21.43
%22.08
%0
%39.61

Codes

Color #79789A in popluar color models

79789A
RGB121120154
HSL242°14.41%53.73%
HSB/HSV242°22.08%60.39%
CMYK21.43%22.08%0.00%
39.61%

Color #79789A in popluar number systems.

HEX79789A
Decimal121120154
Binary1111001111100010011010
Octal171170232

Shades and tints

Shades of #79789A

#79789A
(121,120,154)
#6E6E8C
(110,110,140)
#63647E
(99,100,126)
#585A70
(88,90,112)
#4D5062
(77,80,98)
#424654
(66,70,84)
#373C46
(55,60,70)
#2C3238
(44,50,56)
#21282A
(33,40,42)
#161E1C
(22,30,28)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #79789A

#79789A
(121,120,154)
#8584A3
(133,132,163)
#9190AC
(145,144,172)
#9D9CB5
(157,156,181)
#A9A8BE
(169,168,190)
#B5B4C7
(181,180,199)
#C1C0D0
(193,192,208)
#CDCCD9
(205,204,217)
#D9D8E2
(217,216,226)
#E5E4EB
(229,228,235)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79789A; }

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

This text font color is #79789A.


Background Color

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

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

This div background color is #79789A.


Border color

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

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

This div border color is #79789A.


Opacity

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

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

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

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

This text has shadow with #79789A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79789A on black background.


Color preview on white background

This text has color #79789A on white background.



Black color preview on #79789A background

This text has black color on #79789A background.


White color preview on #79789A background

This text has white color on #79789A background.