COLOR #727866

HEX: #727866
RGB: (114,120,102)

Color info

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

RGB color model

#727866 color RGB value is (114,120,102).

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

RGB channels and saturation

R 114 of 255 = 45%
G 120 of 255 = 47%
B 102 of 255 = 40%

114
120
102

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

Portions of RGB colors in percentages

R + G + B =
114 + 120 + 102 = 336 (100%)
R 114 of 336 ~ 33.93%
G 120 of 336 ~ 35.71%
B 102 of 336 ~ 30.36%

%33.93
%35.71
%30.36

CMYK color model

#727866 color CMYK value is (5,0,15,53).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK:
(5,0,15,53)
C5M0Y15K53 
(5%,0%,15%,53%)
(0.05/0.00/0.15/0.53)	

CMYK percentages

%5
%0
%15
%52.94

Codes

Color #727866 in popluar color models

727866
RGB114120102
HSL80°8.11%43.53%
HSB/HSV80°15.00%47.06%
CMYK5.00%0.00%15.00%
52.94%

Color #727866 in popluar number systems.

HEX727866
Decimal114120102
Binary111001011110001100110
Octal162170146

Shades and tints

Shades of #727866

#727866
(114,120,102)
#686E5D
(104,110,93)
#5E6454
(94,100,84)
#545A4B
(84,90,75)
#4A5042
(74,80,66)
#404639
(64,70,57)
#363C30
(54,60,48)
#2C3227
(44,50,39)
#22281E
(34,40,30)
#181E15
(24,30,21)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #727866

#727866
(114,120,102)
#7E8473
(126,132,115)
#8A9080
(138,144,128)
#969C8D
(150,156,141)
#A2A89A
(162,168,154)
#AEB4A7
(174,180,167)
#BAC0B4
(186,192,180)
#C6CCC1
(198,204,193)
#D2D8CE
(210,216,206)
#DEE4DB
(222,228,219)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727866; }

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

This text font color is #727866.


Background Color

.myBgColor { background-color: #727866; }

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

This div background color is #727866.


Border color

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

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

This div border color is #727866.


Opacity

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

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

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

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

This text has shadow with #727866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727866 on black background.


Color preview on white background

This text has color #727866 on white background.



Black color preview on #727866 background

This text has black color on #727866 background.


White color preview on #727866 background

This text has white color on #727866 background.