COLOR #7C4078

HEX: #7C4078 RGB: (124,64,120)

Color info

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

RGB color model

#7C4078 color RGB value is (124,64,120).

RGB: (124,64,120) (49%, 25%, 47%)

RGB channels and saturation

R 124 of 255 = 49%
G 64 of 255 = 25%
B 120 of 255 = 47%

124
64
120

R + G + B ~ 40%. #7C4078 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 124 + 64 + 120 = 308 (100%)
R 124 of 308 ~ 40.26%
G 64 of 308 ~ 20.78%
B 120 of 308 ~ 38.96'%

%40.26
%20.78
%38.96

CMYK color model

#7C4078 color CMYK value is (0,48,3,51).

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

CMYK: (0,48,3,51)
C0M48Y3K51 (0%, 48%, 3%, 51%)
(0.00 / 0.48 / 0.03 / 0.51)

CMYK percentages

%0
%48.39
%3.23
%51.37

Codes

Color #7C4078 in popluar color models

7C 40 78
RGB 124 64 120
HSL 304° 31.91% 36.86%
HSB/HSV 304° 48.39% 48.63%
CMYK 0.00% 48.39% 3.23%
51.37%

Color #7C4078 in popluar number systems.

HEX 7C 40 78
Decimal 124 64 120
Binary 1111100 1000000 1111000
Octal 174 100 170

Shades and tints

Shades of #7C4078

#7C4078
(124,64,120)
#713B6E
(113,59,110)
#663664
(102,54,100)
#5B315A
(91,49,90)
#502C50
(80,44,80)
#452746
(69,39,70)
#3A223C
(58,34,60)
#2F1D32
(47,29,50)
#241828
(36,24,40)
#19131E
(25,19,30)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #7C4078

#7C4078
(124,64,120)
#875184
(135,81,132)
#926290
(146,98,144)
#9D739C
(157,115,156)
#A884A8
(168,132,168)
#B395B4
(179,149,180)
#BEA6C0
(190,166,192)
#C9B7CC
(201,183,204)
#D4C8D8
(212,200,216)
#DFD9E4
(223,217,228)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4078; }

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

This text font color is #7C4078.

Background Color

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

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

This div background color is #7C4078.

Border color

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

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

This div border color is #7C4078.

Opacity

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

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

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

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

This text has shadow with #7C4078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C4078.

Preview

Color preview on black background

This text has color #7C4078 on black background.


Color preview on white background

This text has color #7C4078 on white background.


Black color preview on #7C4078 background

This text has black color on #7C4078 background.


White color preview on #7C4078 background

This text has white color on #7C4078 background.


Related colors

Complementary color

Complementary color for #hex is #83BF87.


I love getcolorcode.com

Triadic colors

1 #787C40 and #40787C with #7C4078 are triadic colors.

2 #78407C and #407C78 with #7C4078 are triadic colors.