COLOR #7C4A7A

HEX: #7C4A7A
RGB: (124,74,122)

Color info

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

RGB color model

#7C4A7A color RGB value is (124,74,122).

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

RGB channels and saturation

R 124 of 255 = 49%
G 74 of 255 = 29%
B 122 of 255 = 48%

124
74
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 74 + 122 = 320 (100%)
R 124 of 320 ~ 38.75%
G 74 of 320 ~ 23.13%
B 122 of 320 ~ 38.13%

%38.75
%23.13
%38.13

CMYK color model

#7C4A7A color CMYK value is (0,40,2,51).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(0,40,2,51)
C0M40Y2K51 
(0%,40%,2%,51%)
(0.00/0.40/0.02/0.51)	

CMYK percentages

%0
%40.32
%1.61
%51.37

Codes

Color #7C4A7A in popluar color models

7C4A7A
RGB12474122
HSL302°25.25%38.82%
HSB/HSV302°40.32%48.63%
CMYK0.00%40.32%1.61%
51.37%

Color #7C4A7A in popluar number systems.

HEX7C4A7A
Decimal12474122
Binary111110010010101111010
Octal174112172

Shades and tints

Shades of #7C4A7A

#7C4A7A
(124,74,122)
#71446F
(113,68,111)
#663E64
(102,62,100)
#5B3859
(91,56,89)
#50324E
(80,50,78)
#452C43
(69,44,67)
#3A2638
(58,38,56)
#2F202D
(47,32,45)
#241A22
(36,26,34)
#191417
(25,20,23)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C4A7A

#7C4A7A
(124,74,122)
#875A86
(135,90,134)
#926A92
(146,106,146)
#9D7A9E
(157,122,158)
#A88AAA
(168,138,170)
#B39AB6
(179,154,182)
#BEAAC2
(190,170,194)
#C9BACE
(201,186,206)
#D4CADA
(212,202,218)
#DFDAE6
(223,218,230)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4A7A; }

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

This text font color is #7C4A7A.


Background Color

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

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

This div background color is #7C4A7A.


Border color

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

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

This div border color is #7C4A7A.


Opacity

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

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

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

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

This text has shadow with #7C4A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4A7A on black background.


Color preview on white background

This text has color #7C4A7A on white background.



Black color preview on #7C4A7A background

This text has black color on #7C4A7A background.


White color preview on #7C4A7A background

This text has white color on #7C4A7A background.