COLOR #79879B

HEX: #79879B
RGB: (121,135,155)

Color info

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

RGB color model

#79879B color RGB value is (121,135,155).

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

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 155 of 255 = 61%

121
135
155

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

Portions of RGB colors in percentages

R + G + B =
121 + 135 + 155 = 411 (100%)
R 121 of 411 ~ 29.44%
G 135 of 411 ~ 32.85%
B 155 of 411 ~ 37.71%

%29.44
%32.85
%37.71

CMYK color model

#79879B color CMYK value is (22,13,0,39).

  • cyan value is 21.94%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(22,13,0,39)
C22M13Y0K39 
(22%,13%,0%,39%)
(0.22/0.13/0.00/0.39)	

CMYK percentages

%21.94
%12.9
%0
%39.22

Codes

Color #79879B in popluar color models

79879B
RGB121135155
HSL215°14.53%54.12%
HSB/HSV215°21.94%60.78%
CMYK21.94%12.90%0.00%
39.22%

Color #79879B in popluar number systems.

HEX79879B
Decimal121135155
Binary11110011000011110011011
Octal171207233

Shades and tints

Shades of #79879B

#79879B
(121,135,155)
#6E7B8D
(110,123,141)
#636F7F
(99,111,127)
#586371
(88,99,113)
#4D5763
(77,87,99)
#424B55
(66,75,85)
#373F47
(55,63,71)
#2C3339
(44,51,57)
#21272B
(33,39,43)
#161B1D
(22,27,29)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #79879B

#79879B
(121,135,155)
#8591A4
(133,145,164)
#919BAD
(145,155,173)
#9DA5B6
(157,165,182)
#A9AFBF
(169,175,191)
#B5B9C8
(181,185,200)
#C1C3D1
(193,195,209)
#CDCDDA
(205,205,218)
#D9D7E3
(217,215,227)
#E5E1EC
(229,225,236)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79879B; }

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

This text font color is #79879B.


Background Color

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

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

This div background color is #79879B.


Border color

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

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

This div border color is #79879B.


Opacity

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

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

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

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

This text has shadow with #79879B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79879B on black background.


Color preview on white background

This text has color #79879B on white background.



Black color preview on #79879B background

This text has black color on #79879B background.


White color preview on #79879B background

This text has white color on #79879B background.