COLOR #727F60

HEX: #727F60 RGB: (114,127,96)

Color info

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

RGB color model

#727F60 color RGB value is (114,127,96).

RGB: (114,127,96) (45%, 50%, 38%)

RGB channels and saturation

R 114 of 255 = 45%
G 127 of 255 = 50%
B 96 of 255 = 38%

114
127
96

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

Portions of RGB colors in percentages

R + G + B = 114 + 127 + 96 = 337 (100%)
R 114 of 337 ~ 33.83%
G 127 of 337 ~ 37.69%
B 96 of 337 ~ 28.49'%

%33.83
%37.69
%28.49

CMYK color model

#727F60 color CMYK value is (10,0,24,50).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 24.41%
  • key color value is 50.20%

CMYK: (10,0,24,50)
C10M0Y24K50 (10%, 0%, 24%, 50%)
(0.10 / 0.00 / 0.24 / 0.50)

CMYK percentages

%10.24
%0
%24.41
%50.2

Codes

Color #727F60 in popluar color models

72 7F 60
RGB 114 127 96
HSL 85° 13.90% 43.73%
HSB/HSV 85° 24.41% 49.80%
CMYK 10.24% 0.00% 24.41%
50.20%

Color #727F60 in popluar number systems.

HEX 72 7F 60
Decimal 114 127 96
Binary 1110010 1111111 1100000
Octal 162 177 140

Shades and tints

Shades of #727F60

#727F60
(114,127,96)
#687458
(104,116,88)
#5E6950
(94,105,80)
#545E48
(84,94,72)
#4A5340
(74,83,64)
#404838
(64,72,56)
#363D30
(54,61,48)
#2C3228
(44,50,40)
#222720
(34,39,32)
#181C18
(24,28,24)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #727F60

#727F60
(114,127,96)
#7E8A6E
(126,138,110)
#8A957C
(138,149,124)
#96A08A
(150,160,138)
#A2AB98
(162,171,152)
#AEB6A6
(174,182,166)
#BAC1B4
(186,193,180)
#C6CCC2
(198,204,194)
#D2D7D0
(210,215,208)
#DEE2DE
(222,226,222)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727F60 color. Also use rgb(114,127,96) instead hex code.

Text Font Color

.myTextColor { color: #727F60; }

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

This text font color is #727F60.

Background Color

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

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

This div background color is #727F60.

Border color

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

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

This div border color is #727F60.

Opacity

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

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

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

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

This text has shadow with #727F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727F60.

Preview

Color preview on black background

This text has color #727F60 on black background.


Color preview on white background

This text has color #727F60 on white background.


Black color preview on #727F60 background

This text has black color on #727F60 background.


White color preview on #727F60 background

This text has white color on #727F60 background.


Related colors

Complementary color

Complementary color for #hex is #8D809F.


I love getcolorcode.com

Triadic colors

1 #60727F and #7F6072 with #727F60 are triadic colors.

2 #607F72 and #7F7260 with #727F60 are triadic colors.