COLOR #7F636F

HEX: #7F636F
RGB: (127,99,111)

Color info

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

RGB color model

#7F636F color RGB value is (127,99,111).

  • red value is 127;
  • green value is 99;
  • blue value is 111.
RGB:
(127,99,111)
(50%,39%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 111 of 255 = 44%

127
99
111

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

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 111 = 337 (100%)
R 127 of 337 ~ 37.69%
G 99 of 337 ~ 29.38%
B 111 of 337 ~ 32.94%

%37.69
%29.38
%32.94

CMYK color model

#7F636F color CMYK value is (0,22,13,50).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 12.60%
  • key color value is 50.20%
CMYK:
(0,22,13,50)
C0M22Y13K50 
(0%,22%,13%,50%)
(0.00/0.22/0.13/0.50)	

CMYK percentages

%0
%22.05
%12.6
%50.2

Codes

Color #7F636F in popluar color models

7F636F
RGB12799111
HSL334°12.39%44.31%
HSB/HSV334°22.05%49.80%
CMYK0.00%22.05%12.60%
50.20%

Color #7F636F in popluar number systems.

HEX7F636F
Decimal12799111
Binary111111111000111101111
Octal177143157

Shades and tints

Shades of #7F636F

#7F636F
(127,99,111)
#745A65
(116,90,101)
#69515B
(105,81,91)
#5E4851
(94,72,81)
#533F47
(83,63,71)
#48363D
(72,54,61)
#3D2D33
(61,45,51)
#322429
(50,36,41)
#271B1F
(39,27,31)
#1C1215
(28,18,21)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #7F636F

#7F636F
(127,99,111)
#8A717C
(138,113,124)
#957F89
(149,127,137)
#A08D96
(160,141,150)
#AB9BA3
(171,155,163)
#B6A9B0
(182,169,176)
#C1B7BD
(193,183,189)
#CCC5CA
(204,197,202)
#D7D3D7
(215,211,215)
#E2E1E4
(226,225,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F636F; }

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

This text font color is #7F636F.


Background Color

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

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

This div background color is #7F636F.


Border color

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

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

This div border color is #7F636F.


Opacity

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

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

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

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

This text has shadow with #7F636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F636F on black background.


Color preview on white background

This text has color #7F636F on white background.



Black color preview on #7F636F background

This text has black color on #7F636F background.


White color preview on #7F636F background

This text has white color on #7F636F background.