COLOR #7C4D5E

HEX: #7C4D5E
RGB: (124,77,94)

Color info

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

RGB color model

#7C4D5E color RGB value is (124,77,94).

  • red value is 124;
  • green value is 77;
  • blue value is 94.
RGB:
(124,77,94)
(49%,30%,37%)

RGB channels and saturation

R 124 of 255 = 49%
G 77 of 255 = 30%
B 94 of 255 = 37%

124
77
94

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

Portions of RGB colors in percentages

R + G + B =
124 + 77 + 94 = 295 (100%)
R 124 of 295 ~ 42.03%
G 77 of 295 ~ 26.1%
B 94 of 295 ~ 31.86%

%42.03
%26.1
%31.86

CMYK color model

#7C4D5E color CMYK value is (0,38,24,51).

  • cyan value is 0.00%
  • magenta value is 37.90%
  • yellow value is 24.19%
  • key color value is 51.37%
CMYK:
(0,38,24,51)
C0M38Y24K51 
(0%,38%,24%,51%)
(0.00/0.38/0.24/0.51)	

CMYK percentages

%0
%37.9
%24.19
%51.37

Codes

Color #7C4D5E in popluar color models

7C4D5E
RGB1247794
HSL338°23.38%39.41%
HSB/HSV338°37.90%48.63%
CMYK0.00%37.90%24.19%
51.37%

Color #7C4D5E in popluar number systems.

HEX7C4D5E
Decimal1247794
Binary111110010011011011110
Octal174115136

Shades and tints

Shades of #7C4D5E

#7C4D5E
(124,77,94)
#714656
(113,70,86)
#663F4E
(102,63,78)
#5B3846
(91,56,70)
#50313E
(80,49,62)
#452A36
(69,42,54)
#3A232E
(58,35,46)
#2F1C26
(47,28,38)
#24151E
(36,21,30)
#190E16
(25,14,22)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #7C4D5E

#7C4D5E
(124,77,94)
#875D6C
(135,93,108)
#926D7A
(146,109,122)
#9D7D88
(157,125,136)
#A88D96
(168,141,150)
#B39DA4
(179,157,164)
#BEADB2
(190,173,178)
#C9BDC0
(201,189,192)
#D4CDCE
(212,205,206)
#DFDDDC
(223,221,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4D5E; }

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

This text font color is #7C4D5E.


Background Color

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

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

This div background color is #7C4D5E.


Border color

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

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

This div border color is #7C4D5E.


Opacity

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

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

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

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

This text has shadow with #7C4D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4D5E on black background.


Color preview on white background

This text has color #7C4D5E on white background.



Black color preview on #7C4D5E background

This text has black color on #7C4D5E background.


White color preview on #7C4D5E background

This text has white color on #7C4D5E background.