COLOR #7C5176

HEX: #7C5176 RGB: (124,81,118)

Color info

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

RGB color model

#7C5176 color RGB value is (124,81,118).

RGB: (124,81,118) (49%, 32%, 46%)

RGB channels and saturation

R 124 of 255 = 49%
G 81 of 255 = 32%
B 118 of 255 = 46%

124
81
118

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

Portions of RGB colors in percentages

R + G + B = 124 + 81 + 118 = 323 (100%)
R 124 of 323 ~ 38.39%
G 81 of 323 ~ 25.08%
B 118 of 323 ~ 36.53'%

%38.39
%25.08
%36.53

CMYK color model

#7C5176 color CMYK value is (0,35,5,51).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 4.84%
  • key color value is 51.37%

CMYK: (0,35,5,51)
C0M35Y5K51 (0%, 35%, 5%, 51%)
(0.00 / 0.35 / 0.05 / 0.51)

CMYK percentages

%0
%34.68
%4.84
%51.37

Codes

Color #7C5176 in popluar color models

7C 51 76
RGB 124 81 118
HSL 308° 20.98% 40.20%
HSB/HSV 308° 34.68% 48.63%
CMYK 0.00% 34.68% 4.84%
51.37%

Color #7C5176 in popluar number systems.

HEX 7C 51 76
Decimal 124 81 118
Binary 1111100 1010001 1110110
Octal 174 121 166

Shades and tints

Shades of #7C5176

#7C5176
(124,81,118)
#714A6C
(113,74,108)
#664362
(102,67,98)
#5B3C58
(91,60,88)
#50354E
(80,53,78)
#452E44
(69,46,68)
#3A273A
(58,39,58)
#2F2030
(47,32,48)
#241926
(36,25,38)
#19121C
(25,18,28)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #7C5176

#7C5176
(124,81,118)
#876082
(135,96,130)
#926F8E
(146,111,142)
#9D7E9A
(157,126,154)
#A88DA6
(168,141,166)
#B39CB2
(179,156,178)
#BEABBE
(190,171,190)
#C9BACA
(201,186,202)
#D4C9D6
(212,201,214)
#DFD8E2
(223,216,226)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5176 color. Also use rgb(124,81,118) instead hex code.

Text Font Color

.myTextColor { color: #7C5176; }

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

This text font color is #7C5176.

Background Color

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

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

This div background color is #7C5176.

Border color

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

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

This div border color is #7C5176.

Opacity

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

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

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

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

This text has shadow with #7C5176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5176.

Preview

Color preview on black background

This text has color #7C5176 on black background.


Color preview on white background

This text has color #7C5176 on white background.


Black color preview on #7C5176 background

This text has black color on #7C5176 background.


White color preview on #7C5176 background

This text has white color on #7C5176 background.


Related colors

Complementary color

Complementary color for #hex is #83AE89.


I love getcolorcode.com

Triadic colors

1 #767C51 and #51767C with #7C5176 are triadic colors.

2 #76517C and #517C76 with #7C5176 are triadic colors.