COLOR #7C728D

HEX: #7C728D RGB: (124,114,141)

Color info

#7C728D contains red, green and blue colors in about the same proportion. Web safe color of #7C728D is #666699 (or #669).

RGB color model

#7C728D color RGB value is (124,114,141).

RGB: (124,114,141) (49%, 45%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 141 of 255 = 55%

124
114
141

R + G + B ~ 50%. #7C728D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 114 + 141 = 379 (100%)
R 124 of 379 ~ 32.72%
G 114 of 379 ~ 30.08%
B 141 of 379 ~ 37.2'%

%32.72
%30.08
%37.2

CMYK color model

#7C728D color CMYK value is (12,19,0,45).

  • cyan value is 12.06%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (12,19,0,45)
C12M19Y0K45 (12%, 19%, 0%, 45%)
(0.12 / 0.19 / 0.00 / 0.45)

CMYK percentages

%12.06
%19.15
%0
%44.71

Codes

Color #7C728D in popluar color models

7C 72 8D
RGB 124 114 141
HSL 262° 10.59% 50.00%
HSB/HSV 262° 19.15% 55.29%
CMYK 12.06% 19.15% 0.00%
44.71%

Color #7C728D in popluar number systems.

HEX 7C 72 8D
Decimal 124 114 141
Binary 1111100 1110010 10001101
Octal 174 162 215

Shades and tints

Shades of #7C728D

#7C728D
(124,114,141)
#716881
(113,104,129)
#665E75
(102,94,117)
#5B5469
(91,84,105)
#504A5D
(80,74,93)
#454051
(69,64,81)
#3A3645
(58,54,69)
#2F2C39
(47,44,57)
#24222D
(36,34,45)
#191821
(25,24,33)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #7C728D

#7C728D
(124,114,141)
#877E97
(135,126,151)
#928AA1
(146,138,161)
#9D96AB
(157,150,171)
#A8A2B5
(168,162,181)
#B3AEBF
(179,174,191)
#BEBAC9
(190,186,201)
#C9C6D3
(201,198,211)
#D4D2DD
(212,210,221)
#DFDEE7
(223,222,231)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C728D color. Also use rgb(124,114,141) instead hex code.

Text Font Color

.myTextColor { color: #7C728D; }

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

This text font color is #7C728D.

Background Color

.myBgColor { background-color: #7C728D; }

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

This div background color is #7C728D.

Border color

.myBorderColor { border: 1px solid #7C728D; }

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

This div border color is #7C728D.

Opacity

.myOpacity80 { color: #7C728D; opacity: 0.8; }

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

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

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

This text has shadow with #7C728D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C728D.

Preview

Color preview on black background

This text has color #7C728D on black background.


Color preview on white background

This text has color #7C728D on white background.


Black color preview on #7C728D background

This text has black color on #7C728D background.


White color preview on #7C728D background

This text has white color on #7C728D background.


Related colors

Complementary color

Complementary color for #hex is #838D72.


I love getcolorcode.com

Triadic colors

1 #8D7C72 and #728D7C with #7C728D are triadic colors.

2 #8D727C and #727C8D with #7C728D are triadic colors.