COLOR #727A5C

HEX: #727A5C RGB: (114,122,92)

Color info

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

RGB color model

#727A5C color RGB value is (114,122,92).

RGB: (114,122,92) (45%, 48%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 92 of 255 = 36%

114
122
92

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

Portions of RGB colors in percentages

R + G + B = 114 + 122 + 92 = 328 (100%)
R 114 of 328 ~ 34.76%
G 122 of 328 ~ 37.2%
B 92 of 328 ~ 28.05'%

%34.76
%37.2
%28.05

CMYK color model

#727A5C color CMYK value is (7,0,25,52).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%

CMYK: (7,0,25,52)
C7M0Y25K52 (7%, 0%, 25%, 52%)
(0.07 / 0.00 / 0.25 / 0.52)

CMYK percentages

%6.56
%0
%24.59
%52.16

Codes

Color #727A5C in popluar color models

72 7A 5C
RGB 114 122 92
HSL 76° 14.02% 41.96%
HSB/HSV 76° 24.59% 47.84%
CMYK 6.56% 0.00% 24.59%
52.16%

Color #727A5C in popluar number systems.

HEX 72 7A 5C
Decimal 114 122 92
Binary 1110010 1111010 1011100
Octal 162 172 134

Shades and tints

Shades of #727A5C

#727A5C
(114,122,92)
#686F54
(104,111,84)
#5E644C
(94,100,76)
#545944
(84,89,68)
#4A4E3C
(74,78,60)
#404334
(64,67,52)
#36382C
(54,56,44)
#2C2D24
(44,45,36)
#22221C
(34,34,28)
#181714
(24,23,20)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #727A5C

#727A5C
(114,122,92)
#7E866A
(126,134,106)
#8A9278
(138,146,120)
#969E86
(150,158,134)
#A2AA94
(162,170,148)
#AEB6A2
(174,182,162)
#BAC2B0
(186,194,176)
#C6CEBE
(198,206,190)
#D2DACC
(210,218,204)
#DEE6DA
(222,230,218)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727A5C color. Also use rgb(114,122,92) instead hex code.

Text Font Color

.myTextColor { color: #727A5C; }

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

This text font color is #727A5C.

Background Color

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

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

This div background color is #727A5C.

Border color

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

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

This div border color is #727A5C.

Opacity

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

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

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

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

This text has shadow with #727A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727A5C.

Preview

Color preview on black background

This text has color #727A5C on black background.


Color preview on white background

This text has color #727A5C on white background.


Black color preview on #727A5C background

This text has black color on #727A5C background.


White color preview on #727A5C background

This text has white color on #727A5C background.


Related colors

Complementary color

Complementary color for #hex is #8D85A3.


I love getcolorcode.com

Triadic colors

1 #5C727A and #7A5C72 with #727A5C are triadic colors.

2 #5C7A72 and #7A725C with #727A5C are triadic colors.