COLOR #7C564A

HEX: #7C564A RGB: (124,86,74)

Color info

#7C564A contains red, green and blue colors in about the same proportion. Web safe color of #7C564A is #666633 (or #663).

RGB color model

#7C564A color RGB value is (124,86,74).

RGB: (124,86,74) (49%, 34%, 29%)

RGB channels and saturation

R 124 of 255 = 49%
G 86 of 255 = 34%
B 74 of 255 = 29%

124
86
74

R + G + B ~ 37%. #7C564A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 86 + 74 = 284 (100%)
R 124 of 284 ~ 43.66%
G 86 of 284 ~ 30.28%
B 74 of 284 ~ 26.06'%

%43.66
%30.28
%26.06

CMYK color model

#7C564A color CMYK value is (0,31,40,51).

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

CMYK: (0,31,40,51)
C0M31Y40K51 (0%, 31%, 40%, 51%)
(0.00 / 0.31 / 0.40 / 0.51)

CMYK percentages

%0
%30.65
%40.32
%51.37

Codes

Color #7C564A in popluar color models

7C 56 4A
RGB 124 86 74
HSL 14° 25.25% 38.82%
HSB/HSV 14° 40.32% 48.63%
CMYK 0.00% 30.65% 40.32%
51.37%

Color #7C564A in popluar number systems.

HEX 7C 56 4A
Decimal 124 86 74
Binary 1111100 1010110 1001010
Octal 174 126 112

Shades and tints

Shades of #7C564A

#7C564A
(124,86,74)
#714F44
(113,79,68)
#66483E
(102,72,62)
#5B4138
(91,65,56)
#503A32
(80,58,50)
#45332C
(69,51,44)
#3A2C26
(58,44,38)
#2F2520
(47,37,32)
#241E1A
(36,30,26)
#191714
(25,23,20)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #7C564A

#7C564A
(124,86,74)
#87655A
(135,101,90)
#92746A
(146,116,106)
#9D837A
(157,131,122)
#A8928A
(168,146,138)
#B3A19A
(179,161,154)
#BEB0AA
(190,176,170)
#C9BFBA
(201,191,186)
#D4CECA
(212,206,202)
#DFDDDA
(223,221,218)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C564A; }

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

This text font color is #7C564A.

Background Color

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

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

This div background color is #7C564A.

Border color

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

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

This div border color is #7C564A.

Opacity

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

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

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

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

This text has shadow with #7C564A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C564A.

Preview

Color preview on black background

This text has color #7C564A on black background.


Color preview on white background

This text has color #7C564A on white background.


Black color preview on #7C564A background

This text has black color on #7C564A background.


White color preview on #7C564A background

This text has white color on #7C564A background.


Related colors

Complementary color

Complementary color for #hex is #83A9B5.


I love getcolorcode.com

Triadic colors

1 #4A7C56 and #564A7C with #7C564A are triadic colors.

2 #4A567C and #567C4A with #7C564A are triadic colors.