COLOR #727A79

HEX: #727A79 RGB: (114,122,121)

Color info

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

RGB color model

#727A79 color RGB value is (114,122,121).

RGB: (114,122,121) (45%, 48%, 47%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 121 of 255 = 47%

114
122
121

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

Portions of RGB colors in percentages

R + G + B = 114 + 122 + 121 = 357 (100%)
R 114 of 357 ~ 31.93%
G 122 of 357 ~ 34.17%
B 121 of 357 ~ 33.89'%

%31.93
%34.17
%33.89

CMYK color model

#727A79 color CMYK value is (7,0,1,52).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 52.16%
CMYK: (7,0,1,52) C7M0Y1K52 (7%,0%,1%,52%) (0.07/0.00/0.01/0.52) 

CMYK percentages

%6.56
%0
%0.82
%52.16

Codes

Color #727A79 in popluar color models

72 7A 79
RGB 114 122 121
HSL 173° 3.39% 46.27%
HSB/HSV 173° 6.56% 47.84%
CMYK 6.56% 0.00% 0.82%
52.16%

Color #727A79 in popluar number systems.

HEX 72 7A 79
Decimal 114 122 121
Binary 1110010 1111010 1111001
Octal 162 172 171

Shades and tints

Shades of #727A79

#727A79
(114,122,121)
#686F6E
(104,111,110)
#5E6463
(94,100,99)
#545958
(84,89,88)
#4A4E4D
(74,78,77)
#404342
(64,67,66)
#363837
(54,56,55)
#2C2D2C
(44,45,44)
#222221
(34,34,33)
#181716
(24,23,22)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #727A79

#727A79
(114,122,121)
#7E8685
(126,134,133)
#8A9291
(138,146,145)
#969E9D
(150,158,157)
#A2AAA9
(162,170,169)
#AEB6B5
(174,182,181)
#BAC2C1
(186,194,193)
#C6CECD
(198,206,205)
#D2DAD9
(210,218,217)
#DEE6E5
(222,230,229)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727A79 color. Also use rgb(114,122,121) instead hex code.

Text Font Color

.myTextColor { color: #727A79; }

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

This text font color is #727A79.

Background Color

.myBgColor { background-color: #727A79; }

<div style="background-color:#727A79">Inner text</div>

This div background color is #727A79.

Border color

.myBorderColor { border: 1px solid #727A79; }

<div style="border:3px solid #727A79">Div</div>

This div border color is #727A79.

Opacity

.myOpacity80 { color: #727A79; opacity: 0.8; }

<p style="color:#727A79;opacity:0.8;">80%</p>

Text with #727A79 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 #727A79;}

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

This text has shadow with #727A79 color.


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

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

This text has shadow with #727A79 primary color and red secondary color.


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

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

This text has shadow with #727A79 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #727A79.

Preview

Color preview on black background

This text has color #727A79 on black background.


Color preview on white background

This text has color #727A79 on white background.


Black color preview on #727A79 background

This text has black color on #727A79 background.


White color preview on #727A79 background

This text has white color on #727A79 background.


Related colors

Complementary color

Complementary color for #hex is #8D8586.


I love getcolorcode.com

Triadic colors

1 #79727A and #7A7972 with #727A79 are triadic colors.

2 #797A72 and #7A7279 with #727A79 are triadic colors.