COLOR #7C4F55

HEX: #7C4F55 RGB: (124,79,85)

Color info

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

RGB color model

#7C4F55 color RGB value is (124,79,85).

RGB: (124,79,85) (49%, 31%, 33%)

RGB channels and saturation

R 124 of 255 = 49%
G 79 of 255 = 31%
B 85 of 255 = 33%

124
79
85

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

Portions of RGB colors in percentages

R + G + B = 124 + 79 + 85 = 288 (100%)
R 124 of 288 ~ 43.06%
G 79 of 288 ~ 27.43%
B 85 of 288 ~ 29.51'%

%43.06
%27.43
%29.51

CMYK color model

#7C4F55 color CMYK value is (0,36,31,51).

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

CMYK: (0,36,31,51)
C0M36Y31K51 (0%, 36%, 31%, 51%)
(0.00 / 0.36 / 0.31 / 0.51)

CMYK percentages

%0
%36.29
%31.45
%51.37

Codes

Color #7C4F55 in popluar color models

7C 4F 55
RGB 124 79 85
HSL 352° 22.17% 39.80%
HSB/HSV 352° 36.29% 48.63%
CMYK 0.00% 36.29% 31.45%
51.37%

Color #7C4F55 in popluar number systems.

HEX 7C 4F 55
Decimal 124 79 85
Binary 1111100 1001111 1010101
Octal 174 117 125

Shades and tints

Shades of #7C4F55

#7C4F55
(124,79,85)
#71484E
(113,72,78)
#664147
(102,65,71)
#5B3A40
(91,58,64)
#503339
(80,51,57)
#452C32
(69,44,50)
#3A252B
(58,37,43)
#2F1E24
(47,30,36)
#24171D
(36,23,29)
#191016
(25,16,22)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #7C4F55

#7C4F55
(124,79,85)
#875F64
(135,95,100)
#926F73
(146,111,115)
#9D7F82
(157,127,130)
#A88F91
(168,143,145)
#B39FA0
(179,159,160)
#BEAFAF
(190,175,175)
#C9BFBE
(201,191,190)
#D4CFCD
(212,207,205)
#DFDFDC
(223,223,220)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4F55; }

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

This text font color is #7C4F55.

Background Color

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

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

This div background color is #7C4F55.

Border color

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

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

This div border color is #7C4F55.

Opacity

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

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

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

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

This text has shadow with #7C4F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4F55.

Preview

Color preview on black background

This text has color #7C4F55 on black background.


Color preview on white background

This text has color #7C4F55 on white background.


Black color preview on #7C4F55 background

This text has black color on #7C4F55 background.


White color preview on #7C4F55 background

This text has white color on #7C4F55 background.


Related colors

Complementary color

Complementary color for #hex is #83B0AA.


I love getcolorcode.com

Triadic colors

1 #557C4F and #4F557C with #7C4F55 are triadic colors.

2 #554F7C and #4F7C55 with #7C4F55 are triadic colors.