COLOR #727962

HEX: #727962
RGB: (114,121,98)

Color info

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

RGB color model

#727962 color RGB value is (114,121,98).

  • red value is 114;
  • green value is 121;
  • blue value is 98.
RGB:
(114,121,98)
(45%,47%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 98 of 255 = 38%

114
121
98

R + G + B ~ 43%. #727962 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 98 = 333 (100%)
R 114 of 333 ~ 34.23%
G 121 of 333 ~ 36.34%
B 98 of 333 ~ 29.43%

%34.23
%36.34
%29.43

CMYK color model

#727962 color CMYK value is (6,0,19,53).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 52.55%
CMYK:
(6,0,19,53)
C6M0Y19K53 
(6%,0%,19%,53%)
(0.06/0.00/0.19/0.53)	

CMYK percentages

%5.79
%0
%19.01
%52.55

Codes

Color #727962 in popluar color models

727962
RGB11412198
HSL78°10.50%42.94%
HSB/HSV78°19.01%47.45%
CMYK5.79%0.00%19.01%
52.55%

Color #727962 in popluar number systems.

HEX727962
Decimal11412198
Binary111001011110011100010
Octal162171142

Shades and tints

Shades of #727962

#727962
(114,121,98)
#686E5A
(104,110,90)
#5E6352
(94,99,82)
#54584A
(84,88,74)
#4A4D42
(74,77,66)
#40423A
(64,66,58)
#363732
(54,55,50)
#2C2C2A
(44,44,42)
#222122
(34,33,34)
#18161A
(24,22,26)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #727962

#727962
(114,121,98)
#7E8570
(126,133,112)
#8A917E
(138,145,126)
#969D8C
(150,157,140)
#A2A99A
(162,169,154)
#AEB5A8
(174,181,168)
#BAC1B6
(186,193,182)
#C6CDC4
(198,205,196)
#D2D9D2
(210,217,210)
#DEE5E0
(222,229,224)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727962 color. Also use rgb(114,121,98) instead hex code.

Text Font Color

.myTextColor { color: #727962; }

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

This text font color is #727962.


Background Color

.myBgColor { background-color: #727962; }

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

This div background color is #727962.


Border color

.myBorderColor { border: 1px solid #727962; }

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

This div border color is #727962.


Opacity

.myOpacity80 { color: #727962; opacity: 0.8; }

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

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

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

This text has shadow with #727962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727962 on black background.


Color preview on white background

This text has color #727962 on white background.



Black color preview on #727962 background

This text has black color on #727962 background.


White color preview on #727962 background

This text has white color on #727962 background.