COLOR #7C5481

HEX: #7C5481 RGB: (124,84,129)

Color info

#7C5481 contains red, green and blue colors in about the same proportion. Web safe color of #7C5481 is #666699 (or #669).

RGB color model

#7C5481 color RGB value is (124,84,129).

RGB: (124,84,129) (49%, 33%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 129 of 255 = 51%

124
84
129

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

Portions of RGB colors in percentages

R + G + B = 124 + 84 + 129 = 337 (100%)
R 124 of 337 ~ 36.8%
G 84 of 337 ~ 24.93%
B 129 of 337 ~ 38.28'%

%36.8
%24.93
%38.28

CMYK color model

#7C5481 color CMYK value is (4,35,0,49).

  • cyan value is 3.88%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (4,35,0,49)
C4M35Y0K49 (4%, 35%, 0%, 49%)
(0.04 / 0.35 / 0.00 / 0.49)

CMYK percentages

%3.88
%34.88
%0
%49.41

Codes

Color #7C5481 in popluar color models

7C 54 81
RGB 124 84 129
HSL 293° 21.13% 41.76%
HSB/HSV 293° 34.88% 50.59%
CMYK 3.88% 34.88% 0.00%
49.41%

Color #7C5481 in popluar number systems.

HEX 7C 54 81
Decimal 124 84 129
Binary 1111100 1010100 10000001
Octal 174 124 201

Shades and tints

Shades of #7C5481

#7C5481
(124,84,129)
#714D76
(113,77,118)
#66466B
(102,70,107)
#5B3F60
(91,63,96)
#503855
(80,56,85)
#45314A
(69,49,74)
#3A2A3F
(58,42,63)
#2F2334
(47,35,52)
#241C29
(36,28,41)
#19151E
(25,21,30)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #7C5481

#7C5481
(124,84,129)
#87638C
(135,99,140)
#927297
(146,114,151)
#9D81A2
(157,129,162)
#A890AD
(168,144,173)
#B39FB8
(179,159,184)
#BEAEC3
(190,174,195)
#C9BDCE
(201,189,206)
#D4CCD9
(212,204,217)
#DFDBE4
(223,219,228)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5481; }

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

This text font color is #7C5481.

Background Color

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

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

This div background color is #7C5481.

Border color

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

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

This div border color is #7C5481.

Opacity

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

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

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

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

This text has shadow with #7C5481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5481.

Preview

Color preview on black background

This text has color #7C5481 on black background.


Color preview on white background

This text has color #7C5481 on white background.


Black color preview on #7C5481 background

This text has black color on #7C5481 background.


White color preview on #7C5481 background

This text has white color on #7C5481 background.


Related colors

Complementary color

Complementary color for #hex is #83AB7E.


I love getcolorcode.com

Triadic colors

1 #817C54 and #54817C with #7C5481 are triadic colors.

2 #81547C and #547C81 with #7C5481 are triadic colors.