COLOR #7C426F

HEX: #7C426F
RGB: (124,66,111)

Color info

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

RGB color model

#7C426F color RGB value is (124,66,111).

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

RGB channels and saturation

R 124 of 255 = 49%
G 66 of 255 = 26%
B 111 of 255 = 44%

124
66
111

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

Portions of RGB colors in percentages

R + G + B =
124 + 66 + 111 = 301 (100%)
R 124 of 301 ~ 41.2%
G 66 of 301 ~ 21.93%
B 111 of 301 ~ 36.88%

%41.2
%21.93
%36.88

CMYK color model

#7C426F color CMYK value is (0,47,10,51).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 10.48%
  • key color value is 51.37%
CMYK:
(0,47,10,51)
C0M47Y10K51 
(0%,47%,10%,51%)
(0.00/0.47/0.10/0.51)	

CMYK percentages

%0
%46.77
%10.48
%51.37

Codes

Color #7C426F in popluar color models

7C426F
RGB12466111
HSL313°30.53%37.25%
HSB/HSV313°46.77%48.63%
CMYK0.00%46.77%10.48%
51.37%

Color #7C426F in popluar number systems.

HEX7C426F
Decimal12466111
Binary111110010000101101111
Octal174102157

Shades and tints

Shades of #7C426F

#7C426F
(124,66,111)
#713C65
(113,60,101)
#66365B
(102,54,91)
#5B3051
(91,48,81)
#502A47
(80,42,71)
#45243D
(69,36,61)
#3A1E33
(58,30,51)
#2F1829
(47,24,41)
#24121F
(36,18,31)
#190C15
(25,12,21)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #7C426F

#7C426F
(124,66,111)
#87537C
(135,83,124)
#926489
(146,100,137)
#9D7596
(157,117,150)
#A886A3
(168,134,163)
#B397B0
(179,151,176)
#BEA8BD
(190,168,189)
#C9B9CA
(201,185,202)
#D4CAD7
(212,202,215)
#DFDBE4
(223,219,228)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C426F; }

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

This text font color is #7C426F.


Background Color

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

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

This div background color is #7C426F.


Border color

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

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

This div border color is #7C426F.


Opacity

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

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

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

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

This text has shadow with #7C426F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C426F on black background.


Color preview on white background

This text has color #7C426F on white background.



Black color preview on #7C426F background

This text has black color on #7C426F background.


White color preview on #7C426F background

This text has white color on #7C426F background.