COLOR #7C5670

HEX: #7C5670 RGB: (124,86,112)

Color info

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

RGB color model

#7C5670 color RGB value is (124,86,112).

RGB: (124,86,112) (49%, 34%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 86 of 255 = 34%
B 112 of 255 = 44%

124
86
112

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

Portions of RGB colors in percentages

R + G + B = 124 + 86 + 112 = 322 (100%)
R 124 of 322 ~ 38.51%
G 86 of 322 ~ 26.71%
B 112 of 322 ~ 34.78'%

%38.51
%26.71
%34.78

CMYK color model

#7C5670 color CMYK value is (0,31,10,51).

  • cyan value is 0.00%
  • magenta value is 30.65%
  • yellow value is 9.68%
  • key color value is 51.37%

CMYK: (0,31,10,51)
C0M31Y10K51 (0%, 31%, 10%, 51%)
(0.00 / 0.31 / 0.10 / 0.51)

CMYK percentages

%0
%30.65
%9.68
%51.37

Codes

Color #7C5670 in popluar color models

7C 56 70
RGB 124 86 112
HSL 319° 18.10% 41.18%
HSB/HSV 319° 30.65% 48.63%
CMYK 0.00% 30.65% 9.68%
51.37%

Color #7C5670 in popluar number systems.

HEX 7C 56 70
Decimal 124 86 112
Binary 1111100 1010110 1110000
Octal 174 126 160

Shades and tints

Shades of #7C5670

#7C5670
(124,86,112)
#714F66
(113,79,102)
#66485C
(102,72,92)
#5B4152
(91,65,82)
#503A48
(80,58,72)
#45333E
(69,51,62)
#3A2C34
(58,44,52)
#2F252A
(47,37,42)
#241E20
(36,30,32)
#191716
(25,23,22)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #7C5670

#7C5670
(124,86,112)
#87657D
(135,101,125)
#92748A
(146,116,138)
#9D8397
(157,131,151)
#A892A4
(168,146,164)
#B3A1B1
(179,161,177)
#BEB0BE
(190,176,190)
#C9BFCB
(201,191,203)
#D4CED8
(212,206,216)
#DFDDE5
(223,221,229)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5670 color. Also use rgb(124,86,112) instead hex code.

Text Font Color

.myTextColor { color: #7C5670; }

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

This text font color is #7C5670.

Background Color

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

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

This div background color is #7C5670.

Border color

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

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

This div border color is #7C5670.

Opacity

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

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

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

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

This text has shadow with #7C5670 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5670.

Preview

Color preview on black background

This text has color #7C5670 on black background.


Color preview on white background

This text has color #7C5670 on white background.


Black color preview on #7C5670 background

This text has black color on #7C5670 background.


White color preview on #7C5670 background

This text has white color on #7C5670 background.


Related colors

Complementary color

Complementary color for #hex is #83A98F.


I love getcolorcode.com

Triadic colors

1 #707C56 and #56707C with #7C5670 are triadic colors.

2 #70567C and #567C70 with #7C5670 are triadic colors.