COLOR #727A49

HEX: #727A49
RGB: (114,122,73)

Color info

#727A49 contains red, green and blue colors in about the same proportion. Web safe color of #727A49 is #666633 (or #663).

RGB color model

#727A49 color RGB value is (114,122,73).

  • red value is 114;
  • green value is 122;
  • blue value is 73.
RGB:
(114,122,73)
(45%,48%,29%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 73 of 255 = 29%

114
122
73

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

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 73 = 309 (100%)
R 114 of 309 ~ 36.89%
G 122 of 309 ~ 39.48%
B 73 of 309 ~ 23.62%

%36.89
%39.48
%23.62

CMYK color model

#727A49 color CMYK value is (7,0,40,52).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 52.16%
CMYK:
(7,0,40,52)
C7M0Y40K52 
(7%,0%,40%,52%)
(0.07/0.00/0.40/0.52)	

CMYK percentages

%6.56
%0
%40.16
%52.16

Codes

Color #727A49 in popluar color models

727A49
RGB11412273
HSL70°25.13%38.24%
HSB/HSV70°40.16%47.84%
CMYK6.56%0.00%40.16%
52.16%

Color #727A49 in popluar number systems.

HEX727A49
Decimal11412273
Binary111001011110101001001
Octal162172111

Shades and tints

Shades of #727A49

#727A49
(114,122,73)
#686F43
(104,111,67)
#5E643D
(94,100,61)
#545937
(84,89,55)
#4A4E31
(74,78,49)
#40432B
(64,67,43)
#363825
(54,56,37)
#2C2D1F
(44,45,31)
#222219
(34,34,25)
#181713
(24,23,19)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #727A49

#727A49
(114,122,73)
#7E8659
(126,134,89)
#8A9269
(138,146,105)
#969E79
(150,158,121)
#A2AA89
(162,170,137)
#AEB699
(174,182,153)
#BAC2A9
(186,194,169)
#C6CEB9
(198,206,185)
#D2DAC9
(210,218,201)
#DEE6D9
(222,230,217)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727A49; }

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

This text font color is #727A49.


Background Color

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

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

This div background color is #727A49.


Border color

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

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

This div border color is #727A49.


Opacity

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

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

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

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

This text has shadow with #727A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727A49 on black background.


Color preview on white background

This text has color #727A49 on white background.



Black color preview on #727A49 background

This text has black color on #727A49 background.


White color preview on #727A49 background

This text has white color on #727A49 background.