COLOR #7C387A

HEX: #7C387A
RGB: (124,56,122)

Color info

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

RGB color model

#7C387A color RGB value is (124,56,122).

  • red value is 124;
  • green value is 56;
  • blue value is 122.
RGB:
(124,56,122)
(49%,22%,48%)

RGB channels and saturation

R 124 of 255 = 49%
G 56 of 255 = 22%
B 122 of 255 = 48%

124
56
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 56 + 122 = 302 (100%)
R 124 of 302 ~ 41.06%
G 56 of 302 ~ 18.54%
B 122 of 302 ~ 40.4%

%41.06
%18.54
%40.4

CMYK color model

#7C387A color CMYK value is (0,55,2,51).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(0,55,2,51)
C0M55Y2K51 
(0%,55%,2%,51%)
(0.00/0.55/0.02/0.51)	

CMYK percentages

%0
%54.84
%1.61
%51.37

Codes

Color #7C387A in popluar color models

7C387A
RGB12456122
HSL302°37.78%35.29%
HSB/HSV302°54.84%48.63%
CMYK0.00%54.84%1.61%
51.37%

Color #7C387A in popluar number systems.

HEX7C387A
Decimal12456122
Binary11111001110001111010
Octal17470172

Shades and tints

Shades of #7C387A

#7C387A
(124,56,122)
#71336F
(113,51,111)
#662E64
(102,46,100)
#5B2959
(91,41,89)
#50244E
(80,36,78)
#451F43
(69,31,67)
#3A1A38
(58,26,56)
#2F152D
(47,21,45)
#241022
(36,16,34)
#190B17
(25,11,23)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #7C387A

#7C387A
(124,56,122)
#874A86
(135,74,134)
#925C92
(146,92,146)
#9D6E9E
(157,110,158)
#A880AA
(168,128,170)
#B392B6
(179,146,182)
#BEA4C2
(190,164,194)
#C9B6CE
(201,182,206)
#D4C8DA
(212,200,218)
#DFDAE6
(223,218,230)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C387A color. Also use rgb(124,56,122) instead hex code.

Text Font Color

.myTextColor { color: #7C387A; }

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

This text font color is #7C387A.


Background Color

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

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

This div background color is #7C387A.


Border color

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

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

This div border color is #7C387A.


Opacity

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

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

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

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

This text has shadow with #7C387A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C387A on black background.


Color preview on white background

This text has color #7C387A on white background.



Black color preview on #7C387A background

This text has black color on #7C387A background.


White color preview on #7C387A background

This text has white color on #7C387A background.