COLOR #7F516C

HEX: #7F516C RGB: (127,81,108)

Color info

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

RGB color model

#7F516C color RGB value is (127,81,108).

RGB: (127,81,108) (50%, 32%, 42%)

RGB channels and saturation

R 127 of 255 = 50%
G 81 of 255 = 32%
B 108 of 255 = 42%

127
81
108

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

Portions of RGB colors in percentages

R + G + B = 127 + 81 + 108 = 316 (100%)
R 127 of 316 ~ 40.19%
G 81 of 316 ~ 25.63%
B 108 of 316 ~ 34.18'%

%40.19
%25.63
%34.18

CMYK color model

#7F516C color CMYK value is (0,36,15,50).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 14.96%
  • key color value is 50.20%

CMYK: (0,36,15,50)
C0M36Y15K50 (0%, 36%, 15%, 50%)
(0.00 / 0.36 / 0.15 / 0.50)

CMYK percentages

%0
%36.22
%14.96
%50.2

Codes

Color #7F516C in popluar color models

7F 51 6C
RGB 127 81 108
HSL 325° 22.12% 40.78%
HSB/HSV 325° 36.22% 49.80%
CMYK 0.00% 36.22% 14.96%
50.20%

Color #7F516C in popluar number systems.

HEX 7F 51 6C
Decimal 127 81 108
Binary 1111111 1010001 1101100
Octal 177 121 154

Shades and tints

Shades of #7F516C

#7F516C
(127,81,108)
#744A63
(116,74,99)
#69435A
(105,67,90)
#5E3C51
(94,60,81)
#533548
(83,53,72)
#482E3F
(72,46,63)
#3D2736
(61,39,54)
#32202D
(50,32,45)
#271924
(39,25,36)
#1C121B
(28,18,27)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #7F516C

#7F516C
(127,81,108)
#8A6079
(138,96,121)
#956F86
(149,111,134)
#A07E93
(160,126,147)
#AB8DA0
(171,141,160)
#B69CAD
(182,156,173)
#C1ABBA
(193,171,186)
#CCBAC7
(204,186,199)
#D7C9D4
(215,201,212)
#E2D8E1
(226,216,225)
#EDE7EE
(237,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F516C color. Also use rgb(127,81,108) instead hex code.

Text Font Color

.myTextColor { color: #7F516C; }

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

This text font color is #7F516C.

Background Color

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

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

This div background color is #7F516C.

Border color

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

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

This div border color is #7F516C.

Opacity

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

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

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

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

This text has shadow with #7F516C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F516C.

Preview

Color preview on black background

This text has color #7F516C on black background.


Color preview on white background

This text has color #7F516C on white background.


Black color preview on #7F516C background

This text has black color on #7F516C background.


White color preview on #7F516C background

This text has white color on #7F516C background.


Related colors

Complementary color

Complementary color for #hex is #80AE93.


I love getcolorcode.com

Triadic colors

1 #6C7F51 and #516C7F with #7F516C are triadic colors.

2 #6C517F and #517F6C with #7F516C are triadic colors.