COLOR #7C5B65

HEX: #7C5B65 RGB: (124,91,101)

Color info

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

RGB color model

#7C5B65 color RGB value is (124,91,101).

RGB: (124,91,101) (49%, 36%, 40%)

RGB channels and saturation

R 124 of 255 = 49%
G 91 of 255 = 36%
B 101 of 255 = 40%

124
91
101

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

Portions of RGB colors in percentages

R + G + B = 124 + 91 + 101 = 316 (100%)
R 124 of 316 ~ 39.24%
G 91 of 316 ~ 28.8%
B 101 of 316 ~ 31.96'%

%39.24
%28.8
%31.96

CMYK color model

#7C5B65 color CMYK value is (0,27,19,51).

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

CMYK: (0,27,19,51)
C0M27Y19K51 (0%, 27%, 19%, 51%)
(0.00 / 0.27 / 0.19 / 0.51)

CMYK percentages

%0
%26.61
%18.55
%51.37

Codes

Color #7C5B65 in popluar color models

7C 5B 65
RGB 124 91 101
HSL 342° 15.35% 42.16%
HSB/HSV 342° 26.61% 48.63%
CMYK 0.00% 26.61% 18.55%
51.37%

Color #7C5B65 in popluar number systems.

HEX 7C 5B 65
Decimal 124 91 101
Binary 1111100 1011011 1100101
Octal 174 133 145

Shades and tints

Shades of #7C5B65

#7C5B65
(124,91,101)
#71535C
(113,83,92)
#664B53
(102,75,83)
#5B434A
(91,67,74)
#503B41
(80,59,65)
#453338
(69,51,56)
#3A2B2F
(58,43,47)
#2F2326
(47,35,38)
#241B1D
(36,27,29)
#191314
(25,19,20)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #7C5B65

#7C5B65
(124,91,101)
#876973
(135,105,115)
#927781
(146,119,129)
#9D858F
(157,133,143)
#A8939D
(168,147,157)
#B3A1AB
(179,161,171)
#BEAFB9
(190,175,185)
#C9BDC7
(201,189,199)
#D4CBD5
(212,203,213)
#DFD9E3
(223,217,227)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5B65; }

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

This text font color is #7C5B65.

Background Color

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

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

This div background color is #7C5B65.

Border color

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

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

This div border color is #7C5B65.

Opacity

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

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

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

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

This text has shadow with #7C5B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5B65.

Preview

Color preview on black background

This text has color #7C5B65 on black background.


Color preview on white background

This text has color #7C5B65 on white background.


Black color preview on #7C5B65 background

This text has black color on #7C5B65 background.


White color preview on #7C5B65 background

This text has white color on #7C5B65 background.


Related colors

Complementary color

Complementary color for #hex is #83A49A.


I love getcolorcode.com

Triadic colors

1 #657C5B and #5B657C with #7C5B65 are triadic colors.

2 #655B7C and #5B7C65 with #7C5B65 are triadic colors.