COLOR #727C69

HEX: #727C69
RGB: (114,124,105)

Color info

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

RGB color model

#727C69 color RGB value is (114,124,105).

  • red value is 114;
  • green value is 124;
  • blue value is 105.
RGB:
(114,124,105)
(45%,49%,41%)

RGB channels and saturation

R 114 of 255 = 45%
G 124 of 255 = 49%
B 105 of 255 = 41%

114
124
105

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

Portions of RGB colors in percentages

R + G + B =
114 + 124 + 105 = 343 (100%)
R 114 of 343 ~ 33.24%
G 124 of 343 ~ 36.15%
B 105 of 343 ~ 30.61%

%33.24
%36.15
%30.61

CMYK color model

#727C69 color CMYK value is (8,0,15,51).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 51.37%
CMYK:
(8,0,15,51)
C8M0Y15K51 
(8%,0%,15%,51%)
(0.08/0.00/0.15/0.51)	

CMYK percentages

%8.06
%0
%15.32
%51.37

Codes

Color #727C69 in popluar color models

727C69
RGB114124105
HSL92°8.30%44.90%
HSB/HSV92°15.32%48.63%
CMYK8.06%0.00%15.32%
51.37%

Color #727C69 in popluar number systems.

HEX727C69
Decimal114124105
Binary111001011111001101001
Octal162174151

Shades and tints

Shades of #727C69

#727C69
(114,124,105)
#687160
(104,113,96)
#5E6657
(94,102,87)
#545B4E
(84,91,78)
#4A5045
(74,80,69)
#40453C
(64,69,60)
#363A33
(54,58,51)
#2C2F2A
(44,47,42)
#222421
(34,36,33)
#181918
(24,25,24)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #727C69

#727C69
(114,124,105)
#7E8776
(126,135,118)
#8A9283
(138,146,131)
#969D90
(150,157,144)
#A2A89D
(162,168,157)
#AEB3AA
(174,179,170)
#BABEB7
(186,190,183)
#C6C9C4
(198,201,196)
#D2D4D1
(210,212,209)
#DEDFDE
(222,223,222)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727C69 color. Also use rgb(114,124,105) instead hex code.

Text Font Color

.myTextColor { color: #727C69; }

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

This text font color is #727C69.


Background Color

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

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

This div background color is #727C69.


Border color

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

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

This div border color is #727C69.


Opacity

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

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

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

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

This text has shadow with #727C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727C69 on black background.


Color preview on white background

This text has color #727C69 on white background.



Black color preview on #727C69 background

This text has black color on #727C69 background.


White color preview on #727C69 background

This text has white color on #727C69 background.