COLOR #7C4973

HEX: #7C4973
RGB: (124,73,115)

Color info

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

RGB color model

#7C4973 color RGB value is (124,73,115).

  • red value is 124;
  • green value is 73;
  • blue value is 115.
RGB:
(124,73,115)
(49%,29%,45%)

RGB channels and saturation

R 124 of 255 = 49%
G 73 of 255 = 29%
B 115 of 255 = 45%

124
73
115

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

Portions of RGB colors in percentages

R + G + B =
124 + 73 + 115 = 312 (100%)
R 124 of 312 ~ 39.74%
G 73 of 312 ~ 23.4%
B 115 of 312 ~ 36.86%

%39.74
%23.4
%36.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(0,41,7,51)
C0M41Y7K51 
(0%,41%,7%,51%)
(0.00/0.41/0.07/0.51)	

CMYK percentages

%0
%41.13
%7.26
%51.37

Codes

Color #7C4973 in popluar color models

7C4973
RGB12473115
HSL311°25.89%38.63%
HSB/HSV311°41.13%48.63%
CMYK0.00%41.13%7.26%
51.37%

Color #7C4973 in popluar number systems.

HEX7C4973
Decimal12473115
Binary111110010010011110011
Octal174111163

Shades and tints

Shades of #7C4973

#7C4973
(124,73,115)
#714369
(113,67,105)
#663D5F
(102,61,95)
#5B3755
(91,55,85)
#50314B
(80,49,75)
#452B41
(69,43,65)
#3A2537
(58,37,55)
#2F1F2D
(47,31,45)
#241923
(36,25,35)
#191319
(25,19,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #7C4973

#7C4973
(124,73,115)
#87597F
(135,89,127)
#92698B
(146,105,139)
#9D7997
(157,121,151)
#A889A3
(168,137,163)
#B399AF
(179,153,175)
#BEA9BB
(190,169,187)
#C9B9C7
(201,185,199)
#D4C9D3
(212,201,211)
#DFD9DF
(223,217,223)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4973; }

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

This text font color is #7C4973.


Background Color

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

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

This div background color is #7C4973.


Border color

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

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

This div border color is #7C4973.


Opacity

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

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

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

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

This text has shadow with #7C4973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4973 on black background.


Color preview on white background

This text has color #7C4973 on white background.



Black color preview on #7C4973 background

This text has black color on #7C4973 background.


White color preview on #7C4973 background

This text has white color on #7C4973 background.