COLOR #7C5474

HEX: #7C5474 RGB: (124,84,116)

Color info

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

RGB color model

#7C5474 color RGB value is (124,84,116).

RGB: (124,84,116) (49%, 33%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 116 of 255 = 45%

124
84
116

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

Portions of RGB colors in percentages

R + G + B = 124 + 84 + 116 = 324 (100%)
R 124 of 324 ~ 38.27%
G 84 of 324 ~ 25.93%
B 116 of 324 ~ 35.8'%

%38.27
%25.93
%35.8

CMYK color model

#7C5474 color CMYK value is (0,32,6,51).

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

CMYK: (0,32,6,51)
C0M32Y6K51 (0%, 32%, 6%, 51%)
(0.00 / 0.32 / 0.06 / 0.51)

CMYK percentages

%0
%32.26
%6.45
%51.37

Codes

Color #7C5474 in popluar color models

7C 54 74
RGB 124 84 116
HSL 312° 19.23% 40.78%
HSB/HSV 312° 32.26% 48.63%
CMYK 0.00% 32.26% 6.45%
51.37%

Color #7C5474 in popluar number systems.

HEX 7C 54 74
Decimal 124 84 116
Binary 1111100 1010100 1110100
Octal 174 124 164

Shades and tints

Shades of #7C5474

#7C5474
(124,84,116)
#714D6A
(113,77,106)
#664660
(102,70,96)
#5B3F56
(91,63,86)
#50384C
(80,56,76)
#453142
(69,49,66)
#3A2A38
(58,42,56)
#2F232E
(47,35,46)
#241C24
(36,28,36)
#19151A
(25,21,26)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #7C5474

#7C5474
(124,84,116)
#876380
(135,99,128)
#92728C
(146,114,140)
#9D8198
(157,129,152)
#A890A4
(168,144,164)
#B39FB0
(179,159,176)
#BEAEBC
(190,174,188)
#C9BDC8
(201,189,200)
#D4CCD4
(212,204,212)
#DFDBE0
(223,219,224)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5474; }

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

This text font color is #7C5474.

Background Color

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

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

This div background color is #7C5474.

Border color

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

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

This div border color is #7C5474.

Opacity

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

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

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

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

This text has shadow with #7C5474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5474.

Preview

Color preview on black background

This text has color #7C5474 on black background.


Color preview on white background

This text has color #7C5474 on white background.


Black color preview on #7C5474 background

This text has black color on #7C5474 background.


White color preview on #7C5474 background

This text has white color on #7C5474 background.


Related colors

Complementary color

Complementary color for #hex is #83AB8B.


I love getcolorcode.com

Triadic colors

1 #747C54 and #54747C with #7C5474 are triadic colors.

2 #74547C and #547C74 with #7C5474 are triadic colors.