COLOR #7C5B7D

HEX: #7C5B7D
RGB: (124,91,125)

Color info

#7C5B7D contains red, green and blue colors in about the same proportion. Web safe color of #7C5B7D is #666666 (or #666).

RGB color model

#7C5B7D color RGB value is (124,91,125).

  • red value is 124;
  • green value is 91;
  • blue value is 125.
RGB:
(124,91,125)
(49%,36%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 91 of 255 = 36%
B 125 of 255 = 49%

124
91
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 91 + 125 = 340 (100%)
R 124 of 340 ~ 36.47%
G 91 of 340 ~ 26.76%
B 125 of 340 ~ 36.76%

%36.47
%26.76
%36.76

CMYK color model

#7C5B7D color CMYK value is (1,27,0,51).

  • cyan value is 0.80%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(1,27,0,51)
C1M27Y0K51 
(1%,27%,0%,51%)
(0.01/0.27/0.00/0.51)	

CMYK percentages

%0.8
%27.2
%0
%50.98

Codes

Color #7C5B7D in popluar color models

7C5B7D
RGB12491125
HSL298°15.74%42.35%
HSB/HSV298°27.20%49.02%
CMYK0.80%27.20%0.00%
50.98%

Color #7C5B7D in popluar number systems.

HEX7C5B7D
Decimal12491125
Binary111110010110111111101
Octal174133175

Shades and tints

Shades of #7C5B7D

#7C5B7D
(124,91,125)
#715372
(113,83,114)
#664B67
(102,75,103)
#5B435C
(91,67,92)
#503B51
(80,59,81)
#453346
(69,51,70)
#3A2B3B
(58,43,59)
#2F2330
(47,35,48)
#241B25
(36,27,37)
#19131A
(25,19,26)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #7C5B7D

#7C5B7D
(124,91,125)
#876988
(135,105,136)
#927793
(146,119,147)
#9D859E
(157,133,158)
#A893A9
(168,147,169)
#B3A1B4
(179,161,180)
#BEAFBF
(190,175,191)
#C9BDCA
(201,189,202)
#D4CBD5
(212,203,213)
#DFD9E0
(223,217,224)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5B7D color. Also use rgb(124,91,125) instead hex code.

Text Font Color

.myTextColor { color: #7C5B7D; }

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

This text font color is #7C5B7D.


Background Color

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

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

This div background color is #7C5B7D.


Border color

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

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

This div border color is #7C5B7D.


Opacity

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

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

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

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

This text has shadow with #7C5B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5B7D on black background.


Color preview on white background

This text has color #7C5B7D on white background.



Black color preview on #7C5B7D background

This text has black color on #7C5B7D background.


White color preview on #7C5B7D background

This text has white color on #7C5B7D background.