COLOR #7F6C7B

HEX: #7F6C7B
RGB: (127,108,123)

Color info

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

RGB color model

#7F6C7B color RGB value is (127,108,123).

  • red value is 127;
  • green value is 108;
  • blue value is 123.
RGB:
(127,108,123)
(50%,42%,48%)

RGB channels and saturation

R 127 of 255 = 50%
G 108 of 255 = 42%
B 123 of 255 = 48%

127
108
123

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

Portions of RGB colors in percentages

R + G + B =
127 + 108 + 123 = 358 (100%)
R 127 of 358 ~ 35.47%
G 108 of 358 ~ 30.17%
B 123 of 358 ~ 34.36%

%35.47
%30.17
%34.36

CMYK color model

#7F6C7B color CMYK value is (0,15,3,50).

  • cyan value is 0.00%
  • magenta value is 14.96%
  • yellow value is 3.15%
  • key color value is 50.20%
CMYK:
(0,15,3,50)
C0M15Y3K50 
(0%,15%,3%,50%)
(0.00/0.15/0.03/0.50)	

CMYK percentages

%0
%14.96
%3.15
%50.2

Codes

Color #7F6C7B in popluar color models

7F6C7B
RGB127108123
HSL313°8.09%46.08%
HSB/HSV313°14.96%49.80%
CMYK0.00%14.96%3.15%
50.20%

Color #7F6C7B in popluar number systems.

HEX7F6C7B
Decimal127108123
Binary111111111011001111011
Octal177154173

Shades and tints

Shades of #7F6C7B

#7F6C7B
(127,108,123)
#746370
(116,99,112)
#695A65
(105,90,101)
#5E515A
(94,81,90)
#53484F
(83,72,79)
#483F44
(72,63,68)
#3D3639
(61,54,57)
#322D2E
(50,45,46)
#272423
(39,36,35)
#1C1B18
(28,27,24)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #7F6C7B

#7F6C7B
(127,108,123)
#8A7987
(138,121,135)
#958693
(149,134,147)
#A0939F
(160,147,159)
#ABA0AB
(171,160,171)
#B6ADB7
(182,173,183)
#C1BAC3
(193,186,195)
#CCC7CF
(204,199,207)
#D7D4DB
(215,212,219)
#E2E1E7
(226,225,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6C7B; }

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

This text font color is #7F6C7B.


Background Color

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

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

This div background color is #7F6C7B.


Border color

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

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

This div border color is #7F6C7B.


Opacity

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

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

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

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

This text has shadow with #7F6C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6C7B on black background.


Color preview on white background

This text has color #7F6C7B on white background.



Black color preview on #7F6C7B background

This text has black color on #7F6C7B background.


White color preview on #7F6C7B background

This text has white color on #7F6C7B background.