COLOR #727A52

HEX: #727A52
RGB: (114,122,82)

Color info

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

RGB color model

#727A52 color RGB value is (114,122,82).

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

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 82 of 255 = 32%

114
122
82

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

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 82 = 318 (100%)
R 114 of 318 ~ 35.85%
G 122 of 318 ~ 38.36%
B 82 of 318 ~ 25.79%

%35.85
%38.36
%25.79

CMYK color model

#727A52 color CMYK value is (7,0,33,52).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 52.16%
CMYK:
(7,0,33,52)
C7M0Y33K52 
(7%,0%,33%,52%)
(0.07/0.00/0.33/0.52)	

CMYK percentages

%6.56
%0
%32.79
%52.16

Codes

Color #727A52 in popluar color models

727A52
RGB11412282
HSL72°19.61%40.00%
HSB/HSV72°32.79%47.84%
CMYK6.56%0.00%32.79%
52.16%

Color #727A52 in popluar number systems.

HEX727A52
Decimal11412282
Binary111001011110101010010
Octal162172122

Shades and tints

Shades of #727A52

#727A52
(114,122,82)
#686F4B
(104,111,75)
#5E6444
(94,100,68)
#54593D
(84,89,61)
#4A4E36
(74,78,54)
#40432F
(64,67,47)
#363828
(54,56,40)
#2C2D21
(44,45,33)
#22221A
(34,34,26)
#181713
(24,23,19)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #727A52

#727A52
(114,122,82)
#7E8661
(126,134,97)
#8A9270
(138,146,112)
#969E7F
(150,158,127)
#A2AA8E
(162,170,142)
#AEB69D
(174,182,157)
#BAC2AC
(186,194,172)
#C6CEBB
(198,206,187)
#D2DACA
(210,218,202)
#DEE6D9
(222,230,217)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727A52; }

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

This text font color is #727A52.


Background Color

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

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

This div background color is #727A52.


Border color

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

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

This div border color is #727A52.


Opacity

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

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

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

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

This text has shadow with #727A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727A52 on black background.


Color preview on white background

This text has color #727A52 on white background.



Black color preview on #727A52 background

This text has black color on #727A52 background.


White color preview on #727A52 background

This text has white color on #727A52 background.