COLOR #7C727F

HEX: #7C727F
RGB: (124,114,127)

Color info

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

RGB color model

#7C727F color RGB value is (124,114,127).

  • red value is 124;
  • green value is 114;
  • blue value is 127.
RGB:
(124,114,127)
(49%,45%,50%)

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 127 of 255 = 50%

124
114
127

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

Portions of RGB colors in percentages

R + G + B =
124 + 114 + 127 = 365 (100%)
R 124 of 365 ~ 33.97%
G 114 of 365 ~ 31.23%
B 127 of 365 ~ 34.79%

%33.97
%31.23
%34.79

CMYK color model

#7C727F color CMYK value is (2,10,0,50).

  • cyan value is 2.36%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,10,0,50)
C2M10Y0K50 
(2%,10%,0%,50%)
(0.02/0.10/0.00/0.50)	

CMYK percentages

%2.36
%10.24
%0
%50.2

Codes

Color #7C727F in popluar color models

7C727F
RGB124114127
HSL286°5.39%47.25%
HSB/HSV286°10.24%49.80%
CMYK2.36%10.24%0.00%
50.20%

Color #7C727F in popluar number systems.

HEX7C727F
Decimal124114127
Binary111110011100101111111
Octal174162177

Shades and tints

Shades of #7C727F

#7C727F
(124,114,127)
#716874
(113,104,116)
#665E69
(102,94,105)
#5B545E
(91,84,94)
#504A53
(80,74,83)
#454048
(69,64,72)
#3A363D
(58,54,61)
#2F2C32
(47,44,50)
#242227
(36,34,39)
#19181C
(25,24,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #7C727F

#7C727F
(124,114,127)
#877E8A
(135,126,138)
#928A95
(146,138,149)
#9D96A0
(157,150,160)
#A8A2AB
(168,162,171)
#B3AEB6
(179,174,182)
#BEBAC1
(190,186,193)
#C9C6CC
(201,198,204)
#D4D2D7
(212,210,215)
#DFDEE2
(223,222,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C727F; }

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

This text font color is #7C727F.


Background Color

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

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

This div background color is #7C727F.


Border color

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

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

This div border color is #7C727F.


Opacity

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

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

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

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

This text has shadow with #7C727F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C727F on black background.


Color preview on white background

This text has color #7C727F on white background.



Black color preview on #7C727F background

This text has black color on #7C727F background.


White color preview on #7C727F background

This text has white color on #7C727F background.