COLOR #7C747E

HEX: #7C747E RGB: (124,116,126)

Color info

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

RGB color model

#7C747E color RGB value is (124,116,126).

RGB: (124,116,126) (49%, 45%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 126 of 255 = 49%

124
116
126

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 126 = 366 (100%)
R 124 of 366 ~ 33.88%
G 116 of 366 ~ 31.69%
B 126 of 366 ~ 34.43'%

%33.88
%31.69
%34.43

CMYK color model

#7C747E color CMYK value is (2,8,0,51).

  • cyan value is 1.59%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (2,8,0,51)
C2M8Y0K51 (2%, 8%, 0%, 51%)
(0.02 / 0.08 / 0.00 / 0.51)

CMYK percentages

%1.59
%7.94
%0
%50.59

Codes

Color #7C747E in popluar color models

7C 74 7E
RGB 124 116 126
HSL 288° 4.13% 47.45%
HSB/HSV 288° 7.94% 49.41%
CMYK 1.59% 7.94% 0.00%
50.59%

Color #7C747E in popluar number systems.

HEX 7C 74 7E
Decimal 124 116 126
Binary 1111100 1110100 1111110
Octal 174 164 176

Shades and tints

Shades of #7C747E

#7C747E
(124,116,126)
#716A73
(113,106,115)
#666068
(102,96,104)
#5B565D
(91,86,93)
#504C52
(80,76,82)
#454247
(69,66,71)
#3A383C
(58,56,60)
#2F2E31
(47,46,49)
#242426
(36,36,38)
#191A1B
(25,26,27)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #7C747E

#7C747E
(124,116,126)
#878089
(135,128,137)
#928C94
(146,140,148)
#9D989F
(157,152,159)
#A8A4AA
(168,164,170)
#B3B0B5
(179,176,181)
#BEBCC0
(190,188,192)
#C9C8CB
(201,200,203)
#D4D4D6
(212,212,214)
#DFE0E1
(223,224,225)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C747E; }

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

This text font color is #7C747E.

Background Color

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

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

This div background color is #7C747E.

Border color

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

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

This div border color is #7C747E.

Opacity

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

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

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

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

This text has shadow with #7C747E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C747E.

Preview

Color preview on black background

This text has color #7C747E on black background.


Color preview on white background

This text has color #7C747E on white background.


Black color preview on #7C747E background

This text has black color on #7C747E background.


White color preview on #7C747E background

This text has white color on #7C747E background.


Related colors

Complementary color

Complementary color for #hex is #838B81.


I love getcolorcode.com

Triadic colors

1 #7E7C74 and #747E7C with #7C747E are triadic colors.

2 #7E747C and #747C7E with #7C747E are triadic colors.