COLOR #727E64

HEX: #727E64 RGB: (114,126,100)

Color info

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

RGB color model

#727E64 color RGB value is (114,126,100).

RGB: (114,126,100) (45%, 49%, 39%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 100 of 255 = 39%

114
126
100

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

Portions of RGB colors in percentages

R + G + B = 114 + 126 + 100 = 340 (100%)
R 114 of 340 ~ 33.53%
G 126 of 340 ~ 37.06%
B 100 of 340 ~ 29.41'%

%33.53
%37.06
%29.41

CMYK color model

#727E64 color CMYK value is (10,0,21,51).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 50.59%

CMYK: (10,0,21,51)
C10M0Y21K51 (10%, 0%, 21%, 51%)
(0.10 / 0.00 / 0.21 / 0.51)

CMYK percentages

%9.52
%0
%20.63
%50.59

Codes

Color #727E64 in popluar color models

72 7E 64
RGB 114 126 100
HSL 88° 11.50% 44.31%
HSB/HSV 88° 20.63% 49.41%
CMYK 9.52% 0.00% 20.63%
50.59%

Color #727E64 in popluar number systems.

HEX 72 7E 64
Decimal 114 126 100
Binary 1110010 1111110 1100100
Octal 162 176 144

Shades and tints

Shades of #727E64

#727E64
(114,126,100)
#68735B
(104,115,91)
#5E6852
(94,104,82)
#545D49
(84,93,73)
#4A5240
(74,82,64)
#404737
(64,71,55)
#363C2E
(54,60,46)
#2C3125
(44,49,37)
#22261C
(34,38,28)
#181B13
(24,27,19)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #727E64

#727E64
(114,126,100)
#7E8972
(126,137,114)
#8A9480
(138,148,128)
#969F8E
(150,159,142)
#A2AA9C
(162,170,156)
#AEB5AA
(174,181,170)
#BAC0B8
(186,192,184)
#C6CBC6
(198,203,198)
#D2D6D4
(210,214,212)
#DEE1E2
(222,225,226)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727E64 color. Also use rgb(114,126,100) instead hex code.

Text Font Color

.myTextColor { color: #727E64; }

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

This text font color is #727E64.

Background Color

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

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

This div background color is #727E64.

Border color

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

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

This div border color is #727E64.

Opacity

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

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

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

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

This text has shadow with #727E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727E64.

Preview

Color preview on black background

This text has color #727E64 on black background.


Color preview on white background

This text has color #727E64 on white background.


Black color preview on #727E64 background

This text has black color on #727E64 background.


White color preview on #727E64 background

This text has white color on #727E64 background.


Related colors

Complementary color

Complementary color for #hex is #8D819B.


I love getcolorcode.com

Triadic colors

1 #64727E and #7E6472 with #727E64 are triadic colors.

2 #647E72 and #7E7264 with #727E64 are triadic colors.