COLOR #7C4673

HEX: #7C4673 RGB: (124,70,115)

Color info

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

RGB color model

#7C4673 color RGB value is (124,70,115).

RGB: (124,70,115) (49%, 27%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 115 of 255 = 45%

124
70
115

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

Portions of RGB colors in percentages

R + G + B = 124 + 70 + 115 = 309 (100%)
R 124 of 309 ~ 40.13%
G 70 of 309 ~ 22.65%
B 115 of 309 ~ 37.22'%

%40.13
%22.65
%37.22

CMYK color model

#7C4673 color CMYK value is (0,44,7,51).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 7.26%
  • key color value is 51.37%

CMYK: (0,44,7,51)
C0M44Y7K51 (0%, 44%, 7%, 51%)
(0.00 / 0.44 / 0.07 / 0.51)

CMYK percentages

%0
%43.55
%7.26
%51.37

Codes

Color #7C4673 in popluar color models

7C 46 73
RGB 124 70 115
HSL 310° 27.84% 38.04%
HSB/HSV 310° 43.55% 48.63%
CMYK 0.00% 43.55% 7.26%
51.37%

Color #7C4673 in popluar number systems.

HEX 7C 46 73
Decimal 124 70 115
Binary 1111100 1000110 1110011
Octal 174 106 163

Shades and tints

Shades of #7C4673

#7C4673
(124,70,115)
#714069
(113,64,105)
#663A5F
(102,58,95)
#5B3455
(91,52,85)
#502E4B
(80,46,75)
#452841
(69,40,65)
#3A2237
(58,34,55)
#2F1C2D
(47,28,45)
#241623
(36,22,35)
#191019
(25,16,25)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #7C4673

#7C4673
(124,70,115)
#87567F
(135,86,127)
#92668B
(146,102,139)
#9D7697
(157,118,151)
#A886A3
(168,134,163)
#B396AF
(179,150,175)
#BEA6BB
(190,166,187)
#C9B6C7
(201,182,199)
#D4C6D3
(212,198,211)
#DFD6DF
(223,214,223)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4673; }

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

This text font color is #7C4673.

Background Color

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

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

This div background color is #7C4673.

Border color

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

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

This div border color is #7C4673.

Opacity

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

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

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

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

This text has shadow with #7C4673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4673.

Preview

Color preview on black background

This text has color #7C4673 on black background.


Color preview on white background

This text has color #7C4673 on white background.


Black color preview on #7C4673 background

This text has black color on #7C4673 background.


White color preview on #7C4673 background

This text has white color on #7C4673 background.


Related colors

Complementary color

Complementary color for #hex is #83B98C.


I love getcolorcode.com

Triadic colors

1 #737C46 and #46737C with #7C4673 are triadic colors.

2 #73467C and #467C73 with #7C4673 are triadic colors.