COLOR #7C5651

HEX: #7C5651 RGB: (124,86,81)

Color info

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

RGB color model

#7C5651 color RGB value is (124,86,81).

RGB: (124,86,81) (49%, 34%, 32%)

RGB channels and saturation

R 124 of 255 = 49%
G 86 of 255 = 34%
B 81 of 255 = 32%

124
86
81

R + G + B ~ 38%. #7C5651 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 86 + 81 = 291 (100%)
R 124 of 291 ~ 42.61%
G 86 of 291 ~ 29.55%
B 81 of 291 ~ 27.84'%

%42.61
%29.55
%27.84

CMYK color model

#7C5651 color CMYK value is (0,31,35,51).

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

CMYK: (0,31,35,51)
C0M31Y35K51 (0%, 31%, 35%, 51%)
(0.00 / 0.31 / 0.35 / 0.51)

CMYK percentages

%0
%30.65
%34.68
%51.37

Codes

Color #7C5651 in popluar color models

7C 56 51
RGB 124 86 81
HSL 20.98% 40.20%
HSB/HSV 34.68% 48.63%
CMYK 0.00% 30.65% 34.68%
51.37%

Color #7C5651 in popluar number systems.

HEX 7C 56 51
Decimal 124 86 81
Binary 1111100 1010110 1010001
Octal 174 126 121

Shades and tints

Shades of #7C5651

#7C5651
(124,86,81)
#714F4A
(113,79,74)
#664843
(102,72,67)
#5B413C
(91,65,60)
#503A35
(80,58,53)
#45332E
(69,51,46)
#3A2C27
(58,44,39)
#2F2520
(47,37,32)
#241E19
(36,30,25)
#191712
(25,23,18)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #7C5651

#7C5651
(124,86,81)
#876560
(135,101,96)
#92746F
(146,116,111)
#9D837E
(157,131,126)
#A8928D
(168,146,141)
#B3A19C
(179,161,156)
#BEB0AB
(190,176,171)
#C9BFBA
(201,191,186)
#D4CEC9
(212,206,201)
#DFDDD8
(223,221,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5651; }

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

This text font color is #7C5651.

Background Color

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

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

This div background color is #7C5651.

Border color

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

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

This div border color is #7C5651.

Opacity

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

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

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

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

This text has shadow with #7C5651 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5651.

Preview

Color preview on black background

This text has color #7C5651 on black background.


Color preview on white background

This text has color #7C5651 on white background.


Black color preview on #7C5651 background

This text has black color on #7C5651 background.


White color preview on #7C5651 background

This text has white color on #7C5651 background.


Related colors

Complementary color

Complementary color for #hex is #83A9AE.


I love getcolorcode.com

Triadic colors

1 #517C56 and #56517C with #7C5651 are triadic colors.

2 #51567C and #567C51 with #7C5651 are triadic colors.