COLOR #79949B

HEX: #79949B
RGB: (121,148,155)

Color info

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

RGB color model

#79949B color RGB value is (121,148,155).

  • red value is 121;
  • green value is 148;
  • blue value is 155.
RGB:
(121,148,155)
(47%,58%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 148 of 255 = 58%
B 155 of 255 = 61%

121
148
155

R + G + B ~ 55%. #79949B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 148 + 155 = 424 (100%)
R 121 of 424 ~ 28.54%
G 148 of 424 ~ 34.91%
B 155 of 424 ~ 36.56%

%28.54
%34.91
%36.56

CMYK color model

#79949B color CMYK value is (22,5,0,39).

  • cyan value is 21.94%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(22,5,0,39)
C22M5Y0K39 
(22%,5%,0%,39%)
(0.22/0.05/0.00/0.39)	

CMYK percentages

%21.94
%4.52
%0
%39.22

Codes

Color #79949B in popluar color models

79949B
RGB121148155
HSL192°14.53%54.12%
HSB/HSV192°21.94%60.78%
CMYK21.94%4.52%0.00%
39.22%

Color #79949B in popluar number systems.

HEX79949B
Decimal121148155
Binary11110011001010010011011
Octal171224233

Shades and tints

Shades of #79949B

#79949B
(121,148,155)
#6E878D
(110,135,141)
#637A7F
(99,122,127)
#586D71
(88,109,113)
#4D6063
(77,96,99)
#425355
(66,83,85)
#374647
(55,70,71)
#2C3939
(44,57,57)
#212C2B
(33,44,43)
#161F1D
(22,31,29)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #79949B

#79949B
(121,148,155)
#859DA4
(133,157,164)
#91A6AD
(145,166,173)
#9DAFB6
(157,175,182)
#A9B8BF
(169,184,191)
#B5C1C8
(181,193,200)
#C1CAD1
(193,202,209)
#CDD3DA
(205,211,218)
#D9DCE3
(217,220,227)
#E5E5EC
(229,229,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79949B color. Also use rgb(121,148,155) instead hex code.

Text Font Color

.myTextColor { color: #79949B; }

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

This text font color is #79949B.


Background Color

.myBgColor { background-color: #79949B; }

<div style="background-color:#79949B">Inner text</div>

This div background color is #79949B.


Border color

.myBorderColor { border: 1px solid #79949B; }

<div style="border:3px solid #79949B">Div</div>

This div border color is #79949B.


Opacity

.myOpacity80 { color: #79949B; opacity: 0.8; }

<p style="color:#79949B;opacity:0.8;">80%</p>

Text with #79949B 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 #79949B;}

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

This text has shadow with #79949B color.

.textShadow {text-shadow: 3px 3px 1px #79949B, 3px 3px 1px red;}

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

This text has shadow with #79949B primary color and red secondary color.


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

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

This text has shadow with #79949B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79949B on black background.


Color preview on white background

This text has color #79949B on white background.



Black color preview on #79949B background

This text has black color on #79949B background.


White color preview on #79949B background

This text has white color on #79949B background.