COLOR #79727D

HEX: #79727D RGB: (121,114,125)

Color info

#79727D contains red, green and blue colors in about the same proportion. Web safe color of #79727D is #666666 (or #666).

RGB color model

#79727D color RGB value is (121,114,125).

RGB: (121,114,125) (47%, 45%, 49%)

RGB channels and saturation

R 121 of 255 = 47%
G 114 of 255 = 45%
B 125 of 255 = 49%

121
114
125

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

Portions of RGB colors in percentages

R + G + B = 121 + 114 + 125 = 360 (100%)
R 121 of 360 ~ 33.61%
G 114 of 360 ~ 31.67%
B 125 of 360 ~ 34.72'%

%33.61
%31.67
%34.72

CMYK color model

#79727D color CMYK value is (3,9,0,51).

  • cyan value is 3.20%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (3,9,0,51) C3M9Y0K51 (3%,9%,0%,51%) (0.03/0.09/0.00/0.51) 

CMYK percentages

%3.2
%8.8
%0
%50.98

Codes

Color #79727D in popluar color models

79 72 7D
RGB 121 114 125
HSL 278° 4.60% 46.86%
HSB/HSV 278° 8.80% 49.02%
CMYK 3.20% 8.80% 0.00%
50.98%

Color #79727D in popluar number systems.

HEX 79 72 7D
Decimal 121 114 125
Binary 1111001 1110010 1111101
Octal 171 162 175

Shades and tints

Shades of #79727D

#79727D
(121,114,125)
#6E6872
(110,104,114)
#635E67
(99,94,103)
#58545C
(88,84,92)
#4D4A51
(77,74,81)
#424046
(66,64,70)
#37363B
(55,54,59)
#2C2C30
(44,44,48)
#212225
(33,34,37)
#16181A
(22,24,26)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #79727D

#79727D
(121,114,125)
#857E88
(133,126,136)
#918A93
(145,138,147)
#9D969E
(157,150,158)
#A9A2A9
(169,162,169)
#B5AEB4
(181,174,180)
#C1BABF
(193,186,191)
#CDC6CA
(205,198,202)
#D9D2D5
(217,210,213)
#E5DEE0
(229,222,224)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79727D color. Also use rgb(121,114,125) instead hex code.

Text Font Color

.myTextColor { color: #79727D; }

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

This text font color is #79727D.

Background Color

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

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

This div background color is #79727D.

Border color

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

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

This div border color is #79727D.

Opacity

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

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

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

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

This text has shadow with #79727D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79727D.

Preview

Color preview on black background

This text has color #79727D on black background.


Color preview on white background

This text has color #79727D on white background.


Black color preview on #79727D background

This text has black color on #79727D background.


White color preview on #79727D background

This text has white color on #79727D background.


Related colors

Complementary color

Complementary color for #hex is #868D82.


I love getcolorcode.com

Triadic colors

1 #7D7972 and #727D79 with #79727D are triadic colors.

2 #7D7279 and #72797D with #79727D are triadic colors.