COLOR #79999D

HEX: #79999D
RGB: (121,153,157)

Color info

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

RGB color model

#79999D color RGB value is (121,153,157).

  • red value is 121;
  • green value is 153;
  • blue value is 157.
RGB: (121,153,157) (47%,60%,62%)

RGB channels and saturation

R 121 of 255 = 47%
G 153 of 255 = 60%
B 157 of 255 = 62%

121
153
157

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

Portions of RGB colors in percentages

R + G + B =
121 + 153 + 157 = 431 (100%)
R 121 of 431 ~ 28.07%
G 153 of 431 ~ 35.5%
B 157 of 431 ~ 36.43%

%28.07
%35.5
%36.43

CMYK color model

#79999D color CMYK value is (23,3,0,38).

  • cyan value is 22.93%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (23,3,0,38) C23M3Y0K38 (23%,3%,0%,38%) (0.23/0.03/0.00/0.38)

CMYK percentages

%22.93
%2.55
%0
%38.43

Codes

Color #79999D in popluar color models

79999D
RGB121153157
HSL187°15.52%54.51%
HSB/HSV187°22.93%61.57%
CMYK22.93%2.55%0.00%
38.43%

Color #79999D in popluar number systems.

HEX79999D
Decimal121153157
Binary11110011001100110011101
Octal171231235

Shades and tints

Shades of #79999D

#79999D
(121,153,157)
#6E8C8F
(110,140,143)
#637F81
(99,127,129)
#587273
(88,114,115)
#4D6565
(77,101,101)
#425857
(66,88,87)
#374B49
(55,75,73)
#2C3E3B
(44,62,59)
#21312D
(33,49,45)
#16241F
(22,36,31)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #79999D

#79999D
(121,153,157)
#85A2A5
(133,162,165)
#91ABAD
(145,171,173)
#9DB4B5
(157,180,181)
#A9BDBD
(169,189,189)
#B5C6C5
(181,198,197)
#C1CFCD
(193,207,205)
#CDD8D5
(205,216,213)
#D9E1DD
(217,225,221)
#E5EAE5
(229,234,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79999D color. Also use rgb(121,153,157) instead hex code.

Text Font Color

.myTextColor { color: #79999D; }

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

This text font color is #79999D.


Background Color

.myBgColor { background-color: #79999D; }

<div style="background-color:#79999D">Inner text</div>

This div background color is #79999D.


Border color

.myBorderColor { border: 1px solid #79999D; }

<div style="border:3px solid #79999D">Div</div>

This div border color is #79999D.


Opacity

.myOpacity80 { color: #79999D; opacity: 0.8; }

<p style="color:#79999D;opacity:0.8;">80%</p>

Text with #79999D 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 #79999D;}

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

This text has shadow with #79999D color.

.textShadow {text-shadow: 3px 3px 1px #79999D, 3px 3px 1px red;}

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

This text has shadow with #79999D primary color and red secondary color.


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

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

This text has shadow with #79999D and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #79999D; -webkit-box-shadow:	1px 1px 3px 2px #79999D; box-shadow:	1px 1px 3px 2px #79999D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #79999D; -webkit-box-shadow: 1px 1px 3px 2px #79999D; box-shadow:1px 1px 3px 2px #79999D;">
Div content here</div>
This div box has shadow with color #79999D.

Preview

Color preview on black background

This text has color #79999D on black background.


Color preview on white background

This text has color #79999D on white background.



Black color preview on #79999D background

This text has black color on #79999D background.


White color preview on #79999D background

This text has white color on #79999D background.