COLOR #7C558F

HEX: #7C558F
RGB: (124,85,143)

Color info

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

RGB color model

#7C558F color RGB value is (124,85,143).

  • red value is 124;
  • green value is 85;
  • blue value is 143.
RGB:
(124,85,143)
(49%,33%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 143 of 255 = 56%

124
85
143

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

Portions of RGB colors in percentages

R + G + B =
124 + 85 + 143 = 352 (100%)
R 124 of 352 ~ 35.23%
G 85 of 352 ~ 24.15%
B 143 of 352 ~ 40.63%

%35.23
%24.15
%40.63

CMYK color model

#7C558F color CMYK value is (13,41,0,44).

  • cyan value is 13.29%
  • magenta value is 40.56%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,41,0,44)
C13M41Y0K44 
(13%,41%,0%,44%)
(0.13/0.41/0.00/0.44)	

CMYK percentages

%13.29
%40.56
%0
%43.92

Codes

Color #7C558F in popluar color models

7C558F
RGB12485143
HSL280°25.44%44.71%
HSB/HSV280°40.56%56.08%
CMYK13.29%40.56%0.00%
43.92%

Color #7C558F in popluar number systems.

HEX7C558F
Decimal12485143
Binary1111100101010110001111
Octal174125217

Shades and tints

Shades of #7C558F

#7C558F
(124,85,143)
#714E82
(113,78,130)
#664775
(102,71,117)
#5B4068
(91,64,104)
#50395B
(80,57,91)
#45324E
(69,50,78)
#3A2B41
(58,43,65)
#2F2434
(47,36,52)
#241D27
(36,29,39)
#19161A
(25,22,26)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C558F

#7C558F
(124,85,143)
#876499
(135,100,153)
#9273A3
(146,115,163)
#9D82AD
(157,130,173)
#A891B7
(168,145,183)
#B3A0C1
(179,160,193)
#BEAFCB
(190,175,203)
#C9BED5
(201,190,213)
#D4CDDF
(212,205,223)
#DFDCE9
(223,220,233)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C558F; }

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

This text font color is #7C558F.


Background Color

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

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

This div background color is #7C558F.


Border color

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

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

This div border color is #7C558F.


Opacity

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

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

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

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

This text has shadow with #7C558F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C558F on black background.


Color preview on white background

This text has color #7C558F on white background.



Black color preview on #7C558F background

This text has black color on #7C558F background.


White color preview on #7C558F background

This text has white color on #7C558F background.