COLOR #7C7479

HEX: #7C7479 RGB: (124,116,121)

Color info

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

RGB color model

#7C7479 color RGB value is (124,116,121).

RGB: (124,116,121) (49%, 45%, 47%)

RGB channels and saturation

R 124 of 255 = 49%
G 116 of 255 = 45%
B 121 of 255 = 47%

124
116
121

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

Portions of RGB colors in percentages

R + G + B = 124 + 116 + 121 = 361 (100%)
R 124 of 361 ~ 34.35%
G 116 of 361 ~ 32.13%
B 121 of 361 ~ 33.52'%

%34.35
%32.13
%33.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 2.42%
  • 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
%2.42
%51.37

Codes

Color #7C7479 in popluar color models

7C 74 79
RGB 124 116 121
HSL 323° 3.33% 47.06%
HSB/HSV 323° 6.45% 48.63%
CMYK 0.00% 6.45% 2.42%
51.37%

Color #7C7479 in popluar number systems.

HEX 7C 74 79
Decimal 124 116 121
Binary 1111100 1110100 1111001
Octal 174 164 171

Shades and tints

Shades of #7C7479

#7C7479
(124,116,121)
#716A6E
(113,106,110)
#666063
(102,96,99)
#5B5658
(91,86,88)
#504C4D
(80,76,77)
#454242
(69,66,66)
#3A3837
(58,56,55)
#2F2E2C
(47,46,44)
#242421
(36,36,33)
#191A16
(25,26,22)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #7C7479

#7C7479
(124,116,121)
#878085
(135,128,133)
#928C91
(146,140,145)
#9D989D
(157,152,157)
#A8A4A9
(168,164,169)
#B3B0B5
(179,176,181)
#BEBCC1
(190,188,193)
#C9C8CD
(201,200,205)
#D4D4D9
(212,212,217)
#DFE0E5
(223,224,229)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7479; }

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

This text font color is #7C7479.

Background Color

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

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

This div background color is #7C7479.

Border color

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

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

This div border color is #7C7479.

Opacity

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

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

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

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

This text has shadow with #7C7479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7479.

Preview

Color preview on black background

This text has color #7C7479 on black background.


Color preview on white background

This text has color #7C7479 on white background.


Black color preview on #7C7479 background

This text has black color on #7C7479 background.


White color preview on #7C7479 background

This text has white color on #7C7479 background.


Related colors

Complementary color

Complementary color for #hex is #838B86.


I love getcolorcode.com

Triadic colors

1 #797C74 and #74797C with #7C7479 are triadic colors.

2 #79747C and #747C79 with #7C7479 are triadic colors.