COLOR #727F51

HEX: #727F51 RGB: (114,127,81)

Color info

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

RGB color model

#727F51 color RGB value is (114,127,81).

RGB: (114,127,81) (45%, 50%, 32%)

RGB channels and saturation

R 114 of 255 = 45%
G 127 of 255 = 50%
B 81 of 255 = 32%

114
127
81

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

Portions of RGB colors in percentages

R + G + B = 114 + 127 + 81 = 322 (100%)
R 114 of 322 ~ 35.4%
G 127 of 322 ~ 39.44%
B 81 of 322 ~ 25.16'%

%35.4
%39.44
%25.16

CMYK color model

#727F51 color CMYK value is (10,0,36,50).

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

CMYK: (10,0,36,50)
C10M0Y36K50 (10%, 0%, 36%, 50%)
(0.10 / 0.00 / 0.36 / 0.50)

CMYK percentages

%10.24
%0
%36.22
%50.2

Codes

Color #727F51 in popluar color models

72 7F 51
RGB 114 127 81
HSL 77° 22.12% 40.78%
HSB/HSV 77° 36.22% 49.80%
CMYK 10.24% 0.00% 36.22%
50.20%

Color #727F51 in popluar number systems.

HEX 72 7F 51
Decimal 114 127 81
Binary 1110010 1111111 1010001
Octal 162 177 121

Shades and tints

Shades of #727F51

#727F51
(114,127,81)
#68744A
(104,116,74)
#5E6943
(94,105,67)
#545E3C
(84,94,60)
#4A5335
(74,83,53)
#40482E
(64,72,46)
#363D27
(54,61,39)
#2C3220
(44,50,32)
#222719
(34,39,25)
#181C12
(24,28,18)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #727F51

#727F51
(114,127,81)
#7E8A60
(126,138,96)
#8A956F
(138,149,111)
#96A07E
(150,160,126)
#A2AB8D
(162,171,141)
#AEB69C
(174,182,156)
#BAC1AB
(186,193,171)
#C6CCBA
(198,204,186)
#D2D7C9
(210,215,201)
#DEE2D8
(222,226,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727F51; }

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

This text font color is #727F51.

Background Color

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

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

This div background color is #727F51.

Border color

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

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

This div border color is #727F51.

Opacity

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

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

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

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

This text has shadow with #727F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727F51.

Preview

Color preview on black background

This text has color #727F51 on black background.


Color preview on white background

This text has color #727F51 on white background.


Black color preview on #727F51 background

This text has black color on #727F51 background.


White color preview on #727F51 background

This text has white color on #727F51 background.


Related colors

Complementary color

Complementary color for #hex is #8D80AE.


I love getcolorcode.com

Triadic colors

1 #51727F and #7F5172 with #727F51 are triadic colors.

2 #517F72 and #7F7251 with #727F51 are triadic colors.