COLOR #7F616D

HEX: #7F616D
RGB: (127,97,109)

Color info

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

RGB color model

#7F616D color RGB value is (127,97,109).

  • red value is 127;
  • green value is 97;
  • blue value is 109.
RGB:
(127,97,109)
(50%,38%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 97 of 255 = 38%
B 109 of 255 = 43%

127
97
109

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

Portions of RGB colors in percentages

R + G + B =
127 + 97 + 109 = 333 (100%)
R 127 of 333 ~ 38.14%
G 97 of 333 ~ 29.13%
B 109 of 333 ~ 32.73%

%38.14
%29.13
%32.73

CMYK color model

#7F616D color CMYK value is (0,24,14,50).

  • cyan value is 0.00%
  • magenta value is 23.62%
  • yellow value is 14.17%
  • key color value is 50.20%
CMYK:
(0,24,14,50)
C0M24Y14K50 
(0%,24%,14%,50%)
(0.00/0.24/0.14/0.50)	

CMYK percentages

%0
%23.62
%14.17
%50.2

Codes

Color #7F616D in popluar color models

7F616D
RGB12797109
HSL336°13.39%43.92%
HSB/HSV336°23.62%49.80%
CMYK0.00%23.62%14.17%
50.20%

Color #7F616D in popluar number systems.

HEX7F616D
Decimal12797109
Binary111111111000011101101
Octal177141155

Shades and tints

Shades of #7F616D

#7F616D
(127,97,109)
#745964
(116,89,100)
#69515B
(105,81,91)
#5E4952
(94,73,82)
#534149
(83,65,73)
#483940
(72,57,64)
#3D3137
(61,49,55)
#32292E
(50,41,46)
#272125
(39,33,37)
#1C191C
(28,25,28)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7F616D

#7F616D
(127,97,109)
#8A6F7A
(138,111,122)
#957D87
(149,125,135)
#A08B94
(160,139,148)
#AB99A1
(171,153,161)
#B6A7AE
(182,167,174)
#C1B5BB
(193,181,187)
#CCC3C8
(204,195,200)
#D7D1D5
(215,209,213)
#E2DFE2
(226,223,226)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F616D color. Also use rgb(127,97,109) instead hex code.

Text Font Color

.myTextColor { color: #7F616D; }

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

This text font color is #7F616D.


Background Color

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

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

This div background color is #7F616D.


Border color

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

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

This div border color is #7F616D.


Opacity

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

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

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

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

This text has shadow with #7F616D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F616D on black background.


Color preview on white background

This text has color #7F616D on white background.



Black color preview on #7F616D background

This text has black color on #7F616D background.


White color preview on #7F616D background

This text has white color on #7F616D background.