COLOR #727D71

HEX: #727D71
RGB: (114,125,113)

Color info

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

RGB color model

#727D71 color RGB value is (114,125,113).

  • red value is 114;
  • green value is 125;
  • blue value is 113.
RGB:
(114,125,113)
(45%,49%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 113 of 255 = 44%

114
125
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 125 + 113 = 352 (100%)
R 114 of 352 ~ 32.39%
G 125 of 352 ~ 35.51%
B 113 of 352 ~ 32.1%

%32.39
%35.51
%32.1

CMYK color model

#727D71 color CMYK value is (9,0,10,51).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 50.98%
CMYK:
(9,0,10,51)
C9M0Y10K51 
(9%,0%,10%,51%)
(0.09/0.00/0.10/0.51)	

CMYK percentages

%8.8
%0
%9.6
%50.98

Codes

Color #727D71 in popluar color models

727D71
RGB114125113
HSL115°5.04%46.67%
HSB/HSV115°9.60%49.02%
CMYK8.80%0.00%9.60%
50.98%

Color #727D71 in popluar number systems.

HEX727D71
Decimal114125113
Binary111001011111011110001
Octal162175161

Shades and tints

Shades of #727D71

#727D71
(114,125,113)
#687267
(104,114,103)
#5E675D
(94,103,93)
#545C53
(84,92,83)
#4A5149
(74,81,73)
#40463F
(64,70,63)
#363B35
(54,59,53)
#2C302B
(44,48,43)
#222521
(34,37,33)
#181A17
(24,26,23)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #727D71

#727D71
(114,125,113)
#7E887D
(126,136,125)
#8A9389
(138,147,137)
#969E95
(150,158,149)
#A2A9A1
(162,169,161)
#AEB4AD
(174,180,173)
#BABFB9
(186,191,185)
#C6CAC5
(198,202,197)
#D2D5D1
(210,213,209)
#DEE0DD
(222,224,221)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727D71; }

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

This text font color is #727D71.


Background Color

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

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

This div background color is #727D71.


Border color

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

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

This div border color is #727D71.


Opacity

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

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

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

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

This text has shadow with #727D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727D71 on black background.


Color preview on white background

This text has color #727D71 on white background.



Black color preview on #727D71 background

This text has black color on #727D71 background.


White color preview on #727D71 background

This text has white color on #727D71 background.