COLOR #7C4272

HEX: #7C4272 RGB: (124,66,114)

Color info

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

RGB color model

#7C4272 color RGB value is (124,66,114).

RGB: (124,66,114) (49%, 26%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 66 of 255 = 26%
B 114 of 255 = 45%

124
66
114

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

Portions of RGB colors in percentages

R + G + B = 124 + 66 + 114 = 304 (100%)
R 124 of 304 ~ 40.79%
G 66 of 304 ~ 21.71%
B 114 of 304 ~ 37.5'%

%40.79
%21.71
%37.5

CMYK color model

#7C4272 color CMYK value is (0,47,8,51).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 8.06%
  • key color value is 51.37%

CMYK: (0,47,8,51)
C0M47Y8K51 (0%, 47%, 8%, 51%)
(0.00 / 0.47 / 0.08 / 0.51)

CMYK percentages

%0
%46.77
%8.06
%51.37

Codes

Color #7C4272 in popluar color models

7C 42 72
RGB 124 66 114
HSL 310° 30.53% 37.25%
HSB/HSV 310° 46.77% 48.63%
CMYK 0.00% 46.77% 8.06%
51.37%

Color #7C4272 in popluar number systems.

HEX 7C 42 72
Decimal 124 66 114
Binary 1111100 1000010 1110010
Octal 174 102 162

Shades and tints

Shades of #7C4272

#7C4272
(124,66,114)
#713C68
(113,60,104)
#66365E
(102,54,94)
#5B3054
(91,48,84)
#502A4A
(80,42,74)
#452440
(69,36,64)
#3A1E36
(58,30,54)
#2F182C
(47,24,44)
#241222
(36,18,34)
#190C18
(25,12,24)
#0E060E
(14,6,14)
#000000
(0,0,0)

Tints of #7C4272

#7C4272
(124,66,114)
#87537E
(135,83,126)
#92648A
(146,100,138)
#9D7596
(157,117,150)
#A886A2
(168,134,162)
#B397AE
(179,151,174)
#BEA8BA
(190,168,186)
#C9B9C6
(201,185,198)
#D4CAD2
(212,202,210)
#DFDBDE
(223,219,222)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4272 color. Also use rgb(124,66,114) instead hex code.

Text Font Color

.myTextColor { color: #7C4272; }

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

This text font color is #7C4272.

Background Color

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

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

This div background color is #7C4272.

Border color

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

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

This div border color is #7C4272.

Opacity

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

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

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

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

This text has shadow with #7C4272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4272.

Preview

Color preview on black background

This text has color #7C4272 on black background.


Color preview on white background

This text has color #7C4272 on white background.


Black color preview on #7C4272 background

This text has black color on #7C4272 background.


White color preview on #7C4272 background

This text has white color on #7C4272 background.


Related colors

Complementary color

Complementary color for #hex is #83BD8D.


I love getcolorcode.com

Triadic colors

1 #727C42 and #42727C with #7C4272 are triadic colors.

2 #72427C and #427C72 with #7C4272 are triadic colors.