COLOR #7C618C

HEX: #7C618C
RGB: (124,97,140)

Color info

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

RGB color model

#7C618C color RGB value is (124,97,140).

  • red value is 124;
  • green value is 97;
  • blue value is 140.
RGB:
(124,97,140)
(49%,38%,55%)

RGB channels and saturation

R 124 of 255 = 49%
G 97 of 255 = 38%
B 140 of 255 = 55%

124
97
140

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

Portions of RGB colors in percentages

R + G + B =
124 + 97 + 140 = 361 (100%)
R 124 of 361 ~ 34.35%
G 97 of 361 ~ 26.87%
B 140 of 361 ~ 38.78%

%34.35
%26.87
%38.78

CMYK color model

#7C618C color CMYK value is (11,31,0,45).

  • cyan value is 11.43%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(11,31,0,45)
C11M31Y0K45 
(11%,31%,0%,45%)
(0.11/0.31/0.00/0.45)	

CMYK percentages

%11.43
%30.71
%0
%45.1

Codes

Color #7C618C in popluar color models

7C618C
RGB12497140
HSL278°18.14%46.47%
HSB/HSV278°30.71%54.90%
CMYK11.43%30.71%0.00%
45.10%

Color #7C618C in popluar number systems.

HEX7C618C
Decimal12497140
Binary1111100110000110001100
Octal174141214

Shades and tints

Shades of #7C618C

#7C618C
(124,97,140)
#715980
(113,89,128)
#665174
(102,81,116)
#5B4968
(91,73,104)
#50415C
(80,65,92)
#453950
(69,57,80)
#3A3144
(58,49,68)
#2F2938
(47,41,56)
#24212C
(36,33,44)
#191920
(25,25,32)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #7C618C

#7C618C
(124,97,140)
#876F96
(135,111,150)
#927DA0
(146,125,160)
#9D8BAA
(157,139,170)
#A899B4
(168,153,180)
#B3A7BE
(179,167,190)
#BEB5C8
(190,181,200)
#C9C3D2
(201,195,210)
#D4D1DC
(212,209,220)
#DFDFE6
(223,223,230)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C618C; }

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

This text font color is #7C618C.


Background Color

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

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

This div background color is #7C618C.


Border color

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

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

This div border color is #7C618C.


Opacity

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

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

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

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

This text has shadow with #7C618C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C618C on black background.


Color preview on white background

This text has color #7C618C on white background.



Black color preview on #7C618C background

This text has black color on #7C618C background.


White color preview on #7C618C background

This text has white color on #7C618C background.