COLOR #7C577F

HEX: #7C577F RGB: (124,87,127)

Color info

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

RGB color model

#7C577F color RGB value is (124,87,127).

RGB: (124,87,127) (49%, 34%, 50%)

RGB channels and saturation

R 124 of 255 = 49%
G 87 of 255 = 34%
B 127 of 255 = 50%

124
87
127

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

Portions of RGB colors in percentages

R + G + B = 124 + 87 + 127 = 338 (100%)
R 124 of 338 ~ 36.69%
G 87 of 338 ~ 25.74%
B 127 of 338 ~ 37.57'%

%36.69
%25.74
%37.57

CMYK color model

#7C577F color CMYK value is (2,31,0,50).

  • cyan value is 2.36%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (2,31,0,50)
C2M31Y0K50 (2%, 31%, 0%, 50%)
(0.02 / 0.31 / 0.00 / 0.50)

CMYK percentages

%2.36
%31.5
%0
%50.2

Codes

Color #7C577F in popluar color models

7C 57 7F
RGB 124 87 127
HSL 296° 18.69% 41.96%
HSB/HSV 296° 31.50% 49.80%
CMYK 2.36% 31.50% 0.00%
50.20%

Color #7C577F in popluar number systems.

HEX 7C 57 7F
Decimal 124 87 127
Binary 1111100 1010111 1111111
Octal 174 127 177

Shades and tints

Shades of #7C577F

#7C577F
(124,87,127)
#715074
(113,80,116)
#664969
(102,73,105)
#5B425E
(91,66,94)
#503B53
(80,59,83)
#453448
(69,52,72)
#3A2D3D
(58,45,61)
#2F2632
(47,38,50)
#241F27
(36,31,39)
#19181C
(25,24,28)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #7C577F

#7C577F
(124,87,127)
#87668A
(135,102,138)
#927595
(146,117,149)
#9D84A0
(157,132,160)
#A893AB
(168,147,171)
#B3A2B6
(179,162,182)
#BEB1C1
(190,177,193)
#C9C0CC
(201,192,204)
#D4CFD7
(212,207,215)
#DFDEE2
(223,222,226)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C577F; }

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

This text font color is #7C577F.

Background Color

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

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

This div background color is #7C577F.

Border color

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

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

This div border color is #7C577F.

Opacity

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

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

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

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

This text has shadow with #7C577F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C577F.

Preview

Color preview on black background

This text has color #7C577F on black background.


Color preview on white background

This text has color #7C577F on white background.


Black color preview on #7C577F background

This text has black color on #7C577F background.


White color preview on #7C577F background

This text has white color on #7C577F background.


Related colors

Complementary color

Complementary color for #hex is #83A880.


I love getcolorcode.com

Triadic colors

1 #7F7C57 and #577F7C with #7C577F are triadic colors.

2 #7F577C and #577C7F with #7C577F are triadic colors.