COLOR #7C374A

HEX: #7C374A RGB: (124,55,74)

Color info

#7C374A contains mainly red and blue colors. Web safe color of #7C374A is #663333 (or #633).

RGB color model

#7C374A color RGB value is (124,55,74).

RGB: (124,55,74) (49%, 22%, 29%)

RGB channels and saturation

R 124 of 255 = 49%
G 55 of 255 = 22%
B 74 of 255 = 29%

124
55
74

R + G + B ~ 33%. #7C374A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 55 + 74 = 253 (100%)
R 124 of 253 ~ 49.01%
G 55 of 253 ~ 21.74%
B 74 of 253 ~ 29.25'%

%49.01
%21.74
%29.25

CMYK color model

#7C374A color CMYK value is (0,56,40,51).

  • cyan value is 0.00%
  • magenta value is 55.65%
  • yellow value is 40.32%
  • key color value is 51.37%
CMYK: (0,56,40,51) C0M56Y40K51 (0%,56%,40%,51%) (0.00/0.56/0.40/0.51) 

CMYK percentages

%0
%55.65
%40.32
%51.37

Codes

Color #7C374A in popluar color models

7C 37 4A
RGB 124 55 74
HSL 343° 38.55% 35.10%
HSB/HSV 343° 55.65% 48.63%
CMYK 0.00% 55.65% 40.32%
51.37%

Color #7C374A in popluar number systems.

HEX 7C 37 4A
Decimal 124 55 74
Binary 1111100 110111 1001010
Octal 174 67 112

Shades and tints

Shades of #7C374A

#7C374A
(124,55,74)
#713244
(113,50,68)
#662D3E
(102,45,62)
#5B2838
(91,40,56)
#502332
(80,35,50)
#451E2C
(69,30,44)
#3A1926
(58,25,38)
#2F1420
(47,20,32)
#240F1A
(36,15,26)
#190A14
(25,10,20)
#0E050E
(14,5,14)
#000000
(0,0,0)

Tints of #7C374A

#7C374A
(124,55,74)
#87495A
(135,73,90)
#925B6A
(146,91,106)
#9D6D7A
(157,109,122)
#A87F8A
(168,127,138)
#B3919A
(179,145,154)
#BEA3AA
(190,163,170)
#C9B5BA
(201,181,186)
#D4C7CA
(212,199,202)
#DFD9DA
(223,217,218)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C374A; }

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

This text font color is #7C374A.

Background Color

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

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

This div background color is #7C374A.

Border color

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

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

This div border color is #7C374A.

Opacity

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

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

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

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

This text has shadow with #7C374A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C374A.

Preview

Color preview on black background

This text has color #7C374A on black background.


Color preview on white background

This text has color #7C374A on white background.


Black color preview on #7C374A background

This text has black color on #7C374A background.


White color preview on #7C374A background

This text has white color on #7C374A background.


Related colors

Complementary color

Complementary color for #hex is #83C8B5.


I love getcolorcode.com

Triadic colors

1 #4A7C37 and #374A7C with #7C374A are triadic colors.

2 #4A377C and #377C4A with #7C374A are triadic colors.