COLOR #7C4C4D

HEX: #7C4C4D RGB: (124,76,77)

Color info

#7C4C4D contains red, green and blue colors in about the same proportion. Web safe color of #7C4C4D is #663333 (or #633).

RGB color model

#7C4C4D color RGB value is (124,76,77).

RGB: (124,76,77) (49%, 30%, 30%)

RGB channels and saturation

R 124 of 255 = 49%
G 76 of 255 = 30%
B 77 of 255 = 30%

124
76
77

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

Portions of RGB colors in percentages

R + G + B = 124 + 76 + 77 = 277 (100%)
R 124 of 277 ~ 44.77%
G 76 of 277 ~ 27.44%
B 77 of 277 ~ 27.8'%

%44.77
%27.44
%27.8

CMYK color model

#7C4C4D color CMYK value is (0,39,38,51).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 37.90%
  • key color value is 51.37%

CMYK: (0,39,38,51)
C0M39Y38K51 (0%, 39%, 38%, 51%)
(0.00 / 0.39 / 0.38 / 0.51)

CMYK percentages

%0
%38.71
%37.9
%51.37

Codes

Color #7C4C4D in popluar color models

7C 4C 4D
RGB 124 76 77
HSL 359° 24.00% 39.22%
HSB/HSV 359° 38.71% 48.63%
CMYK 0.00% 38.71% 37.90%
51.37%

Color #7C4C4D in popluar number systems.

HEX 7C 4C 4D
Decimal 124 76 77
Binary 1111100 1001100 1001101
Octal 174 114 115

Shades and tints

Shades of #7C4C4D

#7C4C4D
(124,76,77)
#714646
(113,70,70)
#66403F
(102,64,63)
#5B3A38
(91,58,56)
#503431
(80,52,49)
#452E2A
(69,46,42)
#3A2823
(58,40,35)
#2F221C
(47,34,28)
#241C15
(36,28,21)
#19160E
(25,22,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #7C4C4D

#7C4C4D
(124,76,77)
#875C5D
(135,92,93)
#926C6D
(146,108,109)
#9D7C7D
(157,124,125)
#A88C8D
(168,140,141)
#B39C9D
(179,156,157)
#BEACAD
(190,172,173)
#C9BCBD
(201,188,189)
#D4CCCD
(212,204,205)
#DFDCDD
(223,220,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4C4D; }

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

This text font color is #7C4C4D.

Background Color

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

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

This div background color is #7C4C4D.

Border color

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

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

This div border color is #7C4C4D.

Opacity

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

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

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

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

This text has shadow with #7C4C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4C4D.

Preview

Color preview on black background

This text has color #7C4C4D on black background.


Color preview on white background

This text has color #7C4C4D on white background.


Black color preview on #7C4C4D background

This text has black color on #7C4C4D background.


White color preview on #7C4C4D background

This text has white color on #7C4C4D background.


Related colors

Complementary color

Complementary color for #hex is #83B3B2.


I love getcolorcode.com

Triadic colors

1 #4D7C4C and #4C4D7C with #7C4C4D are triadic colors.

2 #4D4C7C and #4C7C4D with #7C4C4D are triadic colors.