COLOR #7C4874

HEX: #7C4874 RGB: (124,72,116)

Color info

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

RGB color model

#7C4874 color RGB value is (124,72,116).

RGB: (124,72,116) (49%, 28%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 72 of 255 = 28%
B 116 of 255 = 45%

124
72
116

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

Portions of RGB colors in percentages

R + G + B = 124 + 72 + 116 = 312 (100%)
R 124 of 312 ~ 39.74%
G 72 of 312 ~ 23.08%
B 116 of 312 ~ 37.18'%

%39.74
%23.08
%37.18

CMYK color model

#7C4874 color CMYK value is (0,42,6,51).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 6.45%
  • key color value is 51.37%

CMYK: (0,42,6,51)
C0M42Y6K51 (0%, 42%, 6%, 51%)
(0.00 / 0.42 / 0.06 / 0.51)

CMYK percentages

%0
%41.94
%6.45
%51.37

Codes

Color #7C4874 in popluar color models

7C 48 74
RGB 124 72 116
HSL 309° 26.53% 38.43%
HSB/HSV 309° 41.94% 48.63%
CMYK 0.00% 41.94% 6.45%
51.37%

Color #7C4874 in popluar number systems.

HEX 7C 48 74
Decimal 124 72 116
Binary 1111100 1001000 1110100
Octal 174 110 164

Shades and tints

Shades of #7C4874

#7C4874
(124,72,116)
#71426A
(113,66,106)
#663C60
(102,60,96)
#5B3656
(91,54,86)
#50304C
(80,48,76)
#452A42
(69,42,66)
#3A2438
(58,36,56)
#2F1E2E
(47,30,46)
#241824
(36,24,36)
#19121A
(25,18,26)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #7C4874

#7C4874
(124,72,116)
#875880
(135,88,128)
#92688C
(146,104,140)
#9D7898
(157,120,152)
#A888A4
(168,136,164)
#B398B0
(179,152,176)
#BEA8BC
(190,168,188)
#C9B8C8
(201,184,200)
#D4C8D4
(212,200,212)
#DFD8E0
(223,216,224)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4874; }

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

This text font color is #7C4874.

Background Color

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

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

This div background color is #7C4874.

Border color

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

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

This div border color is #7C4874.

Opacity

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

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

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

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

This text has shadow with #7C4874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4874.

Preview

Color preview on black background

This text has color #7C4874 on black background.


Color preview on white background

This text has color #7C4874 on white background.


Black color preview on #7C4874 background

This text has black color on #7C4874 background.


White color preview on #7C4874 background

This text has white color on #7C4874 background.


Related colors

Complementary color

Complementary color for #hex is #83B78B.


I love getcolorcode.com

Triadic colors

1 #747C48 and #48747C with #7C4874 are triadic colors.

2 #74487C and #487C74 with #7C4874 are triadic colors.