COLOR #7C527D

HEX: #7C527D
RGB: (124,82,125)

Color info

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

RGB color model

#7C527D color RGB value is (124,82,125).

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

RGB channels and saturation

R 124 of 255 = 49%
G 82 of 255 = 32%
B 125 of 255 = 49%

124
82
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 82 + 125 = 331 (100%)
R 124 of 331 ~ 37.46%
G 82 of 331 ~ 24.77%
B 125 of 331 ~ 37.76%

%37.46
%24.77
%37.76

CMYK color model

#7C527D color CMYK value is (1,34,0,51).

  • cyan value is 0.80%
  • magenta value is 34.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(1,34,0,51)
C1M34Y0K51 
(1%,34%,0%,51%)
(0.01/0.34/0.00/0.51)	

CMYK percentages

%0.8
%34.4
%0
%50.98

Codes

Color #7C527D in popluar color models

7C527D
RGB12482125
HSL299°20.77%40.59%
HSB/HSV299°34.40%49.02%
CMYK0.80%34.40%0.00%
50.98%

Color #7C527D in popluar number systems.

HEX7C527D
Decimal12482125
Binary111110010100101111101
Octal174122175

Shades and tints

Shades of #7C527D

#7C527D
(124,82,125)
#714B72
(113,75,114)
#664467
(102,68,103)
#5B3D5C
(91,61,92)
#503651
(80,54,81)
#452F46
(69,47,70)
#3A283B
(58,40,59)
#2F2130
(47,33,48)
#241A25
(36,26,37)
#19131A
(25,19,26)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #7C527D

#7C527D
(124,82,125)
#876188
(135,97,136)
#927093
(146,112,147)
#9D7F9E
(157,127,158)
#A88EA9
(168,142,169)
#B39DB4
(179,157,180)
#BEACBF
(190,172,191)
#C9BBCA
(201,187,202)
#D4CAD5
(212,202,213)
#DFD9E0
(223,217,224)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C527D; }

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

This text font color is #7C527D.


Background Color

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

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

This div background color is #7C527D.


Border color

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

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

This div border color is #7C527D.


Opacity

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

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

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

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

This text has shadow with #7C527D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C527D on black background.


Color preview on white background

This text has color #7C527D on white background.



Black color preview on #7C527D background

This text has black color on #7C527D background.


White color preview on #7C527D background

This text has white color on #7C527D background.