COLOR #727675

HEX: #727675
RGB: (114,118,117)

Color info

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

RGB color model

#727675 color RGB value is (114,118,117).

  • red value is 114;
  • green value is 118;
  • blue value is 117.
RGB:
(114,118,117)
(45%,46%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 118 of 255 = 46%
B 117 of 255 = 46%

114
118
117

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

Portions of RGB colors in percentages

R + G + B =
114 + 118 + 117 = 349 (100%)
R 114 of 349 ~ 32.66%
G 118 of 349 ~ 33.81%
B 117 of 349 ~ 33.52%

%32.66
%33.81
%33.52

CMYK color model

#727675 color CMYK value is (3,0,1,54).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 53.73%
CMYK:
(3,0,1,54)
C3M0Y1K54 
(3%,0%,1%,54%)
(0.03/0.00/0.01/0.54)	

CMYK percentages

%3.39
%0
%0.85
%53.73

Codes

Color #727675 in popluar color models

727675
RGB114118117
HSL165°1.72%45.49%
HSB/HSV165°3.39%46.27%
CMYK3.39%0.00%0.85%
53.73%

Color #727675 in popluar number systems.

HEX727675
Decimal114118117
Binary111001011101101110101
Octal162166165

Shades and tints

Shades of #727675

#727675
(114,118,117)
#686C6B
(104,108,107)
#5E6261
(94,98,97)
#545857
(84,88,87)
#4A4E4D
(74,78,77)
#404443
(64,68,67)
#363A39
(54,58,57)
#2C302F
(44,48,47)
#222625
(34,38,37)
#181C1B
(24,28,27)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #727675

#727675
(114,118,117)
#7E8281
(126,130,129)
#8A8E8D
(138,142,141)
#969A99
(150,154,153)
#A2A6A5
(162,166,165)
#AEB2B1
(174,178,177)
#BABEBD
(186,190,189)
#C6CAC9
(198,202,201)
#D2D6D5
(210,214,213)
#DEE2E1
(222,226,225)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727675 color. Also use rgb(114,118,117) instead hex code.

Text Font Color

.myTextColor { color: #727675; }

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

This text font color is #727675.


Background Color

.myBgColor { background-color: #727675; }

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

This div background color is #727675.


Border color

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

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

This div border color is #727675.


Opacity

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

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

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

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

This text has shadow with #727675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727675 on black background.


Color preview on white background

This text has color #727675 on white background.



Black color preview on #727675 background

This text has black color on #727675 background.


White color preview on #727675 background

This text has white color on #727675 background.