COLOR #79726E

HEX: #79726E RGB: (121,114,110)

Color info

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

RGB color model

#79726E color RGB value is (121,114,110).

RGB: (121,114,110) (47%, 45%, 43%)

RGB channels and saturation

R 121 of 255 = 47%
G 114 of 255 = 45%
B 110 of 255 = 43%

121
114
110

R + G + B ~ 45%. #79726E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 114 + 110 = 345 (100%)
R 121 of 345 ~ 35.07%
G 114 of 345 ~ 33.04%
B 110 of 345 ~ 31.88'%

%35.07
%33.04
%31.88

CMYK color model

#79726E color CMYK value is (0,6,9,53).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 9.09%
  • key color value is 52.55%

CMYK: (0,6,9,53)
C0M6Y9K53 (0%, 6%, 9%, 53%)
(0.00 / 0.06 / 0.09 / 0.53)

CMYK percentages

%0
%5.79
%9.09
%52.55

Codes

Color #79726E in popluar color models

79 72 6E
RGB 121 114 110
HSL 22° 4.76% 45.29%
HSB/HSV 22° 9.09% 47.45%
CMYK 0.00% 5.79% 9.09%
52.55%

Color #79726E in popluar number systems.

HEX 79 72 6E
Decimal 121 114 110
Binary 1111001 1110010 1101110
Octal 171 162 156

Shades and tints

Shades of #79726E

#79726E
(121,114,110)
#6E6864
(110,104,100)
#635E5A
(99,94,90)
#585450
(88,84,80)
#4D4A46
(77,74,70)
#42403C
(66,64,60)
#373632
(55,54,50)
#2C2C28
(44,44,40)
#21221E
(33,34,30)
#161814
(22,24,20)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #79726E

#79726E
(121,114,110)
#857E7B
(133,126,123)
#918A88
(145,138,136)
#9D9695
(157,150,149)
#A9A2A2
(169,162,162)
#B5AEAF
(181,174,175)
#C1BABC
(193,186,188)
#CDC6C9
(205,198,201)
#D9D2D6
(217,210,214)
#E5DEE3
(229,222,227)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79726E color. Also use rgb(121,114,110) instead hex code.

Text Font Color

.myTextColor { color: #79726E; }

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

This text font color is #79726E.

Background Color

.myBgColor { background-color: #79726E; }

<div style="background-color:#79726E">Inner text</div>

This div background color is #79726E.

Border color

.myBorderColor { border: 1px solid #79726E; }

<div style="border:3px solid #79726E">Div</div>

This div border color is #79726E.

Opacity

.myOpacity80 { color: #79726E; opacity: 0.8; }

<p style="color:#79726E;opacity:0.8;">80%</p>

Text with #79726E 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 #79726E;}

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

This text has shadow with #79726E color.


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

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

This text has shadow with #79726E primary color and red secondary color.


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

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

This text has shadow with #79726E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79726E.

Preview

Color preview on black background

This text has color #79726E on black background.


Color preview on white background

This text has color #79726E on white background.


Black color preview on #79726E background

This text has black color on #79726E background.


White color preview on #79726E background

This text has white color on #79726E background.


Related colors

Complementary color

Complementary color for #hex is #868D91.


I love getcolorcode.com

Triadic colors

1 #6E7972 and #726E79 with #79726E are triadic colors.

2 #6E7279 and #72796E with #79726E are triadic colors.