COLOR #7C5565

HEX: #7C5565 RGB: (124,85,101)

Color info

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

RGB color model

#7C5565 color RGB value is (124,85,101).

RGB: (124,85,101) (49%, 33%, 40%)

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 101 of 255 = 40%

124
85
101

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

Portions of RGB colors in percentages

R + G + B = 124 + 85 + 101 = 310 (100%)
R 124 of 310 ~ 40%
G 85 of 310 ~ 27.42%
B 101 of 310 ~ 32.58'%

%40
%27.42
%32.58

CMYK color model

#7C5565 color CMYK value is (0,31,19,51).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 18.55%
  • key color value is 51.37%

CMYK: (0,31,19,51)
C0M31Y19K51 (0%, 31%, 19%, 51%)
(0.00 / 0.31 / 0.19 / 0.51)

CMYK percentages

%0
%31.45
%18.55
%51.37

Codes

Color #7C5565 in popluar color models

7C 55 65
RGB 124 85 101
HSL 335° 18.66% 40.98%
HSB/HSV 335° 31.45% 48.63%
CMYK 0.00% 31.45% 18.55%
51.37%

Color #7C5565 in popluar number systems.

HEX 7C 55 65
Decimal 124 85 101
Binary 1111100 1010101 1100101
Octal 174 125 145

Shades and tints

Shades of #7C5565

#7C5565
(124,85,101)
#714E5C
(113,78,92)
#664753
(102,71,83)
#5B404A
(91,64,74)
#503941
(80,57,65)
#453238
(69,50,56)
#3A2B2F
(58,43,47)
#2F2426
(47,36,38)
#241D1D
(36,29,29)
#191614
(25,22,20)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #7C5565

#7C5565
(124,85,101)
#876473
(135,100,115)
#927381
(146,115,129)
#9D828F
(157,130,143)
#A8919D
(168,145,157)
#B3A0AB
(179,160,171)
#BEAFB9
(190,175,185)
#C9BEC7
(201,190,199)
#D4CDD5
(212,205,213)
#DFDCE3
(223,220,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5565 color. Also use rgb(124,85,101) instead hex code.

Text Font Color

.myTextColor { color: #7C5565; }

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

This text font color is #7C5565.

Background Color

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

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

This div background color is #7C5565.

Border color

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

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

This div border color is #7C5565.

Opacity

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

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

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

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

This text has shadow with #7C5565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5565.

Preview

Color preview on black background

This text has color #7C5565 on black background.


Color preview on white background

This text has color #7C5565 on white background.


Black color preview on #7C5565 background

This text has black color on #7C5565 background.


White color preview on #7C5565 background

This text has white color on #7C5565 background.


Related colors

Complementary color

Complementary color for #hex is #83AA9A.


I love getcolorcode.com

Triadic colors

1 #657C55 and #55657C with #7C5565 are triadic colors.

2 #65557C and #557C65 with #7C5565 are triadic colors.