COLOR #7C5782

HEX: #7C5782 RGB: (124,87,130)

Color info

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

RGB color model

#7C5782 color RGB value is (124,87,130).

RGB: (124,87,130) (49%, 34%, 51%)

RGB channels and saturation

R 124 of 255 = 49%
G 87 of 255 = 34%
B 130 of 255 = 51%

124
87
130

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

Portions of RGB colors in percentages

R + G + B = 124 + 87 + 130 = 341 (100%)
R 124 of 341 ~ 36.36%
G 87 of 341 ~ 25.51%
B 130 of 341 ~ 38.12'%

%36.36
%25.51
%38.12

CMYK color model

#7C5782 color CMYK value is (5,33,0,49).

  • cyan value is 4.62%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (5,33,0,49)
C5M33Y0K49 (5%, 33%, 0%, 49%)
(0.05 / 0.33 / 0.00 / 0.49)

CMYK percentages

%4.62
%33.08
%0
%49.02

Codes

Color #7C5782 in popluar color models

7C 57 82
RGB 124 87 130
HSL 292° 19.82% 42.55%
HSB/HSV 292° 33.08% 50.98%
CMYK 4.62% 33.08% 0.00%
49.02%

Color #7C5782 in popluar number systems.

HEX 7C 57 82
Decimal 124 87 130
Binary 1111100 1010111 10000010
Octal 174 127 202

Shades and tints

Shades of #7C5782

#7C5782
(124,87,130)
#715077
(113,80,119)
#66496C
(102,73,108)
#5B4261
(91,66,97)
#503B56
(80,59,86)
#45344B
(69,52,75)
#3A2D40
(58,45,64)
#2F2635
(47,38,53)
#241F2A
(36,31,42)
#19181F
(25,24,31)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #7C5782

#7C5782
(124,87,130)
#87668D
(135,102,141)
#927598
(146,117,152)
#9D84A3
(157,132,163)
#A893AE
(168,147,174)
#B3A2B9
(179,162,185)
#BEB1C4
(190,177,196)
#C9C0CF
(201,192,207)
#D4CFDA
(212,207,218)
#DFDEE5
(223,222,229)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5782 color. Also use rgb(124,87,130) instead hex code.

Text Font Color

.myTextColor { color: #7C5782; }

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

This text font color is #7C5782.

Background Color

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

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

This div background color is #7C5782.

Border color

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

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

This div border color is #7C5782.

Opacity

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

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

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

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

This text has shadow with #7C5782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5782.

Preview

Color preview on black background

This text has color #7C5782 on black background.


Color preview on white background

This text has color #7C5782 on white background.


Black color preview on #7C5782 background

This text has black color on #7C5782 background.


White color preview on #7C5782 background

This text has white color on #7C5782 background.


Related colors

Complementary color

Complementary color for #hex is #83A87D.


I love getcolorcode.com

Triadic colors

1 #827C57 and #57827C with #7C5782 are triadic colors.

2 #82577C and #577C82 with #7C5782 are triadic colors.