COLOR #7C4F74

HEX: #7C4F74
RGB: (124,79,116)

Color info

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

RGB color model

#7C4F74 color RGB value is (124,79,116).

  • red value is 124;
  • green value is 79;
  • blue value is 116.
RGB:
(124,79,116)
(49%,31%,45%)

RGB channels and saturation

R 124 of 255 = 49%
G 79 of 255 = 31%
B 116 of 255 = 45%

124
79
116

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

Portions of RGB colors in percentages

R + G + B =
124 + 79 + 116 = 319 (100%)
R 124 of 319 ~ 38.87%
G 79 of 319 ~ 24.76%
B 116 of 319 ~ 36.36%

%38.87
%24.76
%36.36

CMYK color model

#7C4F74 color CMYK value is (0,36,6,51).

  • cyan value is 0.00%
  • magenta value is 36.29%
  • yellow value is 6.45%
  • key color value is 51.37%
CMYK:
(0,36,6,51)
C0M36Y6K51 
(0%,36%,6%,51%)
(0.00/0.36/0.06/0.51)	

CMYK percentages

%0
%36.29
%6.45
%51.37

Codes

Color #7C4F74 in popluar color models

7C4F74
RGB12479116
HSL311°22.17%39.80%
HSB/HSV311°36.29%48.63%
CMYK0.00%36.29%6.45%
51.37%

Color #7C4F74 in popluar number systems.

HEX7C4F74
Decimal12479116
Binary111110010011111110100
Octal174117164

Shades and tints

Shades of #7C4F74

#7C4F74
(124,79,116)
#71486A
(113,72,106)
#664160
(102,65,96)
#5B3A56
(91,58,86)
#50334C
(80,51,76)
#452C42
(69,44,66)
#3A2538
(58,37,56)
#2F1E2E
(47,30,46)
#241724
(36,23,36)
#19101A
(25,16,26)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #7C4F74

#7C4F74
(124,79,116)
#875F80
(135,95,128)
#926F8C
(146,111,140)
#9D7F98
(157,127,152)
#A88FA4
(168,143,164)
#B39FB0
(179,159,176)
#BEAFBC
(190,175,188)
#C9BFC8
(201,191,200)
#D4CFD4
(212,207,212)
#DFDFE0
(223,223,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4F74; }

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

This text font color is #7C4F74.


Background Color

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

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

This div background color is #7C4F74.


Border color

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

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

This div border color is #7C4F74.


Opacity

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

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

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

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

This text has shadow with #7C4F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4F74 on black background.


Color preview on white background

This text has color #7C4F74 on white background.



Black color preview on #7C4F74 background

This text has black color on #7C4F74 background.


White color preview on #7C4F74 background

This text has white color on #7C4F74 background.