COLOR #7C4960

HEX: #7C4960 RGB: (124,73,96)

Color info

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

RGB color model

#7C4960 color RGB value is (124,73,96).

RGB: (124,73,96) (49%, 29%, 38%)

RGB channels and saturation

R 124 of 255 = 49%
G 73 of 255 = 29%
B 96 of 255 = 38%

124
73
96

R + G + B ~ 39%. #7C4960 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 73 + 96 = 293 (100%)
R 124 of 293 ~ 42.32%
G 73 of 293 ~ 24.91%
B 96 of 293 ~ 32.76'%

%42.32
%24.91
%32.76

CMYK color model

#7C4960 color CMYK value is (0,41,23,51).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 22.58%
  • key color value is 51.37%
CMYK: (0,41,23,51) C0M41Y23K51 (0%,41%,23%,51%) (0.00/0.41/0.23/0.51) 

CMYK percentages

%0
%41.13
%22.58
%51.37

Codes

Color #7C4960 in popluar color models

7C 49 60
RGB 124 73 96
HSL 333° 25.89% 38.63%
HSB/HSV 333° 41.13% 48.63%
CMYK 0.00% 41.13% 22.58%
51.37%

Color #7C4960 in popluar number systems.

HEX 7C 49 60
Decimal 124 73 96
Binary 1111100 1001001 1100000
Octal 174 111 140

Shades and tints

Shades of #7C4960

#7C4960
(124,73,96)
#714358
(113,67,88)
#663D50
(102,61,80)
#5B3748
(91,55,72)
#503140
(80,49,64)
#452B38
(69,43,56)
#3A2530
(58,37,48)
#2F1F28
(47,31,40)
#241920
(36,25,32)
#191318
(25,19,24)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #7C4960

#7C4960
(124,73,96)
#87596E
(135,89,110)
#92697C
(146,105,124)
#9D798A
(157,121,138)
#A88998
(168,137,152)
#B399A6
(179,153,166)
#BEA9B4
(190,169,180)
#C9B9C2
(201,185,194)
#D4C9D0
(212,201,208)
#DFD9DE
(223,217,222)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4960 color. Also use rgb(124,73,96) instead hex code.

Text Font Color

.myTextColor { color: #7C4960; }

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

This text font color is #7C4960.

Background Color

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

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

This div background color is #7C4960.

Border color

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

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

This div border color is #7C4960.

Opacity

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

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

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

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

This text has shadow with #7C4960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4960.

Preview

Color preview on black background

This text has color #7C4960 on black background.


Color preview on white background

This text has color #7C4960 on white background.


Black color preview on #7C4960 background

This text has black color on #7C4960 background.


White color preview on #7C4960 background

This text has white color on #7C4960 background.


Related colors

Complementary color

Complementary color for #hex is #83B69F.


I love getcolorcode.com

Triadic colors

1 #607C49 and #49607C with #7C4960 are triadic colors.

2 #60497C and #497C60 with #7C4960 are triadic colors.