COLOR #7C72C2

HEX: #7C72C2
RGB: (124,114,194)

Color info

#7C72C2 contains mainly blue color. Web safe color of #7C72C2 is #6666CC (or #66C).

RGB color model

#7C72C2 color RGB value is (124,114,194).

  • red value is 124;
  • green value is 114;
  • blue value is 194.
RGB:
(124,114,194)
(49%,45%,76%)

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 194 of 255 = 76%

124
114
194

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

Portions of RGB colors in percentages

R + G + B =
124 + 114 + 194 = 432 (100%)
R 124 of 432 ~ 28.7%
G 114 of 432 ~ 26.39%
B 194 of 432 ~ 44.91%

%28.7
%26.39
%44.91

CMYK color model

#7C72C2 color CMYK value is (36,41,0,24).

  • cyan value is 36.08%
  • magenta value is 41.24%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(36,41,0,24)
C36M41Y0K24 
(36%,41%,0%,24%)
(0.36/0.41/0.00/0.24)	

CMYK percentages

%36.08
%41.24
%0
%23.92

Codes

Color #7C72C2 in popluar color models

7C72C2
RGB124114194
HSL248°39.60%60.39%
HSB/HSV248°41.24%76.08%
CMYK36.08%41.24%0.00%
23.92%

Color #7C72C2 in popluar number systems.

HEX7C72C2
Decimal124114194
Binary1111100111001011000010
Octal174162302

Shades and tints

Shades of #7C72C2

#7C72C2
(124,114,194)
#7168B1
(113,104,177)
#665EA0
(102,94,160)
#5B548F
(91,84,143)
#504A7E
(80,74,126)
#45406D
(69,64,109)
#3A365C
(58,54,92)
#2F2C4B
(47,44,75)
#24223A
(36,34,58)
#191829
(25,24,41)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #7C72C2

#7C72C2
(124,114,194)
#877EC7
(135,126,199)
#928ACC
(146,138,204)
#9D96D1
(157,150,209)
#A8A2D6
(168,162,214)
#B3AEDB
(179,174,219)
#BEBAE0
(190,186,224)
#C9C6E5
(201,198,229)
#D4D2EA
(212,210,234)
#DFDEEF
(223,222,239)
#EAEAF4
(234,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C72C2 color. Also use rgb(124,114,194) instead hex code.

Text Font Color

.myTextColor { color: #7C72C2; }

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

This text font color is #7C72C2.


Background Color

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

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

This div background color is #7C72C2.


Border color

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

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

This div border color is #7C72C2.


Opacity

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

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

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

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

This text has shadow with #7C72C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C72C2 on black background.


Color preview on white background

This text has color #7C72C2 on white background.



Black color preview on #7C72C2 background

This text has black color on #7C72C2 background.


White color preview on #7C72C2 background

This text has white color on #7C72C2 background.