COLOR #7C4687

HEX: #7C4687 RGB: (124,70,135)

Color info

#7C4687 contains mainly red and blue colors. Web safe color of #7C4687 is #663399 (or #639).

RGB color model

#7C4687 color RGB value is (124,70,135).

RGB: (124,70,135) (49%, 27%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 135 of 255 = 53%

124
70
135

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

Portions of RGB colors in percentages

R + G + B = 124 + 70 + 135 = 329 (100%)
R 124 of 329 ~ 37.69%
G 70 of 329 ~ 21.28%
B 135 of 329 ~ 41.03'%

%37.69
%21.28
%41.03

CMYK color model

#7C4687 color CMYK value is (8,48,0,47).

  • cyan value is 8.15%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (8,48,0,47)
C8M48Y0K47 (8%, 48%, 0%, 47%)
(0.08 / 0.48 / 0.00 / 0.47)

CMYK percentages

%8.15
%48.15
%0
%47.06

Codes

Color #7C4687 in popluar color models

7C 46 87
RGB 124 70 135
HSL 290° 31.71% 40.20%
HSB/HSV 290° 48.15% 52.94%
CMYK 8.15% 48.15% 0.00%
47.06%

Color #7C4687 in popluar number systems.

HEX 7C 46 87
Decimal 124 70 135
Binary 1111100 1000110 10000111
Octal 174 106 207

Shades and tints

Shades of #7C4687

#7C4687
(124,70,135)
#71407B
(113,64,123)
#663A6F
(102,58,111)
#5B3463
(91,52,99)
#502E57
(80,46,87)
#45284B
(69,40,75)
#3A223F
(58,34,63)
#2F1C33
(47,28,51)
#241627
(36,22,39)
#19101B
(25,16,27)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #7C4687

#7C4687
(124,70,135)
#875691
(135,86,145)
#92669B
(146,102,155)
#9D76A5
(157,118,165)
#A886AF
(168,134,175)
#B396B9
(179,150,185)
#BEA6C3
(190,166,195)
#C9B6CD
(201,182,205)
#D4C6D7
(212,198,215)
#DFD6E1
(223,214,225)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4687 color. Also use rgb(124,70,135) instead hex code.

Text Font Color

.myTextColor { color: #7C4687; }

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

This text font color is #7C4687.

Background Color

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

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

This div background color is #7C4687.

Border color

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

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

This div border color is #7C4687.

Opacity

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

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

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

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

This text has shadow with #7C4687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4687.

Preview

Color preview on black background

This text has color #7C4687 on black background.


Color preview on white background

This text has color #7C4687 on white background.


Black color preview on #7C4687 background

This text has black color on #7C4687 background.


White color preview on #7C4687 background

This text has white color on #7C4687 background.


Related colors

Complementary color

Complementary color for #hex is #83B978.


I love getcolorcode.com

Triadic colors

1 #877C46 and #46877C with #7C4687 are triadic colors.

2 #87467C and #467C87 with #7C4687 are triadic colors.