COLOR #7C638C

HEX: #7C638C RGB: (124,99,140)

Color info

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

RGB color model

#7C638C color RGB value is (124,99,140).

RGB: (124,99,140) (49%, 39%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 140 of 255 = 55%

124
99
140

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

Portions of RGB colors in percentages

R + G + B = 124 + 99 + 140 = 363 (100%)
R 124 of 363 ~ 34.16%
G 99 of 363 ~ 27.27%
B 140 of 363 ~ 38.57'%

%34.16
%27.27
%38.57

CMYK color model

#7C638C color CMYK value is (11,29,0,45).

  • cyan value is 11.43%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (11,29,0,45)
C11M29Y0K45 (11%, 29%, 0%, 45%)
(0.11 / 0.29 / 0.00 / 0.45)

CMYK percentages

%11.43
%29.29
%0
%45.1

Codes

Color #7C638C in popluar color models

7C 63 8C
RGB 124 99 140
HSL 277° 17.15% 46.86%
HSB/HSV 277° 29.29% 54.90%
CMYK 11.43% 29.29% 0.00%
45.10%

Color #7C638C in popluar number systems.

HEX 7C 63 8C
Decimal 124 99 140
Binary 1111100 1100011 10001100
Octal 174 143 214

Shades and tints

Shades of #7C638C

#7C638C
(124,99,140)
#715A80
(113,90,128)
#665174
(102,81,116)
#5B4868
(91,72,104)
#503F5C
(80,63,92)
#453650
(69,54,80)
#3A2D44
(58,45,68)
#2F2438
(47,36,56)
#241B2C
(36,27,44)
#191220
(25,18,32)
#0E0914
(14,9,20)
#000000
(0,0,0)

Tints of #7C638C

#7C638C
(124,99,140)
#877196
(135,113,150)
#927FA0
(146,127,160)
#9D8DAA
(157,141,170)
#A89BB4
(168,155,180)
#B3A9BE
(179,169,190)
#BEB7C8
(190,183,200)
#C9C5D2
(201,197,210)
#D4D3DC
(212,211,220)
#DFE1E6
(223,225,230)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C638C color. Also use rgb(124,99,140) instead hex code.

Text Font Color

.myTextColor { color: #7C638C; }

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

This text font color is #7C638C.

Background Color

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

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

This div background color is #7C638C.

Border color

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

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

This div border color is #7C638C.

Opacity

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

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

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

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

This text has shadow with #7C638C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C638C.

Preview

Color preview on black background

This text has color #7C638C on black background.


Color preview on white background

This text has color #7C638C on white background.


Black color preview on #7C638C background

This text has black color on #7C638C background.


White color preview on #7C638C background

This text has white color on #7C638C background.


Related colors

Complementary color

Complementary color for #hex is #839C73.


I love getcolorcode.com

Triadic colors

1 #8C7C63 and #638C7C with #7C638C are triadic colors.

2 #8C637C and #637C8C with #7C638C are triadic colors.