COLOR #7C718D

HEX: #7C718D RGB: (124,113,141)

Color info

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

RGB color model

#7C718D color RGB value is (124,113,141).

RGB: (124,113,141) (49%, 44%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 113 of 255 = 44%
B 141 of 255 = 55%

124
113
141

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

Portions of RGB colors in percentages

R + G + B = 124 + 113 + 141 = 378 (100%)
R 124 of 378 ~ 32.8%
G 113 of 378 ~ 29.89%
B 141 of 378 ~ 37.3'%

%32.8
%29.89
%37.3

CMYK color model

#7C718D color CMYK value is (12,20,0,45).

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

CMYK: (12,20,0,45)
C12M20Y0K45 (12%, 20%, 0%, 45%)
(0.12 / 0.20 / 0.00 / 0.45)

CMYK percentages

%12.06
%19.86
%0
%44.71

Codes

Color #7C718D in popluar color models

7C 71 8D
RGB 124 113 141
HSL 264° 11.02% 49.80%
HSB/HSV 264° 19.86% 55.29%
CMYK 12.06% 19.86% 0.00%
44.71%

Color #7C718D in popluar number systems.

HEX 7C 71 8D
Decimal 124 113 141
Binary 1111100 1110001 10001101
Octal 174 161 215

Shades and tints

Shades of #7C718D

#7C718D
(124,113,141)
#716781
(113,103,129)
#665D75
(102,93,117)
#5B5369
(91,83,105)
#50495D
(80,73,93)
#453F51
(69,63,81)
#3A3545
(58,53,69)
#2F2B39
(47,43,57)
#24212D
(36,33,45)
#191721
(25,23,33)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #7C718D

#7C718D
(124,113,141)
#877D97
(135,125,151)
#9289A1
(146,137,161)
#9D95AB
(157,149,171)
#A8A1B5
(168,161,181)
#B3ADBF
(179,173,191)
#BEB9C9
(190,185,201)
#C9C5D3
(201,197,211)
#D4D1DD
(212,209,221)
#DFDDE7
(223,221,231)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C718D; }

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

This text font color is #7C718D.

Background Color

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

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

This div background color is #7C718D.

Border color

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

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

This div border color is #7C718D.

Opacity

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

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

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

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

This text has shadow with #7C718D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C718D.

Preview

Color preview on black background

This text has color #7C718D on black background.


Color preview on white background

This text has color #7C718D on white background.


Black color preview on #7C718D background

This text has black color on #7C718D background.


White color preview on #7C718D background

This text has white color on #7C718D background.


Related colors

Complementary color

Complementary color for #hex is #838E72.


I love getcolorcode.com

Triadic colors

1 #8D7C71 and #718D7C with #7C718D are triadic colors.

2 #8D717C and #717C8D with #7C718D are triadic colors.