COLOR #727964

HEX: #727964
RGB: (114,121,100)

Color info

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

RGB color model

#727964 color RGB value is (114,121,100).

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

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 100 of 255 = 39%

114
121
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 100 = 335 (100%)
R 114 of 335 ~ 34.03%
G 121 of 335 ~ 36.12%
B 100 of 335 ~ 29.85%

%34.03
%36.12
%29.85

CMYK color model

#727964 color CMYK value is (6,0,17,53).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 52.55%
CMYK:
(6,0,17,53)
C6M0Y17K53 
(6%,0%,17%,53%)
(0.06/0.00/0.17/0.53)	

CMYK percentages

%5.79
%0
%17.36
%52.55

Codes

Color #727964 in popluar color models

727964
RGB114121100
HSL80°9.50%43.33%
HSB/HSV80°17.36%47.45%
CMYK5.79%0.00%17.36%
52.55%

Color #727964 in popluar number systems.

HEX727964
Decimal114121100
Binary111001011110011100100
Octal162171144

Shades and tints

Shades of #727964

#727964
(114,121,100)
#686E5B
(104,110,91)
#5E6352
(94,99,82)
#545849
(84,88,73)
#4A4D40
(74,77,64)
#404237
(64,66,55)
#36372E
(54,55,46)
#2C2C25
(44,44,37)
#22211C
(34,33,28)
#181613
(24,22,19)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #727964

#727964
(114,121,100)
#7E8572
(126,133,114)
#8A9180
(138,145,128)
#969D8E
(150,157,142)
#A2A99C
(162,169,156)
#AEB5AA
(174,181,170)
#BAC1B8
(186,193,184)
#C6CDC6
(198,205,198)
#D2D9D4
(210,217,212)
#DEE5E2
(222,229,226)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727964; }

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

This text font color is #727964.


Background Color

.myBgColor { background-color: #727964; }

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

This div background color is #727964.


Border color

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

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

This div border color is #727964.


Opacity

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

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

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

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

This text has shadow with #727964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727964 on black background.


Color preview on white background

This text has color #727964 on white background.



Black color preview on #727964 background

This text has black color on #727964 background.


White color preview on #727964 background

This text has white color on #727964 background.