COLOR #7C394F

HEX: #7C394F RGB: (124,57,79)

Color info

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

RGB color model

#7C394F color RGB value is (124,57,79).

RGB: (124,57,79) (49%, 22%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 57 of 255 = 22%
B 79 of 255 = 31%

124
57
79

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

Portions of RGB colors in percentages

R + G + B = 124 + 57 + 79 = 260 (100%)
R 124 of 260 ~ 47.69%
G 57 of 260 ~ 21.92%
B 79 of 260 ~ 30.38'%

%47.69
%21.92
%30.38

CMYK color model

#7C394F color CMYK value is (0,54,36,51).

  • cyan value is 0.00%
  • magenta value is 54.03%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK: (0,54,36,51) C0M54Y36K51 (0%,54%,36%,51%) (0.00/0.54/0.36/0.51) 

CMYK percentages

%0
%54.03
%36.29
%51.37

Codes

Color #7C394F in popluar color models

7C 39 4F
RGB 124 57 79
HSL 340° 37.02% 35.49%
HSB/HSV 340° 54.03% 48.63%
CMYK 0.00% 54.03% 36.29%
51.37%

Color #7C394F in popluar number systems.

HEX 7C 39 4F
Decimal 124 57 79
Binary 1111100 111001 1001111
Octal 174 71 117

Shades and tints

Shades of #7C394F

#7C394F
(124,57,79)
#713448
(113,52,72)
#662F41
(102,47,65)
#5B2A3A
(91,42,58)
#502533
(80,37,51)
#45202C
(69,32,44)
#3A1B25
(58,27,37)
#2F161E
(47,22,30)
#241117
(36,17,23)
#190C10
(25,12,16)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #7C394F

#7C394F
(124,57,79)
#874B5F
(135,75,95)
#925D6F
(146,93,111)
#9D6F7F
(157,111,127)
#A8818F
(168,129,143)
#B3939F
(179,147,159)
#BEA5AF
(190,165,175)
#C9B7BF
(201,183,191)
#D4C9CF
(212,201,207)
#DFDBDF
(223,219,223)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C394F; }

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

This text font color is #7C394F.

Background Color

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

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

This div background color is #7C394F.

Border color

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

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

This div border color is #7C394F.

Opacity

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

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

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

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

This text has shadow with #7C394F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C394F.

Preview

Color preview on black background

This text has color #7C394F on black background.


Color preview on white background

This text has color #7C394F on white background.


Black color preview on #7C394F background

This text has black color on #7C394F background.


White color preview on #7C394F background

This text has white color on #7C394F background.


Related colors

Complementary color

Complementary color for #hex is #83C6B0.


I love getcolorcode.com

Triadic colors

1 #4F7C39 and #394F7C with #7C394F are triadic colors.

2 #4F397C and #397C4F with #7C394F are triadic colors.