COLOR #7C5F79

HEX: #7C5F79
RGB: (124,95,121)

Color info

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

RGB color model

#7C5F79 color RGB value is (124,95,121).

  • red value is 124;
  • green value is 95;
  • blue value is 121.
RGB:
(124,95,121)
(49%,37%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 95 of 255 = 37%
B 121 of 255 = 47%

124
95
121

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

Portions of RGB colors in percentages

R + G + B =
124 + 95 + 121 = 340 (100%)
R 124 of 340 ~ 36.47%
G 95 of 340 ~ 27.94%
B 121 of 340 ~ 35.59%

%36.47
%27.94
%35.59

CMYK color model

#7C5F79 color CMYK value is (0,23,2,51).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 2.42%
  • key color value is 51.37%
CMYK:
(0,23,2,51)
C0M23Y2K51 
(0%,23%,2%,51%)
(0.00/0.23/0.02/0.51)	

CMYK percentages

%0
%23.39
%2.42
%51.37

Codes

Color #7C5F79 in popluar color models

7C5F79
RGB12495121
HSL306°13.24%42.94%
HSB/HSV306°23.39%48.63%
CMYK0.00%23.39%2.42%
51.37%

Color #7C5F79 in popluar number systems.

HEX7C5F79
Decimal12495121
Binary111110010111111111001
Octal174137171

Shades and tints

Shades of #7C5F79

#7C5F79
(124,95,121)
#71576E
(113,87,110)
#664F63
(102,79,99)
#5B4758
(91,71,88)
#503F4D
(80,63,77)
#453742
(69,55,66)
#3A2F37
(58,47,55)
#2F272C
(47,39,44)
#241F21
(36,31,33)
#191716
(25,23,22)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #7C5F79

#7C5F79
(124,95,121)
#876D85
(135,109,133)
#927B91
(146,123,145)
#9D899D
(157,137,157)
#A897A9
(168,151,169)
#B3A5B5
(179,165,181)
#BEB3C1
(190,179,193)
#C9C1CD
(201,193,205)
#D4CFD9
(212,207,217)
#DFDDE5
(223,221,229)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5F79 color. Also use rgb(124,95,121) instead hex code.

Text Font Color

.myTextColor { color: #7C5F79; }

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

This text font color is #7C5F79.


Background Color

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

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

This div background color is #7C5F79.


Border color

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

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

This div border color is #7C5F79.


Opacity

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

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

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

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

This text has shadow with #7C5F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5F79 on black background.


Color preview on white background

This text has color #7C5F79 on white background.



Black color preview on #7C5F79 background

This text has black color on #7C5F79 background.


White color preview on #7C5F79 background

This text has white color on #7C5F79 background.