COLOR #7C466F

HEX: #7C466F
RGB: (124,70,111)

Color info

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

RGB color model

#7C466F color RGB value is (124,70,111).

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

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 111 of 255 = 44%

124
70
111

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

Portions of RGB colors in percentages

R + G + B =
124 + 70 + 111 = 305 (100%)
R 124 of 305 ~ 40.66%
G 70 of 305 ~ 22.95%
B 111 of 305 ~ 36.39%

%40.66
%22.95
%36.39

CMYK color model

#7C466F color CMYK value is (0,44,10,51).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 10.48%
  • key color value is 51.37%
CMYK:
(0,44,10,51)
C0M44Y10K51 
(0%,44%,10%,51%)
(0.00/0.44/0.10/0.51)	

CMYK percentages

%0
%43.55
%10.48
%51.37

Codes

Color #7C466F in popluar color models

7C466F
RGB12470111
HSL314°27.84%38.04%
HSB/HSV314°43.55%48.63%
CMYK0.00%43.55%10.48%
51.37%

Color #7C466F in popluar number systems.

HEX7C466F
Decimal12470111
Binary111110010001101101111
Octal174106157

Shades and tints

Shades of #7C466F

#7C466F
(124,70,111)
#714065
(113,64,101)
#663A5B
(102,58,91)
#5B3451
(91,52,81)
#502E47
(80,46,71)
#45283D
(69,40,61)
#3A2233
(58,34,51)
#2F1C29
(47,28,41)
#24161F
(36,22,31)
#191015
(25,16,21)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #7C466F

#7C466F
(124,70,111)
#87567C
(135,86,124)
#926689
(146,102,137)
#9D7696
(157,118,150)
#A886A3
(168,134,163)
#B396B0
(179,150,176)
#BEA6BD
(190,166,189)
#C9B6CA
(201,182,202)
#D4C6D7
(212,198,215)
#DFD6E4
(223,214,228)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C466F; }

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

This text font color is #7C466F.


Background Color

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

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

This div background color is #7C466F.


Border color

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

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

This div border color is #7C466F.


Opacity

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

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

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

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

This text has shadow with #7C466F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C466F on black background.


Color preview on white background

This text has color #7C466F on white background.



Black color preview on #7C466F background

This text has black color on #7C466F background.


White color preview on #7C466F background

This text has white color on #7C466F background.