COLOR #7C405E

HEX: #7C405E RGB: (124,64,94)

Color info

#7C405E contains mainly red and blue colors. Web safe color of #7C405E is #663366 (or #636).

RGB color model

#7C405E color RGB value is (124,64,94).

RGB: (124,64,94) (49%, 25%, 37%)

RGB channels and saturation

R 124 of 255 = 49%
G 64 of 255 = 25%
B 94 of 255 = 37%

124
64
94

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

Portions of RGB colors in percentages

R + G + B = 124 + 64 + 94 = 282 (100%)
R 124 of 282 ~ 43.97%
G 64 of 282 ~ 22.7%
B 94 of 282 ~ 33.33'%

%43.97
%22.7
%33.33

CMYK color model

#7C405E color CMYK value is (0,48,24,51).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 24.19%
  • key color value is 51.37%

CMYK: (0,48,24,51)
C0M48Y24K51 (0%, 48%, 24%, 51%)
(0.00 / 0.48 / 0.24 / 0.51)

CMYK percentages

%0
%48.39
%24.19
%51.37

Codes

Color #7C405E in popluar color models

7C 40 5E
RGB 124 64 94
HSL 330° 31.91% 36.86%
HSB/HSV 330° 48.39% 48.63%
CMYK 0.00% 48.39% 24.19%
51.37%

Color #7C405E in popluar number systems.

HEX 7C 40 5E
Decimal 124 64 94
Binary 1111100 1000000 1011110
Octal 174 100 136

Shades and tints

Shades of #7C405E

#7C405E
(124,64,94)
#713B56
(113,59,86)
#66364E
(102,54,78)
#5B3146
(91,49,70)
#502C3E
(80,44,62)
#452736
(69,39,54)
#3A222E
(58,34,46)
#2F1D26
(47,29,38)
#24181E
(36,24,30)
#191316
(25,19,22)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #7C405E

#7C405E
(124,64,94)
#87516C
(135,81,108)
#92627A
(146,98,122)
#9D7388
(157,115,136)
#A88496
(168,132,150)
#B395A4
(179,149,164)
#BEA6B2
(190,166,178)
#C9B7C0
(201,183,192)
#D4C8CE
(212,200,206)
#DFD9DC
(223,217,220)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C405E color. Also use rgb(124,64,94) instead hex code.

Text Font Color

.myTextColor { color: #7C405E; }

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

This text font color is #7C405E.

Background Color

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

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

This div background color is #7C405E.

Border color

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

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

This div border color is #7C405E.

Opacity

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

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

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

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

This text has shadow with #7C405E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C405E.

Preview

Color preview on black background

This text has color #7C405E on black background.


Color preview on white background

This text has color #7C405E on white background.


Black color preview on #7C405E background

This text has black color on #7C405E background.


White color preview on #7C405E background

This text has white color on #7C405E background.


Related colors

Complementary color

Complementary color for #hex is #83BFA1.


I love getcolorcode.com

Triadic colors

1 #5E7C40 and #405E7C with #7C405E are triadic colors.

2 #5E407C and #407C5E with #7C405E are triadic colors.