COLOR #79969C

HEX: #79969C
RGB: (121,150,156)

Color info

#79969C contains red, green and blue colors in about the same proportion. Web safe color of #79969C is #669999 (or #699).

RGB color model

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

  • red value is 121;
  • green value is 150;
  • blue value is 156.
RGB:
(121,150,156)
(47%,59%,61%)

RGB channels and saturation

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

121
150
156

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

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 156 = 427 (100%)
R 121 of 427 ~ 28.34%
G 150 of 427 ~ 35.13%
B 156 of 427 ~ 36.53%

%28.34
%35.13
%36.53

CMYK color model

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

  • cyan value is 22.44%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(22,4,0,39)
C22M4Y0K39 
(22%,4%,0%,39%)
(0.22/0.04/0.00/0.39)	

CMYK percentages

%22.44
%3.85
%0
%38.82

Codes

Color #79969C in popluar color models

79969C
RGB121150156
HSL190°15.02%54.31%
HSB/HSV190°22.44%61.18%
CMYK22.44%3.85%0.00%
38.82%

Color #79969C in popluar number systems.

HEX79969C
Decimal121150156
Binary11110011001011010011100
Octal171226234

Shades and tints

Shades of #79969C

#79969C
(121,150,156)
#6E898E
(110,137,142)
#637C80
(99,124,128)
#586F72
(88,111,114)
#4D6264
(77,98,100)
#425556
(66,85,86)
#374848
(55,72,72)
#2C3B3A
(44,59,58)
#212E2C
(33,46,44)
#16211E
(22,33,30)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #79969C

#79969C
(121,150,156)
#859FA5
(133,159,165)
#91A8AE
(145,168,174)
#9DB1B7
(157,177,183)
#A9BAC0
(169,186,192)
#B5C3C9
(181,195,201)
#C1CCD2
(193,204,210)
#CDD5DB
(205,213,219)
#D9DEE4
(217,222,228)
#E5E7ED
(229,231,237)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79969C; }

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

This text font color is #79969C.


Background Color

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

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

This div background color is #79969C.


Border color

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

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

This div border color is #79969C.


Opacity

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

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

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

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

This text has shadow with #79969C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79969C on black background.


Color preview on white background

This text has color #79969C on white background.



Black color preview on #79969C background

This text has black color on #79969C background.


White color preview on #79969C background

This text has white color on #79969C background.