COLOR #727A60

HEX: #727A60
RGB: (114,122,96)

Color info

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

RGB color model

#727A60 color RGB value is (114,122,96).

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

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 96 of 255 = 38%

114
122
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 96 = 332 (100%)
R 114 of 332 ~ 34.34%
G 122 of 332 ~ 36.75%
B 96 of 332 ~ 28.92%

%34.34
%36.75
%28.92

CMYK color model

#727A60 color CMYK value is (7,0,21,52).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 52.16%
CMYK:
(7,0,21,52)
C7M0Y21K52 
(7%,0%,21%,52%)
(0.07/0.00/0.21/0.52)	

CMYK percentages

%6.56
%0
%21.31
%52.16

Codes

Color #727A60 in popluar color models

727A60
RGB11412296
HSL78°11.93%42.75%
HSB/HSV78°21.31%47.84%
CMYK6.56%0.00%21.31%
52.16%

Color #727A60 in popluar number systems.

HEX727A60
Decimal11412296
Binary111001011110101100000
Octal162172140

Shades and tints

Shades of #727A60

#727A60
(114,122,96)
#686F58
(104,111,88)
#5E6450
(94,100,80)
#545948
(84,89,72)
#4A4E40
(74,78,64)
#404338
(64,67,56)
#363830
(54,56,48)
#2C2D28
(44,45,40)
#222220
(34,34,32)
#181718
(24,23,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #727A60

#727A60
(114,122,96)
#7E866E
(126,134,110)
#8A927C
(138,146,124)
#969E8A
(150,158,138)
#A2AA98
(162,170,152)
#AEB6A6
(174,182,166)
#BAC2B4
(186,194,180)
#C6CEC2
(198,206,194)
#D2DAD0
(210,218,208)
#DEE6DE
(222,230,222)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727A60; }

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

This text font color is #727A60.


Background Color

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

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

This div background color is #727A60.


Border color

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

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

This div border color is #727A60.


Opacity

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

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

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

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

This text has shadow with #727A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727A60 on black background.


Color preview on white background

This text has color #727A60 on white background.



Black color preview on #727A60 background

This text has black color on #727A60 background.


White color preview on #727A60 background

This text has white color on #727A60 background.