COLOR #7C476E

HEX: #7C476E
RGB: (124,71,110)

Color info

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

RGB color model

#7C476E color RGB value is (124,71,110).

  • red value is 124;
  • green value is 71;
  • blue value is 110.
RGB:
(124,71,110)
(49%,28%,43%)

RGB channels and saturation

R 124 of 255 = 49%
G 71 of 255 = 28%
B 110 of 255 = 43%

124
71
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 71 + 110 = 305 (100%)
R 124 of 305 ~ 40.66%
G 71 of 305 ~ 23.28%
B 110 of 305 ~ 36.07%

%40.66
%23.28
%36.07

CMYK color model

#7C476E color CMYK value is (0,43,11,51).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 11.29%
  • key color value is 51.37%
CMYK:
(0,43,11,51)
C0M43Y11K51 
(0%,43%,11%,51%)
(0.00/0.43/0.11/0.51)	

CMYK percentages

%0
%42.74
%11.29
%51.37

Codes

Color #7C476E in popluar color models

7C476E
RGB12471110
HSL316°27.18%38.24%
HSB/HSV316°42.74%48.63%
CMYK0.00%42.74%11.29%
51.37%

Color #7C476E in popluar number systems.

HEX7C476E
Decimal12471110
Binary111110010001111101110
Octal174107156

Shades and tints

Shades of #7C476E

#7C476E
(124,71,110)
#714164
(113,65,100)
#663B5A
(102,59,90)
#5B3550
(91,53,80)
#502F46
(80,47,70)
#45293C
(69,41,60)
#3A2332
(58,35,50)
#2F1D28
(47,29,40)
#24171E
(36,23,30)
#191114
(25,17,20)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #7C476E

#7C476E
(124,71,110)
#87577B
(135,87,123)
#926788
(146,103,136)
#9D7795
(157,119,149)
#A887A2
(168,135,162)
#B397AF
(179,151,175)
#BEA7BC
(190,167,188)
#C9B7C9
(201,183,201)
#D4C7D6
(212,199,214)
#DFD7E3
(223,215,227)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C476E color. Also use rgb(124,71,110) instead hex code.

Text Font Color

.myTextColor { color: #7C476E; }

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

This text font color is #7C476E.


Background Color

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

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

This div background color is #7C476E.


Border color

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

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

This div border color is #7C476E.


Opacity

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

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

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

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

This text has shadow with #7C476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C476E on black background.


Color preview on white background

This text has color #7C476E on white background.



Black color preview on #7C476E background

This text has black color on #7C476E background.


White color preview on #7C476E background

This text has white color on #7C476E background.