COLOR #727D74

HEX: #727D74 RGB: (114,125,116)

Color info

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

RGB color model

#727D74 color RGB value is (114,125,116).

RGB: (114,125,116) (45%, 49%, 45%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 116 of 255 = 45%

114
125
116

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

Portions of RGB colors in percentages

R + G + B = 114 + 125 + 116 = 355 (100%)
R 114 of 355 ~ 32.11%
G 125 of 355 ~ 35.21%
B 116 of 355 ~ 32.68'%

%32.11
%35.21
%32.68

CMYK color model

#727D74 color CMYK value is (9,0,7,51).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 7.20%
  • key color value is 50.98%

CMYK: (9,0,7,51)
C9M0Y7K51 (9%, 0%, 7%, 51%)
(0.09 / 0.00 / 0.07 / 0.51)

CMYK percentages

%8.8
%0
%7.2
%50.98

Codes

Color #727D74 in popluar color models

72 7D 74
RGB 114 125 116
HSL 131° 4.60% 46.86%
HSB/HSV 131° 8.80% 49.02%
CMYK 8.80% 0.00% 7.20%
50.98%

Color #727D74 in popluar number systems.

HEX 72 7D 74
Decimal 114 125 116
Binary 1110010 1111101 1110100
Octal 162 175 164

Shades and tints

Shades of #727D74

#727D74
(114,125,116)
#68726A
(104,114,106)
#5E6760
(94,103,96)
#545C56
(84,92,86)
#4A514C
(74,81,76)
#404642
(64,70,66)
#363B38
(54,59,56)
#2C302E
(44,48,46)
#222524
(34,37,36)
#181A1A
(24,26,26)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #727D74

#727D74
(114,125,116)
#7E8880
(126,136,128)
#8A938C
(138,147,140)
#969E98
(150,158,152)
#A2A9A4
(162,169,164)
#AEB4B0
(174,180,176)
#BABFBC
(186,191,188)
#C6CAC8
(198,202,200)
#D2D5D4
(210,213,212)
#DEE0E0
(222,224,224)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727D74 color. Also use rgb(114,125,116) instead hex code.

Text Font Color

.myTextColor { color: #727D74; }

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

This text font color is #727D74.

Background Color

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

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

This div background color is #727D74.

Border color

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

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

This div border color is #727D74.

Opacity

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

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

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

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

This text has shadow with #727D74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727D74.

Preview

Color preview on black background

This text has color #727D74 on black background.


Color preview on white background

This text has color #727D74 on white background.


Black color preview on #727D74 background

This text has black color on #727D74 background.


White color preview on #727D74 background

This text has white color on #727D74 background.


Related colors

Complementary color

Complementary color for #hex is #8D828B.


I love getcolorcode.com

Triadic colors

1 #74727D and #7D7472 with #727D74 are triadic colors.

2 #747D72 and #7D7274 with #727D74 are triadic colors.