COLOR #727C7A

HEX: #727C7A RGB: (114,124,122)

Color info

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

RGB color model

#727C7A color RGB value is (114,124,122).

RGB: (114,124,122) (45%, 49%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 124 of 255 = 49%
B 122 of 255 = 48%

114
124
122

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

Portions of RGB colors in percentages

R + G + B = 114 + 124 + 122 = 360 (100%)
R 114 of 360 ~ 31.67%
G 124 of 360 ~ 34.44%
B 122 of 360 ~ 33.89'%

%31.67
%34.44
%33.89

CMYK color model

#727C7A color CMYK value is (8,0,2,51).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%

CMYK: (8,0,2,51)
C8M0Y2K51 (8%, 0%, 2%, 51%)
(0.08 / 0.00 / 0.02 / 0.51)

CMYK percentages

%8.06
%0
%1.61
%51.37

Codes

Color #727C7A in popluar color models

72 7C 7A
RGB 114 124 122
HSL 168° 4.20% 46.67%
HSB/HSV 168° 8.06% 48.63%
CMYK 8.06% 0.00% 1.61%
51.37%

Color #727C7A in popluar number systems.

HEX 72 7C 7A
Decimal 114 124 122
Binary 1110010 1111100 1111010
Octal 162 174 172

Shades and tints

Shades of #727C7A

#727C7A
(114,124,122)
#68716F
(104,113,111)
#5E6664
(94,102,100)
#545B59
(84,91,89)
#4A504E
(74,80,78)
#404543
(64,69,67)
#363A38
(54,58,56)
#2C2F2D
(44,47,45)
#222422
(34,36,34)
#181917
(24,25,23)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #727C7A

#727C7A
(114,124,122)
#7E8786
(126,135,134)
#8A9292
(138,146,146)
#969D9E
(150,157,158)
#A2A8AA
(162,168,170)
#AEB3B6
(174,179,182)
#BABEC2
(186,190,194)
#C6C9CE
(198,201,206)
#D2D4DA
(210,212,218)
#DEDFE6
(222,223,230)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727C7A; }

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

This text font color is #727C7A.

Background Color

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

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

This div background color is #727C7A.

Border color

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

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

This div border color is #727C7A.

Opacity

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

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

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

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

This text has shadow with #727C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727C7A.

Preview

Color preview on black background

This text has color #727C7A on black background.


Color preview on white background

This text has color #727C7A on white background.


Black color preview on #727C7A background

This text has black color on #727C7A background.


White color preview on #727C7A background

This text has white color on #727C7A background.


Related colors

Complementary color

Complementary color for #hex is #8D8385.


I love getcolorcode.com

Triadic colors

1 #7A727C and #7C7A72 with #727C7A are triadic colors.

2 #7A7C72 and #7C727A with #727C7A are triadic colors.