COLOR #79799C

HEX: #79799C RGB: (121,121,156)

Color info

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

RGB color model

#79799C color RGB value is (121,121,156).

RGB: (121,121,156) (47%, 47%, 61%)

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 156 of 255 = 61%

121
121
156

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

Portions of RGB colors in percentages

R + G + B = 121 + 121 + 156 = 398 (100%)
R 121 of 398 ~ 30.4%
G 121 of 398 ~ 30.4%
B 156 of 398 ~ 39.2'%

%30.4
%30.4
%39.2

CMYK color model

#79799C color CMYK value is (22,22,0,39).

  • cyan value is 22.44%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (22,22,0,39)
C22M22Y0K39 (22%, 22%, 0%, 39%)
(0.22 / 0.22 / 0.00 / 0.39)

CMYK percentages

%22.44
%22.44
%0
%38.82

Codes

Color #79799C in popluar color models

79 79 9C
RGB 121 121 156
HSL 240° 15.02% 54.31%
HSB/HSV 240° 22.44% 61.18%
CMYK 22.44% 22.44% 0.00%
38.82%

Color #79799C in popluar number systems.

HEX 79 79 9C
Decimal 121 121 156
Binary 1111001 1111001 10011100
Octal 171 171 234

Shades and tints

Shades of #79799C

#79799C
(121,121,156)
#6E6E8E
(110,110,142)
#636380
(99,99,128)
#585872
(88,88,114)
#4D4D64
(77,77,100)
#424256
(66,66,86)
#373748
(55,55,72)
#2C2C3A
(44,44,58)
#21212C
(33,33,44)
#16161E
(22,22,30)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #79799C

#79799C
(121,121,156)
#8585A5
(133,133,165)
#9191AE
(145,145,174)
#9D9DB7
(157,157,183)
#A9A9C0
(169,169,192)
#B5B5C9
(181,181,201)
#C1C1D2
(193,193,210)
#CDCDDB
(205,205,219)
#D9D9E4
(217,217,228)
#E5E5ED
(229,229,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79799C color. Also use rgb(121,121,156) instead hex code.

Text Font Color

.myTextColor { color: #79799C; }

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

This text font color is #79799C.

Background Color

.myBgColor { background-color: #79799C; }

<div style="background-color:#79799C">Inner text</div>

This div background color is #79799C.

Border color

.myBorderColor { border: 1px solid #79799C; }

<div style="border:3px solid #79799C">Div</div>

This div border color is #79799C.

Opacity

.myOpacity80 { color: #79799C; opacity: 0.8; }

<p style="color:#79799C;opacity:0.8;">80%</p>

Text with #79799C 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 #79799C;}

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

This text has shadow with #79799C color.


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

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

This text has shadow with #79799C primary color and red secondary color.


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

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

This text has shadow with #79799C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79799C.

Preview

Color preview on black background

This text has color #79799C on black background.


Color preview on white background

This text has color #79799C on white background.


Black color preview on #79799C background

This text has black color on #79799C background.


White color preview on #79799C background

This text has white color on #79799C background.


Related colors

Complementary color

Complementary color for #hex is #868663.


I love getcolorcode.com