COLOR #7C474F

HEX: #7C474F RGB: (124,71,79)

Color info

#7C474F contains red, green and blue colors in about the same proportion. Web safe color of #7C474F is #663366 (or #636).

RGB color model

#7C474F color RGB value is (124,71,79).

RGB: (124,71,79) (49%, 28%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 71 of 255 = 28%
B 79 of 255 = 31%

124
71
79

R + G + B ~ 36%. #7C474F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 71 + 79 = 274 (100%)
R 124 of 274 ~ 45.26%
G 71 of 274 ~ 25.91%
B 79 of 274 ~ 28.83'%

%45.26
%25.91
%28.83

CMYK color model

#7C474F color CMYK value is (0,43,36,51).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK: (0,43,36,51) C0M43Y36K51 (0%,43%,36%,51%) (0.00/0.43/0.36/0.51) 

CMYK percentages

%0
%42.74
%36.29
%51.37

Codes

Color #7C474F in popluar color models

7C 47 4F
RGB 124 71 79
HSL 351° 27.18% 38.24%
HSB/HSV 351° 42.74% 48.63%
CMYK 0.00% 42.74% 36.29%
51.37%

Color #7C474F in popluar number systems.

HEX 7C 47 4F
Decimal 124 71 79
Binary 1111100 1000111 1001111
Octal 174 107 117

Shades and tints

Shades of #7C474F

#7C474F
(124,71,79)
#714148
(113,65,72)
#663B41
(102,59,65)
#5B353A
(91,53,58)
#502F33
(80,47,51)
#45292C
(69,41,44)
#3A2325
(58,35,37)
#2F1D1E
(47,29,30)
#241717
(36,23,23)
#191110
(25,17,16)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #7C474F

#7C474F
(124,71,79)
#87575F
(135,87,95)
#92676F
(146,103,111)
#9D777F
(157,119,127)
#A8878F
(168,135,143)
#B3979F
(179,151,159)
#BEA7AF
(190,167,175)
#C9B7BF
(201,183,191)
#D4C7CF
(212,199,207)
#DFD7DF
(223,215,223)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C474F; }

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

This text font color is #7C474F.

Background Color

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

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

This div background color is #7C474F.

Border color

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

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

This div border color is #7C474F.

Opacity

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

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

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

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

This text has shadow with #7C474F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C474F.

Preview

Color preview on black background

This text has color #7C474F on black background.


Color preview on white background

This text has color #7C474F on white background.


Black color preview on #7C474F background

This text has black color on #7C474F background.


White color preview on #7C474F background

This text has white color on #7C474F background.


Related colors

Complementary color

Complementary color for #hex is #83B8B0.


I love getcolorcode.com

Triadic colors

1 #4F7C47 and #474F7C with #7C474F are triadic colors.

2 #4F477C and #477C4F with #7C474F are triadic colors.