COLOR #7C4E64

HEX: #7C4E64
RGB: (124,78,100)

Color info

#7C4E64 contains red, green and blue colors in about the same proportion. Web safe color of #7C4E64 is #666666 (or #666).

RGB color model

#7C4E64 color RGB value is (124,78,100).

  • red value is 124;
  • green value is 78;
  • blue value is 100.
RGB:
(124,78,100)
(49%,31%,39%)

RGB channels and saturation

R 124 of 255 = 49%
G 78 of 255 = 31%
B 100 of 255 = 39%

124
78
100

R + G + B ~ 40%. #7C4E64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 78 + 100 = 302 (100%)
R 124 of 302 ~ 41.06%
G 78 of 302 ~ 25.83%
B 100 of 302 ~ 33.11%

%41.06
%25.83
%33.11

CMYK color model

#7C4E64 color CMYK value is (0,37,19,51).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 19.35%
  • key color value is 51.37%
CMYK:
(0,37,19,51)
C0M37Y19K51 
(0%,37%,19%,51%)
(0.00/0.37/0.19/0.51)	

CMYK percentages

%0
%37.1
%19.35
%51.37

Codes

Color #7C4E64 in popluar color models

7C4E64
RGB12478100
HSL331°22.77%39.61%
HSB/HSV331°37.10%48.63%
CMYK0.00%37.10%19.35%
51.37%

Color #7C4E64 in popluar number systems.

HEX7C4E64
Decimal12478100
Binary111110010011101100100
Octal174116144

Shades and tints

Shades of #7C4E64

#7C4E64
(124,78,100)
#71475B
(113,71,91)
#664052
(102,64,82)
#5B3949
(91,57,73)
#503240
(80,50,64)
#452B37
(69,43,55)
#3A242E
(58,36,46)
#2F1D25
(47,29,37)
#24161C
(36,22,28)
#190F13
(25,15,19)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #7C4E64

#7C4E64
(124,78,100)
#875E72
(135,94,114)
#926E80
(146,110,128)
#9D7E8E
(157,126,142)
#A88E9C
(168,142,156)
#B39EAA
(179,158,170)
#BEAEB8
(190,174,184)
#C9BEC6
(201,190,198)
#D4CED4
(212,206,212)
#DFDEE2
(223,222,226)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4E64; }

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

This text font color is #7C4E64.


Background Color

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

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

This div background color is #7C4E64.


Border color

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

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

This div border color is #7C4E64.


Opacity

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

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

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

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

This text has shadow with #7C4E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4E64 on black background.


Color preview on white background

This text has color #7C4E64 on white background.



Black color preview on #7C4E64 background

This text has black color on #7C4E64 background.


White color preview on #7C4E64 background

This text has white color on #7C4E64 background.