COLOR #7C466D

HEX: #7C466D
RGB: (124,70,109)

Color info

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

RGB color model

#7C466D color RGB value is (124,70,109).

  • red value is 124;
  • green value is 70;
  • blue value is 109.
RGB:
(124,70,109)
(49%,27%,43%)

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 109 of 255 = 43%

124
70
109

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

Portions of RGB colors in percentages

R + G + B =
124 + 70 + 109 = 303 (100%)
R 124 of 303 ~ 40.92%
G 70 of 303 ~ 23.1%
B 109 of 303 ~ 35.97%

%40.92
%23.1
%35.97

CMYK color model

#7C466D color CMYK value is (0,44,12,51).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 12.10%
  • key color value is 51.37%
CMYK:
(0,44,12,51)
C0M44Y12K51 
(0%,44%,12%,51%)
(0.00/0.44/0.12/0.51)	

CMYK percentages

%0
%43.55
%12.1
%51.37

Codes

Color #7C466D in popluar color models

7C466D
RGB12470109
HSL317°27.84%38.04%
HSB/HSV317°43.55%48.63%
CMYK0.00%43.55%12.10%
51.37%

Color #7C466D in popluar number systems.

HEX7C466D
Decimal12470109
Binary111110010001101101101
Octal174106155

Shades and tints

Shades of #7C466D

#7C466D
(124,70,109)
#714064
(113,64,100)
#663A5B
(102,58,91)
#5B3452
(91,52,82)
#502E49
(80,46,73)
#452840
(69,40,64)
#3A2237
(58,34,55)
#2F1C2E
(47,28,46)
#241625
(36,22,37)
#19101C
(25,16,28)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #7C466D

#7C466D
(124,70,109)
#87567A
(135,86,122)
#926687
(146,102,135)
#9D7694
(157,118,148)
#A886A1
(168,134,161)
#B396AE
(179,150,174)
#BEA6BB
(190,166,187)
#C9B6C8
(201,182,200)
#D4C6D5
(212,198,213)
#DFD6E2
(223,214,226)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C466D color. Also use rgb(124,70,109) instead hex code.

Text Font Color

.myTextColor { color: #7C466D; }

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

This text font color is #7C466D.


Background Color

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

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

This div background color is #7C466D.


Border color

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

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

This div border color is #7C466D.


Opacity

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

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

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

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

This text has shadow with #7C466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C466D on black background.


Color preview on white background

This text has color #7C466D on white background.



Black color preview on #7C466D background

This text has black color on #7C466D background.


White color preview on #7C466D background

This text has white color on #7C466D background.