COLOR #7C5475

HEX: #7C5475 RGB: (124,84,117)

Color info

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

RGB color model

#7C5475 color RGB value is (124,84,117).

RGB: (124,84,117) (49%, 33%, 46%)

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 117 of 255 = 46%

124
84
117

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

Portions of RGB colors in percentages

R + G + B = 124 + 84 + 117 = 325 (100%)
R 124 of 325 ~ 38.15%
G 84 of 325 ~ 25.85%
B 117 of 325 ~ 36'%

%38.15
%25.85
%36

CMYK color model

#7C5475 color CMYK value is (0,32,6,51).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK: (0,32,6,51) C0M32Y6K51 (0%,32%,6%,51%) (0.00/0.32/0.06/0.51) 

CMYK percentages

%0
%32.26
%5.65
%51.37

Codes

Color #7C5475 in popluar color models

7C 54 75
RGB 124 84 117
HSL 311° 19.23% 40.78%
HSB/HSV 311° 32.26% 48.63%
CMYK 0.00% 32.26% 5.65%
51.37%

Color #7C5475 in popluar number systems.

HEX 7C 54 75
Decimal 124 84 117
Binary 1111100 1010100 1110101
Octal 174 124 165

Shades and tints

Shades of #7C5475

#7C5475
(124,84,117)
#714D6B
(113,77,107)
#664661
(102,70,97)
#5B3F57
(91,63,87)
#50384D
(80,56,77)
#453143
(69,49,67)
#3A2A39
(58,42,57)
#2F232F
(47,35,47)
#241C25
(36,28,37)
#19151B
(25,21,27)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #7C5475

#7C5475
(124,84,117)
#876381
(135,99,129)
#92728D
(146,114,141)
#9D8199
(157,129,153)
#A890A5
(168,144,165)
#B39FB1
(179,159,177)
#BEAEBD
(190,174,189)
#C9BDC9
(201,189,201)
#D4CCD5
(212,204,213)
#DFDBE1
(223,219,225)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5475 color. Also use rgb(124,84,117) instead hex code.

Text Font Color

.myTextColor { color: #7C5475; }

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

This text font color is #7C5475.

Background Color

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

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

This div background color is #7C5475.

Border color

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

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

This div border color is #7C5475.

Opacity

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

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

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

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

This text has shadow with #7C5475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5475.

Preview

Color preview on black background

This text has color #7C5475 on black background.


Color preview on white background

This text has color #7C5475 on white background.


Black color preview on #7C5475 background

This text has black color on #7C5475 background.


White color preview on #7C5475 background

This text has white color on #7C5475 background.


Related colors

Complementary color

Complementary color for #hex is #83AB8A.


I love getcolorcode.com

Triadic colors

1 #757C54 and #54757C with #7C5475 are triadic colors.

2 #75547C and #547C75 with #7C5475 are triadic colors.