COLOR #7C757C

HEX: #7C757C RGB: (124,117,124)

Color info

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

RGB color model

#7C757C color RGB value is (124,117,124).

RGB: (124,117,124) (49%, 46%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 124 of 255 = 49%

124
117
124

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

Portions of RGB colors in percentages

R + G + B = 124 + 117 + 124 = 365 (100%)
R 124 of 365 ~ 33.97%
G 117 of 365 ~ 32.05%
B 124 of 365 ~ 33.97'%

%33.97
%32.05
%33.97

CMYK color model

#7C757C color CMYK value is (0,6,0,51).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (0,6,0,51)
C0M6Y0K51 (0%, 6%, 0%, 51%)
(0.00 / 0.06 / 0.00 / 0.51)

CMYK percentages

%0
%5.65
%0
%51.37

Codes

Color #7C757C in popluar color models

7C 75 7C
RGB 124 117 124
HSL 300° 2.90% 47.25%
HSB/HSV 300° 5.65% 48.63%
CMYK 0.00% 5.65% 0.00%
51.37%

Color #7C757C in popluar number systems.

HEX 7C 75 7C
Decimal 124 117 124
Binary 1111100 1110101 1111100
Octal 174 165 174

Shades and tints

Shades of #7C757C

#7C757C
(124,117,124)
#716B71
(113,107,113)
#666166
(102,97,102)
#5B575B
(91,87,91)
#504D50
(80,77,80)
#454345
(69,67,69)
#3A393A
(58,57,58)
#2F2F2F
(47,47,47)
#242524
(36,37,36)
#191B19
(25,27,25)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #7C757C

#7C757C
(124,117,124)
#878187
(135,129,135)
#928D92
(146,141,146)
#9D999D
(157,153,157)
#A8A5A8
(168,165,168)
#B3B1B3
(179,177,179)
#BEBDBE
(190,189,190)
#C9C9C9
(201,201,201)
#D4D5D4
(212,213,212)
#DFE1DF
(223,225,223)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C757C; }

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

This text font color is #7C757C.

Background Color

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

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

This div background color is #7C757C.

Border color

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

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

This div border color is #7C757C.

Opacity

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

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

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

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

This text has shadow with #7C757C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C757C.

Preview

Color preview on black background

This text has color #7C757C on black background.


Color preview on white background

This text has color #7C757C on white background.


Black color preview on #7C757C background

This text has black color on #7C757C background.


White color preview on #7C757C background

This text has white color on #7C757C background.


Related colors

Complementary color

Complementary color for #hex is #838A83.


I love getcolorcode.com

Triadic colors

1 #7C7C75 and #757C7C with #7C757C are triadic colors.

2 #7C757C and #757C7C with #7C757C are triadic colors.