COLOR #727D75

HEX: #727D75 RGB: (114,125,117)

Color info

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

RGB color model

#727D75 color RGB value is (114,125,117).

RGB: (114,125,117) (45%, 49%, 46%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 117 of 255 = 46%

114
125
117

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

Portions of RGB colors in percentages

R + G + B = 114 + 125 + 117 = 356 (100%)
R 114 of 356 ~ 32.02%
G 125 of 356 ~ 35.11%
B 117 of 356 ~ 32.87'%

%32.02
%35.11
%32.87

CMYK color model

#727D75 color CMYK value is (9,0,6,51).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 50.98%

CMYK: (9,0,6,51)
C9M0Y6K51 (9%, 0%, 6%, 51%)
(0.09 / 0.00 / 0.06 / 0.51)

CMYK percentages

%8.8
%0
%6.4
%50.98

Codes

Color #727D75 in popluar color models

72 7D 75
RGB 114 125 117
HSL 136° 4.60% 46.86%
HSB/HSV 136° 8.80% 49.02%
CMYK 8.80% 0.00% 6.40%
50.98%

Color #727D75 in popluar number systems.

HEX 72 7D 75
Decimal 114 125 117
Binary 1110010 1111101 1110101
Octal 162 175 165

Shades and tints

Shades of #727D75

#727D75
(114,125,117)
#68726B
(104,114,107)
#5E6761
(94,103,97)
#545C57
(84,92,87)
#4A514D
(74,81,77)
#404643
(64,70,67)
#363B39
(54,59,57)
#2C302F
(44,48,47)
#222525
(34,37,37)
#181A1B
(24,26,27)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #727D75

#727D75
(114,125,117)
#7E8881
(126,136,129)
#8A938D
(138,147,141)
#969E99
(150,158,153)
#A2A9A5
(162,169,165)
#AEB4B1
(174,180,177)
#BABFBD
(186,191,189)
#C6CAC9
(198,202,201)
#D2D5D5
(210,213,213)
#DEE0E1
(222,224,225)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727D75; }

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

This text font color is #727D75.

Background Color

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

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

This div background color is #727D75.

Border color

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

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

This div border color is #727D75.

Opacity

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

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

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

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

This text has shadow with #727D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727D75.

Preview

Color preview on black background

This text has color #727D75 on black background.


Color preview on white background

This text has color #727D75 on white background.


Black color preview on #727D75 background

This text has black color on #727D75 background.


White color preview on #727D75 background

This text has white color on #727D75 background.


Related colors

Complementary color

Complementary color for #hex is #8D828A.


I love getcolorcode.com

Triadic colors

1 #75727D and #7D7572 with #727D75 are triadic colors.

2 #757D72 and #7D7275 with #727D75 are triadic colors.