COLOR #7C3B4E

HEX: #7C3B4E RGB: (124,59,78)

Color info

#7C3B4E contains mainly red and blue colors. Web safe color of #7C3B4E is #663366 (or #636).

RGB color model

#7C3B4E color RGB value is (124,59,78).

RGB: (124,59,78) (49%, 23%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 59 of 255 = 23%
B 78 of 255 = 31%

124
59
78

R + G + B ~ 34%. #7C3B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 59 + 78 = 261 (100%)
R 124 of 261 ~ 47.51%
G 59 of 261 ~ 22.61%
B 78 of 261 ~ 29.89'%

%47.51
%22.61
%29.89

CMYK color model

#7C3B4E color CMYK value is (0,52,37,51).

  • cyan value is 0.00%
  • magenta value is 52.42%
  • yellow value is 37.10%
  • key color value is 51.37%

CMYK: (0,52,37,51)
C0M52Y37K51 (0%, 52%, 37%, 51%)
(0.00 / 0.52 / 0.37 / 0.51)

CMYK percentages

%0
%52.42
%37.1
%51.37

Codes

Color #7C3B4E in popluar color models

7C 3B 4E
RGB 124 59 78
HSL 342° 35.52% 35.88%
HSB/HSV 342° 52.42% 48.63%
CMYK 0.00% 52.42% 37.10%
51.37%

Color #7C3B4E in popluar number systems.

HEX 7C 3B 4E
Decimal 124 59 78
Binary 1111100 111011 1001110
Octal 174 73 116

Shades and tints

Shades of #7C3B4E

#7C3B4E
(124,59,78)
#713647
(113,54,71)
#663140
(102,49,64)
#5B2C39
(91,44,57)
#502732
(80,39,50)
#45222B
(69,34,43)
#3A1D24
(58,29,36)
#2F181D
(47,24,29)
#241316
(36,19,22)
#190E0F
(25,14,15)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #7C3B4E

#7C3B4E
(124,59,78)
#874C5E
(135,76,94)
#925D6E
(146,93,110)
#9D6E7E
(157,110,126)
#A87F8E
(168,127,142)
#B3909E
(179,144,158)
#BEA1AE
(190,161,174)
#C9B2BE
(201,178,190)
#D4C3CE
(212,195,206)
#DFD4DE
(223,212,222)
#EAE5EE
(234,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3B4E color. Also use rgb(124,59,78) instead hex code.

Text Font Color

.myTextColor { color: #7C3B4E; }

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

This text font color is #7C3B4E.

Background Color

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

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

This div background color is #7C3B4E.

Border color

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

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

This div border color is #7C3B4E.

Opacity

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

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

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

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

This text has shadow with #7C3B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C3B4E.

Preview

Color preview on black background

This text has color #7C3B4E on black background.


Color preview on white background

This text has color #7C3B4E on white background.


Black color preview on #7C3B4E background

This text has black color on #7C3B4E background.


White color preview on #7C3B4E background

This text has white color on #7C3B4E background.


Related colors

Complementary color

Complementary color for #hex is #83C4B1.


I love getcolorcode.com

Triadic colors

1 #4E7C3B and #3B4E7C with #7C3B4E are triadic colors.

2 #4E3B7C and #3B7C4E with #7C3B4E are triadic colors.