COLOR #7C457A

HEX: #7C457A
RGB: (124,69,122)

Color info

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

RGB color model

#7C457A color RGB value is (124,69,122).

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

RGB channels and saturation

R 124 of 255 = 49%
G 69 of 255 = 27%
B 122 of 255 = 48%

124
69
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 69 + 122 = 315 (100%)
R 124 of 315 ~ 39.37%
G 69 of 315 ~ 21.9%
B 122 of 315 ~ 38.73%

%39.37
%21.9
%38.73

CMYK color model

#7C457A color CMYK value is (0,44,2,51).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(0,44,2,51)
C0M44Y2K51 
(0%,44%,2%,51%)
(0.00/0.44/0.02/0.51)	

CMYK percentages

%0
%44.35
%1.61
%51.37

Codes

Color #7C457A in popluar color models

7C457A
RGB12469122
HSL302°28.50%37.84%
HSB/HSV302°44.35%48.63%
CMYK0.00%44.35%1.61%
51.37%

Color #7C457A in popluar number systems.

HEX7C457A
Decimal12469122
Binary111110010001011111010
Octal174105172

Shades and tints

Shades of #7C457A

#7C457A
(124,69,122)
#713F6F
(113,63,111)
#663964
(102,57,100)
#5B3359
(91,51,89)
#502D4E
(80,45,78)
#452743
(69,39,67)
#3A2138
(58,33,56)
#2F1B2D
(47,27,45)
#241522
(36,21,34)
#190F17
(25,15,23)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #7C457A

#7C457A
(124,69,122)
#875586
(135,85,134)
#926592
(146,101,146)
#9D759E
(157,117,158)
#A885AA
(168,133,170)
#B395B6
(179,149,182)
#BEA5C2
(190,165,194)
#C9B5CE
(201,181,206)
#D4C5DA
(212,197,218)
#DFD5E6
(223,213,230)
#EAE5F2
(234,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C457A; }

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

This text font color is #7C457A.


Background Color

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

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

This div background color is #7C457A.


Border color

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

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

This div border color is #7C457A.


Opacity

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

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

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

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

This text has shadow with #7C457A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C457A on black background.


Color preview on white background

This text has color #7C457A on white background.



Black color preview on #7C457A background

This text has black color on #7C457A background.


White color preview on #7C457A background

This text has white color on #7C457A background.