COLOR #7C747A

HEX: #7C747A RGB: (124,116,122)

Color info

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

RGB color model

#7C747A color RGB value is (124,116,122).

RGB: (124,116,122) (49%, 45%, 48%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 122 of 255 = 48%

124
116
122

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 122 = 362 (100%)
R 124 of 362 ~ 34.25%
G 116 of 362 ~ 32.04%
B 122 of 362 ~ 33.7'%

%34.25
%32.04
%33.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 1.61%
  • key color value is 51.37%

CMYK: (0,6,2,51)
C0M6Y2K51 (0%, 6%, 2%, 51%)
(0.00 / 0.06 / 0.02 / 0.51)

CMYK percentages

%0
%6.45
%1.61
%51.37

Codes

Color #7C747A in popluar color models

7C 74 7A
RGB 124 116 122
HSL 315° 3.33% 47.06%
HSB/HSV 315° 6.45% 48.63%
CMYK 0.00% 6.45% 1.61%
51.37%

Color #7C747A in popluar number systems.

HEX 7C 74 7A
Decimal 124 116 122
Binary 1111100 1110100 1111010
Octal 174 164 172

Shades and tints

Shades of #7C747A

#7C747A
(124,116,122)
#716A6F
(113,106,111)
#666064
(102,96,100)
#5B5659
(91,86,89)
#504C4E
(80,76,78)
#454243
(69,66,67)
#3A3838
(58,56,56)
#2F2E2D
(47,46,45)
#242422
(36,36,34)
#191A17
(25,26,23)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #7C747A

#7C747A
(124,116,122)
#878086
(135,128,134)
#928C92
(146,140,146)
#9D989E
(157,152,158)
#A8A4AA
(168,164,170)
#B3B0B6
(179,176,182)
#BEBCC2
(190,188,194)
#C9C8CE
(201,200,206)
#D4D4DA
(212,212,218)
#DFE0E6
(223,224,230)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C747A; }

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

This text font color is #7C747A.

Background Color

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

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

This div background color is #7C747A.

Border color

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

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

This div border color is #7C747A.

Opacity

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

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

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

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

This text has shadow with #7C747A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C747A.

Preview

Color preview on black background

This text has color #7C747A on black background.


Color preview on white background

This text has color #7C747A on white background.


Black color preview on #7C747A background

This text has black color on #7C747A background.


White color preview on #7C747A background

This text has white color on #7C747A background.


Related colors

Complementary color

Complementary color for #hex is #838B85.


I love getcolorcode.com

Triadic colors

1 #7A7C74 and #747A7C with #7C747A are triadic colors.

2 #7A747C and #747C7A with #7C747A are triadic colors.