COLOR #7C649F

HEX: #7C649F
RGB: (124,100,159)

Color info

#7C649F contains red, green and blue colors in about the same proportion. Web safe color of #7C649F is #666699 (or #669).

RGB color model

#7C649F color RGB value is (124,100,159).

  • red value is 124;
  • green value is 100;
  • blue value is 159.
RGB:
(124,100,159)
(49%,39%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 100 of 255 = 39%
B 159 of 255 = 62%

124
100
159

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

Portions of RGB colors in percentages

R + G + B =
124 + 100 + 159 = 383 (100%)
R 124 of 383 ~ 32.38%
G 100 of 383 ~ 26.11%
B 159 of 383 ~ 41.51%

%32.38
%26.11
%41.51

CMYK color model

#7C649F color CMYK value is (22,37,0,38).

  • cyan value is 22.01%
  • magenta value is 37.11%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(22,37,0,38)
C22M37Y0K38 
(22%,37%,0%,38%)
(0.22/0.37/0.00/0.38)	

CMYK percentages

%22.01
%37.11
%0
%37.65

Codes

Color #7C649F in popluar color models

7C649F
RGB124100159
HSL264°23.51%50.78%
HSB/HSV264°37.11%62.35%
CMYK22.01%37.11%0.00%
37.65%

Color #7C649F in popluar number systems.

HEX7C649F
Decimal124100159
Binary1111100110010010011111
Octal174144237

Shades and tints

Shades of #7C649F

#7C649F
(124,100,159)
#715B91
(113,91,145)
#665283
(102,82,131)
#5B4975
(91,73,117)
#504067
(80,64,103)
#453759
(69,55,89)
#3A2E4B
(58,46,75)
#2F253D
(47,37,61)
#241C2F
(36,28,47)
#191321
(25,19,33)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #7C649F

#7C649F
(124,100,159)
#8772A7
(135,114,167)
#9280AF
(146,128,175)
#9D8EB7
(157,142,183)
#A89CBF
(168,156,191)
#B3AAC7
(179,170,199)
#BEB8CF
(190,184,207)
#C9C6D7
(201,198,215)
#D4D4DF
(212,212,223)
#DFE2E7
(223,226,231)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C649F color. Also use rgb(124,100,159) instead hex code.

Text Font Color

.myTextColor { color: #7C649F; }

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

This text font color is #7C649F.


Background Color

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

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

This div background color is #7C649F.


Border color

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

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

This div border color is #7C649F.


Opacity

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

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

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

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

This text has shadow with #7C649F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C649F on black background.


Color preview on white background

This text has color #7C649F on white background.



Black color preview on #7C649F background

This text has black color on #7C649F background.


White color preview on #7C649F background

This text has white color on #7C649F background.