COLOR #7C4666

HEX: #7C4666
RGB: (124,70,102)

Color info

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

RGB color model

#7C4666 color RGB value is (124,70,102).

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

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 102 of 255 = 40%

124
70
102

R + G + B ~ 39%. #7C4666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 70 + 102 = 296 (100%)
R 124 of 296 ~ 41.89%
G 70 of 296 ~ 23.65%
B 102 of 296 ~ 34.46%

%41.89
%23.65
%34.46

CMYK color model

#7C4666 color CMYK value is (0,44,18,51).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 17.74%
  • key color value is 51.37%
CMYK:
(0,44,18,51)
C0M44Y18K51 
(0%,44%,18%,51%)
(0.00/0.44/0.18/0.51)	

CMYK percentages

%0
%43.55
%17.74
%51.37

Codes

Color #7C4666 in popluar color models

7C4666
RGB12470102
HSL324°27.84%38.04%
HSB/HSV324°43.55%48.63%
CMYK0.00%43.55%17.74%
51.37%

Color #7C4666 in popluar number systems.

HEX7C4666
Decimal12470102
Binary111110010001101100110
Octal174106146

Shades and tints

Shades of #7C4666

#7C4666
(124,70,102)
#71405D
(113,64,93)
#663A54
(102,58,84)
#5B344B
(91,52,75)
#502E42
(80,46,66)
#452839
(69,40,57)
#3A2230
(58,34,48)
#2F1C27
(47,28,39)
#24161E
(36,22,30)
#191015
(25,16,21)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #7C4666

#7C4666
(124,70,102)
#875673
(135,86,115)
#926680
(146,102,128)
#9D768D
(157,118,141)
#A8869A
(168,134,154)
#B396A7
(179,150,167)
#BEA6B4
(190,166,180)
#C9B6C1
(201,182,193)
#D4C6CE
(212,198,206)
#DFD6DB
(223,214,219)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4666; }

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

This text font color is #7C4666.


Background Color

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

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

This div background color is #7C4666.


Border color

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

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

This div border color is #7C4666.


Opacity

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

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

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

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

This text has shadow with #7C4666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4666 on black background.


Color preview on white background

This text has color #7C4666 on white background.



Black color preview on #7C4666 background

This text has black color on #7C4666 background.


White color preview on #7C4666 background

This text has white color on #7C4666 background.