COLOR #727855

HEX: #727855
RGB: (114,120,85)

Color info

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

RGB color model

#727855 color RGB value is (114,120,85).

  • red value is 114;
  • green value is 120;
  • blue value is 85.
RGB:
(114,120,85)
(45%,47%,33%)

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 85 of 255 = 33%

114
120
85

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

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 85 = 319 (100%)
R 114 of 319 ~ 35.74%
G 120 of 319 ~ 37.62%
B 85 of 319 ~ 26.65%

%35.74
%37.62
%26.65

CMYK color model

#727855 color CMYK value is (5,0,29,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(5,0,29,53)
C5M0Y29K53 
(5%,0%,29%,53%)
(0.05/0.00/0.29/0.53)	

CMYK percentages

%5
%0
%29.17
%52.94

Codes

Color #727855 in popluar color models

727855
RGB11412085
HSL70°17.07%40.20%
HSB/HSV70°29.17%47.06%
CMYK5.00%0.00%29.17%
52.94%

Color #727855 in popluar number systems.

HEX727855
Decimal11412085
Binary111001011110001010101
Octal162170125

Shades and tints

Shades of #727855

#727855
(114,120,85)
#686E4E
(104,110,78)
#5E6447
(94,100,71)
#545A40
(84,90,64)
#4A5039
(74,80,57)
#404632
(64,70,50)
#363C2B
(54,60,43)
#2C3224
(44,50,36)
#22281D
(34,40,29)
#181E16
(24,30,22)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #727855

#727855
(114,120,85)
#7E8464
(126,132,100)
#8A9073
(138,144,115)
#969C82
(150,156,130)
#A2A891
(162,168,145)
#AEB4A0
(174,180,160)
#BAC0AF
(186,192,175)
#C6CCBE
(198,204,190)
#D2D8CD
(210,216,205)
#DEE4DC
(222,228,220)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727855 color. Also use rgb(114,120,85) instead hex code.

Text Font Color

.myTextColor { color: #727855; }

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

This text font color is #727855.


Background Color

.myBgColor { background-color: #727855; }

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

This div background color is #727855.


Border color

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

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

This div border color is #727855.


Opacity

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

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

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

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

This text has shadow with #727855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727855 on black background.


Color preview on white background

This text has color #727855 on white background.



Black color preview on #727855 background

This text has black color on #727855 background.


White color preview on #727855 background

This text has white color on #727855 background.