COLOR #7C487E

HEX: #7C487E RGB: (124,72,126)

Color info

#7C487E contains red, green and blue colors in about the same proportion. Web safe color of #7C487E is #663366 (or #636).

RGB color model

#7C487E color RGB value is (124,72,126).

RGB: (124,72,126) (49%, 28%, 49%)

RGB channels and saturation

R 124 of 255 = 49%
G 72 of 255 = 28%
B 126 of 255 = 49%

124
72
126

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

Portions of RGB colors in percentages

R + G + B = 124 + 72 + 126 = 322 (100%)
R 124 of 322 ~ 38.51%
G 72 of 322 ~ 22.36%
B 126 of 322 ~ 39.13'%

%38.51
%22.36
%39.13

CMYK color model

#7C487E color CMYK value is (2,43,0,51).

  • cyan value is 1.59%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (2,43,0,51) C2M43Y0K51 (2%,43%,0%,51%) (0.02/0.43/0.00/0.51) 

CMYK percentages

%1.59
%42.86
%0
%50.59

Codes

Color #7C487E in popluar color models

7C 48 7E
RGB 124 72 126
HSL 298° 27.27% 38.82%
HSB/HSV 298° 42.86% 49.41%
CMYK 1.59% 42.86% 0.00%
50.59%

Color #7C487E in popluar number systems.

HEX 7C 48 7E
Decimal 124 72 126
Binary 1111100 1001000 1111110
Octal 174 110 176

Shades and tints

Shades of #7C487E

#7C487E
(124,72,126)
#714273
(113,66,115)
#663C68
(102,60,104)
#5B365D
(91,54,93)
#503052
(80,48,82)
#452A47
(69,42,71)
#3A243C
(58,36,60)
#2F1E31
(47,30,49)
#241826
(36,24,38)
#19121B
(25,18,27)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #7C487E

#7C487E
(124,72,126)
#875889
(135,88,137)
#926894
(146,104,148)
#9D789F
(157,120,159)
#A888AA
(168,136,170)
#B398B5
(179,152,181)
#BEA8C0
(190,168,192)
#C9B8CB
(201,184,203)
#D4C8D6
(212,200,214)
#DFD8E1
(223,216,225)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C487E color. Also use rgb(124,72,126) instead hex code.

Text Font Color

.myTextColor { color: #7C487E; }

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

This text font color is #7C487E.

Background Color

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

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

This div background color is #7C487E.

Border color

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

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

This div border color is #7C487E.

Opacity

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

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

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

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

This text has shadow with #7C487E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C487E.

Preview

Color preview on black background

This text has color #7C487E on black background.


Color preview on white background

This text has color #7C487E on white background.


Black color preview on #7C487E background

This text has black color on #7C487E background.


White color preview on #7C487E background

This text has white color on #7C487E background.


Related colors

Complementary color

Complementary color for #hex is #83B781.


I love getcolorcode.com

Triadic colors

1 #7E7C48 and #487E7C with #7C487E are triadic colors.

2 #7E487C and #487C7E with #7C487E are triadic colors.