COLOR #7C5B75

HEX: #7C5B75
RGB: (124,91,117)

Color info

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

RGB color model

#7C5B75 color RGB value is (124,91,117).

  • red value is 124;
  • green value is 91;
  • blue value is 117.
RGB:
(124,91,117)
(49%,36%,46%)

RGB channels and saturation

R 124 of 255 = 49%
G 91 of 255 = 36%
B 117 of 255 = 46%

124
91
117

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

Portions of RGB colors in percentages

R + G + B =
124 + 91 + 117 = 332 (100%)
R 124 of 332 ~ 37.35%
G 91 of 332 ~ 27.41%
B 117 of 332 ~ 35.24%

%37.35
%27.41
%35.24

CMYK color model

#7C5B75 color CMYK value is (0,27,6,51).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 5.65%
  • key color value is 51.37%
CMYK:
(0,27,6,51)
C0M27Y6K51 
(0%,27%,6%,51%)
(0.00/0.27/0.06/0.51)	

CMYK percentages

%0
%26.61
%5.65
%51.37

Codes

Color #7C5B75 in popluar color models

7C5B75
RGB12491117
HSL313°15.35%42.16%
HSB/HSV313°26.61%48.63%
CMYK0.00%26.61%5.65%
51.37%

Color #7C5B75 in popluar number systems.

HEX7C5B75
Decimal12491117
Binary111110010110111110101
Octal174133165

Shades and tints

Shades of #7C5B75

#7C5B75
(124,91,117)
#71536B
(113,83,107)
#664B61
(102,75,97)
#5B4357
(91,67,87)
#503B4D
(80,59,77)
#453343
(69,51,67)
#3A2B39
(58,43,57)
#2F232F
(47,35,47)
#241B25
(36,27,37)
#19131B
(25,19,27)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #7C5B75

#7C5B75
(124,91,117)
#876981
(135,105,129)
#92778D
(146,119,141)
#9D8599
(157,133,153)
#A893A5
(168,147,165)
#B3A1B1
(179,161,177)
#BEAFBD
(190,175,189)
#C9BDC9
(201,189,201)
#D4CBD5
(212,203,213)
#DFD9E1
(223,217,225)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5B75; }

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

This text font color is #7C5B75.


Background Color

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

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

This div background color is #7C5B75.


Border color

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

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

This div border color is #7C5B75.


Opacity

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

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

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

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

This text has shadow with #7C5B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5B75 on black background.


Color preview on white background

This text has color #7C5B75 on white background.



Black color preview on #7C5B75 background

This text has black color on #7C5B75 background.


White color preview on #7C5B75 background

This text has white color on #7C5B75 background.