COLOR #7D72CC

HEX: #7D72CC
RGB: (125,114,204)

Color info

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

RGB color model

#7D72CC color RGB value is (125,114,204).

  • red value is 125;
  • green value is 114;
  • blue value is 204.
RGB:
(125,114,204)
(49%,45%,80%)

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 204 of 255 = 80%

125
114
204

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

Portions of RGB colors in percentages

R + G + B =
125 + 114 + 204 = 443 (100%)
R 125 of 443 ~ 28.22%
G 114 of 443 ~ 25.73%
B 204 of 443 ~ 46.05%

%28.22
%25.73
%46.05

CMYK color model

#7D72CC color CMYK value is (39,44,0,20).

  • cyan value is 38.73%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(39,44,0,20)
C39M44Y0K20 
(39%,44%,0%,20%)
(0.39/0.44/0.00/0.20)	

CMYK percentages

%38.73
%44.12
%0
%20

Codes

Color #7D72CC in popluar color models

7D72CC
RGB125114204
HSL247°46.88%62.35%
HSB/HSV247°44.12%80.00%
CMYK38.73%44.12%0.00%
20.00%

Color #7D72CC in popluar number systems.

HEX7D72CC
Decimal125114204
Binary1111101111001011001100
Octal175162314

Shades and tints

Shades of #7D72CC

#7D72CC
(125,114,204)
#7268BA
(114,104,186)
#675EA8
(103,94,168)
#5C5496
(92,84,150)
#514A84
(81,74,132)
#464072
(70,64,114)
#3B3660
(59,54,96)
#302C4E
(48,44,78)
#25223C
(37,34,60)
#1A182A
(26,24,42)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #7D72CC

#7D72CC
(125,114,204)
#887ED0
(136,126,208)
#938AD4
(147,138,212)
#9E96D8
(158,150,216)
#A9A2DC
(169,162,220)
#B4AEE0
(180,174,224)
#BFBAE4
(191,186,228)
#CAC6E8
(202,198,232)
#D5D2EC
(213,210,236)
#E0DEF0
(224,222,240)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D72CC color. Also use rgb(125,114,204) instead hex code.

Text Font Color

.myTextColor { color: #7D72CC; }

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

This text font color is #7D72CC.


Background Color

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

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

This div background color is #7D72CC.


Border color

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

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

This div border color is #7D72CC.


Opacity

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

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

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

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

This text has shadow with #7D72CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D72CC on black background.


Color preview on white background

This text has color #7D72CC on white background.



Black color preview on #7D72CC background

This text has black color on #7D72CC background.


White color preview on #7D72CC background

This text has white color on #7D72CC background.