COLOR #7F636A

HEX: #7F636A
RGB: (127,99,106)

Color info

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

RGB color model

#7F636A color RGB value is (127,99,106).

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

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 106 of 255 = 42%

127
99
106

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

Portions of RGB colors in percentages

R + G + B =
127 + 99 + 106 = 332 (100%)
R 127 of 332 ~ 38.25%
G 99 of 332 ~ 29.82%
B 106 of 332 ~ 31.93%

%38.25
%29.82
%31.93

CMYK color model

#7F636A color CMYK value is (0,22,17,50).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 16.54%
  • key color value is 50.20%
CMYK:
(0,22,17,50)
C0M22Y17K50 
(0%,22%,17%,50%)
(0.00/0.22/0.17/0.50)	

CMYK percentages

%0
%22.05
%16.54
%50.2

Codes

Color #7F636A in popluar color models

7F636A
RGB12799106
HSL345°12.39%44.31%
HSB/HSV345°22.05%49.80%
CMYK0.00%22.05%16.54%
50.20%

Color #7F636A in popluar number systems.

HEX7F636A
Decimal12799106
Binary111111111000111101010
Octal177143152

Shades and tints

Shades of #7F636A

#7F636A
(127,99,106)
#745A61
(116,90,97)
#695158
(105,81,88)
#5E484F
(94,72,79)
#533F46
(83,63,70)
#48363D
(72,54,61)
#3D2D34
(61,45,52)
#32242B
(50,36,43)
#271B22
(39,27,34)
#1C1219
(28,18,25)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #7F636A

#7F636A
(127,99,106)
#8A7177
(138,113,119)
#957F84
(149,127,132)
#A08D91
(160,141,145)
#AB9B9E
(171,155,158)
#B6A9AB
(182,169,171)
#C1B7B8
(193,183,184)
#CCC5C5
(204,197,197)
#D7D3D2
(215,211,210)
#E2E1DF
(226,225,223)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F636A; }

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

This text font color is #7F636A.


Background Color

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

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

This div background color is #7F636A.


Border color

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

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

This div border color is #7F636A.


Opacity

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

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

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

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

This text has shadow with #7F636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F636A on black background.


Color preview on white background

This text has color #7F636A on white background.



Black color preview on #7F636A background

This text has black color on #7F636A background.


White color preview on #7F636A background

This text has white color on #7F636A background.