COLOR #7C507F

HEX: #7C507F
RGB: (124,80,127)

Color info

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

RGB color model

#7C507F color RGB value is (124,80,127).

  • red value is 124;
  • green value is 80;
  • blue value is 127.
RGB:
(124,80,127)
(49%,31%,50%)

RGB channels and saturation

R 124 of 255 = 49%
G 80 of 255 = 31%
B 127 of 255 = 50%

124
80
127

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

Portions of RGB colors in percentages

R + G + B =
124 + 80 + 127 = 331 (100%)
R 124 of 331 ~ 37.46%
G 80 of 331 ~ 24.17%
B 127 of 331 ~ 38.37%

%37.46
%24.17
%38.37

CMYK color model

#7C507F color CMYK value is (2,37,0,50).

  • cyan value is 2.36%
  • magenta value is 37.01%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,37,0,50)
C2M37Y0K50 
(2%,37%,0%,50%)
(0.02/0.37/0.00/0.50)	

CMYK percentages

%2.36
%37.01
%0
%50.2

Codes

Color #7C507F in popluar color models

7C507F
RGB12480127
HSL296°22.71%40.59%
HSB/HSV296°37.01%49.80%
CMYK2.36%37.01%0.00%
50.20%

Color #7C507F in popluar number systems.

HEX7C507F
Decimal12480127
Binary111110010100001111111
Octal174120177

Shades and tints

Shades of #7C507F

#7C507F
(124,80,127)
#714974
(113,73,116)
#664269
(102,66,105)
#5B3B5E
(91,59,94)
#503453
(80,52,83)
#452D48
(69,45,72)
#3A263D
(58,38,61)
#2F1F32
(47,31,50)
#241827
(36,24,39)
#19111C
(25,17,28)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #7C507F

#7C507F
(124,80,127)
#875F8A
(135,95,138)
#926E95
(146,110,149)
#9D7DA0
(157,125,160)
#A88CAB
(168,140,171)
#B39BB6
(179,155,182)
#BEAAC1
(190,170,193)
#C9B9CC
(201,185,204)
#D4C8D7
(212,200,215)
#DFD7E2
(223,215,226)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C507F color. Also use rgb(124,80,127) instead hex code.

Text Font Color

.myTextColor { color: #7C507F; }

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

This text font color is #7C507F.


Background Color

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

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

This div background color is #7C507F.


Border color

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

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

This div border color is #7C507F.


Opacity

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

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

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

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

This text has shadow with #7C507F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C507F on black background.


Color preview on white background

This text has color #7C507F on white background.



Black color preview on #7C507F background

This text has black color on #7C507F background.


White color preview on #7C507F background

This text has white color on #7C507F background.