COLOR #727D6A

HEX: #727D6A
RGB: (114,125,106)

Color info

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

RGB color model

#727D6A color RGB value is (114,125,106).

  • red value is 114;
  • green value is 125;
  • blue value is 106.
RGB:
(114,125,106)
(45%,49%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 106 of 255 = 42%

114
125
106

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

Portions of RGB colors in percentages

R + G + B =
114 + 125 + 106 = 345 (100%)
R 114 of 345 ~ 33.04%
G 125 of 345 ~ 36.23%
B 106 of 345 ~ 30.72%

%33.04
%36.23
%30.72

CMYK color model

#727D6A color CMYK value is (9,0,15,51).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(9,0,15,51)
C9M0Y15K51 
(9%,0%,15%,51%)
(0.09/0.00/0.15/0.51)	

CMYK percentages

%8.8
%0
%15.2
%50.98

Codes

Color #727D6A in popluar color models

727D6A
RGB114125106
HSL95°8.23%45.29%
HSB/HSV95°15.20%49.02%
CMYK8.80%0.00%15.20%
50.98%

Color #727D6A in popluar number systems.

HEX727D6A
Decimal114125106
Binary111001011111011101010
Octal162175152

Shades and tints

Shades of #727D6A

#727D6A
(114,125,106)
#687261
(104,114,97)
#5E6758
(94,103,88)
#545C4F
(84,92,79)
#4A5146
(74,81,70)
#40463D
(64,70,61)
#363B34
(54,59,52)
#2C302B
(44,48,43)
#222522
(34,37,34)
#181A19
(24,26,25)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #727D6A

#727D6A
(114,125,106)
#7E8877
(126,136,119)
#8A9384
(138,147,132)
#969E91
(150,158,145)
#A2A99E
(162,169,158)
#AEB4AB
(174,180,171)
#BABFB8
(186,191,184)
#C6CAC5
(198,202,197)
#D2D5D2
(210,213,210)
#DEE0DF
(222,224,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727D6A color. Also use rgb(114,125,106) instead hex code.

Text Font Color

.myTextColor { color: #727D6A; }

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

This text font color is #727D6A.


Background Color

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

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

This div background color is #727D6A.


Border color

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

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

This div border color is #727D6A.


Opacity

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

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

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

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

This text has shadow with #727D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727D6A on black background.


Color preview on white background

This text has color #727D6A on white background.



Black color preview on #727D6A background

This text has black color on #727D6A background.


White color preview on #727D6A background

This text has white color on #727D6A background.