COLOR #7C4B6A

HEX: #7C4B6A
RGB: (124,75,106)

Color info

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

RGB color model

#7C4B6A color RGB value is (124,75,106).

  • red value is 124;
  • green value is 75;
  • blue value is 106.
RGB:
(124,75,106)
(49%,29%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 75 of 255 = 29%
B 106 of 255 = 42%

124
75
106

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

Portions of RGB colors in percentages

R + G + B =
124 + 75 + 106 = 305 (100%)
R 124 of 305 ~ 40.66%
G 75 of 305 ~ 24.59%
B 106 of 305 ~ 34.75%

%40.66
%24.59
%34.75

CMYK color model

#7C4B6A color CMYK value is (0,40,15,51).

  • cyan value is 0.00%
  • magenta value is 39.52%
  • yellow value is 14.52%
  • key color value is 51.37%
CMYK:
(0,40,15,51)
C0M40Y15K51 
(0%,40%,15%,51%)
(0.00/0.40/0.15/0.51)	

CMYK percentages

%0
%39.52
%14.52
%51.37

Codes

Color #7C4B6A in popluar color models

7C4B6A
RGB12475106
HSL322°24.62%39.02%
HSB/HSV322°39.52%48.63%
CMYK0.00%39.52%14.52%
51.37%

Color #7C4B6A in popluar number systems.

HEX7C4B6A
Decimal12475106
Binary111110010010111101010
Octal174113152

Shades and tints

Shades of #7C4B6A

#7C4B6A
(124,75,106)
#714561
(113,69,97)
#663F58
(102,63,88)
#5B394F
(91,57,79)
#503346
(80,51,70)
#452D3D
(69,45,61)
#3A2734
(58,39,52)
#2F212B
(47,33,43)
#241B22
(36,27,34)
#191519
(25,21,25)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #7C4B6A

#7C4B6A
(124,75,106)
#875B77
(135,91,119)
#926B84
(146,107,132)
#9D7B91
(157,123,145)
#A88B9E
(168,139,158)
#B39BAB
(179,155,171)
#BEABB8
(190,171,184)
#C9BBC5
(201,187,197)
#D4CBD2
(212,203,210)
#DFDBDF
(223,219,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4B6A color. Also use rgb(124,75,106) instead hex code.

Text Font Color

.myTextColor { color: #7C4B6A; }

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

This text font color is #7C4B6A.


Background Color

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

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

This div background color is #7C4B6A.


Border color

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

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

This div border color is #7C4B6A.


Opacity

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

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

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

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

This text has shadow with #7C4B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4B6A on black background.


Color preview on white background

This text has color #7C4B6A on white background.



Black color preview on #7C4B6A background

This text has black color on #7C4B6A background.


White color preview on #7C4B6A background

This text has white color on #7C4B6A background.