COLOR #7C4278

HEX: #7C4278
RGB: (124,66,120)

Color info

#7C4278 contains red, green and blue colors in about the same proportion. Web safe color of #7C4278 is #663366 (or #636).

RGB color model

#7C4278 color RGB value is (124,66,120).

  • red value is 124;
  • green value is 66;
  • blue value is 120.
RGB:
(124,66,120)
(49%,26%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 66 of 255 = 26%
B 120 of 255 = 47%

124
66
120

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

Portions of RGB colors in percentages

R + G + B =
124 + 66 + 120 = 310 (100%)
R 124 of 310 ~ 40%
G 66 of 310 ~ 21.29%
B 120 of 310 ~ 38.71%

%40
%21.29
%38.71

CMYK color model

#7C4278 color CMYK value is (0,47,3,51).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 3.23%
  • key color value is 51.37%
CMYK:
(0,47,3,51)
C0M47Y3K51 
(0%,47%,3%,51%)
(0.00/0.47/0.03/0.51)	

CMYK percentages

%0
%46.77
%3.23
%51.37

Codes

Color #7C4278 in popluar color models

7C4278
RGB12466120
HSL304°30.53%37.25%
HSB/HSV304°46.77%48.63%
CMYK0.00%46.77%3.23%
51.37%

Color #7C4278 in popluar number systems.

HEX7C4278
Decimal12466120
Binary111110010000101111000
Octal174102170

Shades and tints

Shades of #7C4278

#7C4278
(124,66,120)
#713C6E
(113,60,110)
#663664
(102,54,100)
#5B305A
(91,48,90)
#502A50
(80,42,80)
#452446
(69,36,70)
#3A1E3C
(58,30,60)
#2F1832
(47,24,50)
#241228
(36,18,40)
#190C1E
(25,12,30)
#0E0614
(14,6,20)
#000000
(0,0,0)

Tints of #7C4278

#7C4278
(124,66,120)
#875384
(135,83,132)
#926490
(146,100,144)
#9D759C
(157,117,156)
#A886A8
(168,134,168)
#B397B4
(179,151,180)
#BEA8C0
(190,168,192)
#C9B9CC
(201,185,204)
#D4CAD8
(212,202,216)
#DFDBE4
(223,219,228)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4278; }

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

This text font color is #7C4278.


Background Color

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

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

This div background color is #7C4278.


Border color

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

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

This div border color is #7C4278.


Opacity

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

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

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

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

This text has shadow with #7C4278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4278 on black background.


Color preview on white background

This text has color #7C4278 on white background.



Black color preview on #7C4278 background

This text has black color on #7C4278 background.


White color preview on #7C4278 background

This text has white color on #7C4278 background.