COLOR #7F718D

HEX: #7F718D RGB: (127,113,141)

Color info

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

RGB color model

#7F718D color RGB value is (127,113,141).

RGB: (127,113,141) (50%, 44%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 141 of 255 = 55%

127
113
141

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

Portions of RGB colors in percentages

R + G + B = 127 + 113 + 141 = 381 (100%)
R 127 of 381 ~ 33.33%
G 113 of 381 ~ 29.66%
B 141 of 381 ~ 37.01'%

%33.33
%29.66
%37.01

CMYK color model

#7F718D color CMYK value is (10,20,0,45).

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

CMYK: (10,20,0,45)
C10M20Y0K45 (10%, 20%, 0%, 45%)
(0.10 / 0.20 / 0.00 / 0.45)

CMYK percentages

%9.93
%19.86
%0
%44.71

Codes

Color #7F718D in popluar color models

7F 71 8D
RGB 127 113 141
HSL 270° 11.02% 49.80%
HSB/HSV 270° 19.86% 55.29%
CMYK 9.93% 19.86% 0.00%
44.71%

Color #7F718D in popluar number systems.

HEX 7F 71 8D
Decimal 127 113 141
Binary 1111111 1110001 10001101
Octal 177 161 215

Shades and tints

Shades of #7F718D

#7F718D
(127,113,141)
#746781
(116,103,129)
#695D75
(105,93,117)
#5E5369
(94,83,105)
#53495D
(83,73,93)
#483F51
(72,63,81)
#3D3545
(61,53,69)
#322B39
(50,43,57)
#27212D
(39,33,45)
#1C1721
(28,23,33)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #7F718D

#7F718D
(127,113,141)
#8A7D97
(138,125,151)
#9589A1
(149,137,161)
#A095AB
(160,149,171)
#ABA1B5
(171,161,181)
#B6ADBF
(182,173,191)
#C1B9C9
(193,185,201)
#CCC5D3
(204,197,211)
#D7D1DD
(215,209,221)
#E2DDE7
(226,221,231)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F718D; }

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

This text font color is #7F718D.

Background Color

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

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

This div background color is #7F718D.

Border color

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

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

This div border color is #7F718D.

Opacity

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

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

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

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

This text has shadow with #7F718D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F718D.

Preview

Color preview on black background

This text has color #7F718D on black background.


Color preview on white background

This text has color #7F718D on white background.


Black color preview on #7F718D background

This text has black color on #7F718D background.


White color preview on #7F718D background

This text has white color on #7F718D background.


Related colors

Complementary color

Complementary color for #hex is #808E72.


I love getcolorcode.com

Triadic colors

1 #8D7F71 and #718D7F with #7F718D are triadic colors.

2 #8D717F and #717F8D with #7F718D are triadic colors.