COLOR #7F6F7C

HEX: #7F6F7C RGB: (127,111,124)

Color info

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

RGB color model

#7F6F7C color RGB value is (127,111,124).

RGB: (127,111,124) (50%, 44%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 111 of 255 = 44%
B 124 of 255 = 49%

127
111
124

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

Portions of RGB colors in percentages

R + G + B = 127 + 111 + 124 = 362 (100%)
R 127 of 362 ~ 35.08%
G 111 of 362 ~ 30.66%
B 124 of 362 ~ 34.25'%

%35.08
%30.66
%34.25

CMYK color model

#7F6F7C color CMYK value is (0,13,2,50).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 2.36%
  • key color value is 50.20%

CMYK: (0,13,2,50)
C0M13Y2K50 (0%, 13%, 2%, 50%)
(0.00 / 0.13 / 0.02 / 0.50)

CMYK percentages

%0
%12.6
%2.36
%50.2

Codes

Color #7F6F7C in popluar color models

7F 6F 7C
RGB 127 111 124
HSL 311° 6.72% 46.67%
HSB/HSV 311° 12.60% 49.80%
CMYK 0.00% 12.60% 2.36%
50.20%

Color #7F6F7C in popluar number systems.

HEX 7F 6F 7C
Decimal 127 111 124
Binary 1111111 1101111 1111100
Octal 177 157 174

Shades and tints

Shades of #7F6F7C

#7F6F7C
(127,111,124)
#746571
(116,101,113)
#695B66
(105,91,102)
#5E515B
(94,81,91)
#534750
(83,71,80)
#483D45
(72,61,69)
#3D333A
(61,51,58)
#32292F
(50,41,47)
#271F24
(39,31,36)
#1C1519
(28,21,25)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #7F6F7C

#7F6F7C
(127,111,124)
#8A7C87
(138,124,135)
#958992
(149,137,146)
#A0969D
(160,150,157)
#ABA3A8
(171,163,168)
#B6B0B3
(182,176,179)
#C1BDBE
(193,189,190)
#CCCAC9
(204,202,201)
#D7D7D4
(215,215,212)
#E2E4DF
(226,228,223)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6F7C color. Also use rgb(127,111,124) instead hex code.

Text Font Color

.myTextColor { color: #7F6F7C; }

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

This text font color is #7F6F7C.

Background Color

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

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

This div background color is #7F6F7C.

Border color

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

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

This div border color is #7F6F7C.

Opacity

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

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

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

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

This text has shadow with #7F6F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6F7C.

Preview

Color preview on black background

This text has color #7F6F7C on black background.


Color preview on white background

This text has color #7F6F7C on white background.


Black color preview on #7F6F7C background

This text has black color on #7F6F7C background.


White color preview on #7F6F7C background

This text has white color on #7F6F7C background.


Related colors

Complementary color

Complementary color for #hex is #809083.


I love getcolorcode.com

Triadic colors

1 #7C7F6F and #6F7C7F with #7F6F7C are triadic colors.

2 #7C6F7F and #6F7F7C with #7F6F7C are triadic colors.