COLOR #7C5596

HEX: #7C5596 RGB: (124,85,150)

Color info

#7C5596 contains mainly red and blue colors. Web safe color of #7C5596 is #666699 (or #669).

RGB color model

#7C5596 color RGB value is (124,85,150).

RGB: (124,85,150) (49%, 33%, 59%)

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 150 of 255 = 59%

124
85
150

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

Portions of RGB colors in percentages

R + G + B = 124 + 85 + 150 = 359 (100%)
R 124 of 359 ~ 34.54%
G 85 of 359 ~ 23.68%
B 150 of 359 ~ 41.78'%

%34.54
%23.68
%41.78

CMYK color model

#7C5596 color CMYK value is (17,43,0,41).

  • cyan value is 17.33%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (17,43,0,41)
C17M43Y0K41 (17%, 43%, 0%, 41%)
(0.17 / 0.43 / 0.00 / 0.41)

CMYK percentages

%17.33
%43.33
%0
%41.18

Codes

Color #7C5596 in popluar color models

7C 55 96
RGB 124 85 150
HSL 276° 27.66% 46.08%
HSB/HSV 276° 43.33% 58.82%
CMYK 17.33% 43.33% 0.00%
41.18%

Color #7C5596 in popluar number systems.

HEX 7C 55 96
Decimal 124 85 150
Binary 1111100 1010101 10010110
Octal 174 125 226

Shades and tints

Shades of #7C5596

#7C5596
(124,85,150)
#714E89
(113,78,137)
#66477C
(102,71,124)
#5B406F
(91,64,111)
#503962
(80,57,98)
#453255
(69,50,85)
#3A2B48
(58,43,72)
#2F243B
(47,36,59)
#241D2E
(36,29,46)
#191621
(25,22,33)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #7C5596

#7C5596
(124,85,150)
#87649F
(135,100,159)
#9273A8
(146,115,168)
#9D82B1
(157,130,177)
#A891BA
(168,145,186)
#B3A0C3
(179,160,195)
#BEAFCC
(190,175,204)
#C9BED5
(201,190,213)
#D4CDDE
(212,205,222)
#DFDCE7
(223,220,231)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5596 color. Also use rgb(124,85,150) instead hex code.

Text Font Color

.myTextColor { color: #7C5596; }

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

This text font color is #7C5596.

Background Color

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

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

This div background color is #7C5596.

Border color

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

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

This div border color is #7C5596.

Opacity

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

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

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

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

This text has shadow with #7C5596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5596.

Preview

Color preview on black background

This text has color #7C5596 on black background.


Color preview on white background

This text has color #7C5596 on white background.


Black color preview on #7C5596 background

This text has black color on #7C5596 background.


White color preview on #7C5596 background

This text has white color on #7C5596 background.


Related colors

Complementary color

Complementary color for #hex is #83AA69.


I love getcolorcode.com

Triadic colors

1 #967C55 and #55967C with #7C5596 are triadic colors.

2 #96557C and #557C96 with #7C5596 are triadic colors.