COLOR #727863

HEX: #727863
RGB: (114,120,99)

Color info

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

RGB color model

#727863 color RGB value is (114,120,99).

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

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 99 of 255 = 39%

114
120
99

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

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 99 = 333 (100%)
R 114 of 333 ~ 34.23%
G 120 of 333 ~ 36.04%
B 99 of 333 ~ 29.73%

%34.23
%36.04
%29.73

CMYK color model

#727863 color CMYK value is (5,0,18,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(5,0,18,53)
C5M0Y18K53 
(5%,0%,18%,53%)
(0.05/0.00/0.18/0.53)	

CMYK percentages

%5
%0
%17.5
%52.94

Codes

Color #727863 in popluar color models

727863
RGB11412099
HSL77°9.59%42.94%
HSB/HSV77°17.50%47.06%
CMYK5.00%0.00%17.50%
52.94%

Color #727863 in popluar number systems.

HEX727863
Decimal11412099
Binary111001011110001100011
Octal162170143

Shades and tints

Shades of #727863

#727863
(114,120,99)
#686E5A
(104,110,90)
#5E6451
(94,100,81)
#545A48
(84,90,72)
#4A503F
(74,80,63)
#404636
(64,70,54)
#363C2D
(54,60,45)
#2C3224
(44,50,36)
#22281B
(34,40,27)
#181E12
(24,30,18)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #727863

#727863
(114,120,99)
#7E8471
(126,132,113)
#8A907F
(138,144,127)
#969C8D
(150,156,141)
#A2A89B
(162,168,155)
#AEB4A9
(174,180,169)
#BAC0B7
(186,192,183)
#C6CCC5
(198,204,197)
#D2D8D3
(210,216,211)
#DEE4E1
(222,228,225)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727863; }

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

This text font color is #727863.


Background Color

.myBgColor { background-color: #727863; }

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

This div background color is #727863.


Border color

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

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

This div border color is #727863.


Opacity

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

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

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

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

This text has shadow with #727863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727863 on black background.


Color preview on white background

This text has color #727863 on white background.



Black color preview on #727863 background

This text has black color on #727863 background.


White color preview on #727863 background

This text has white color on #727863 background.