COLOR #7C72B4

HEX: #7C72B4
RGB: (124,114,180)

Color info

#7C72B4 contains mainly red and blue colors. Web safe color of #7C72B4 is #6666CC (or #66C).

RGB color model

#7C72B4 color RGB value is (124,114,180).

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

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 180 of 255 = 71%

124
114
180

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

Portions of RGB colors in percentages

R + G + B =
124 + 114 + 180 = 418 (100%)
R 124 of 418 ~ 29.67%
G 114 of 418 ~ 27.27%
B 180 of 418 ~ 43.06%

%29.67
%27.27
%43.06

CMYK color model

#7C72B4 color CMYK value is (31,37,0,29).

  • cyan value is 31.11%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(31,37,0,29)
C31M37Y0K29 
(31%,37%,0%,29%)
(0.31/0.37/0.00/0.29)	

CMYK percentages

%31.11
%36.67
%0
%29.41

Codes

Color #7C72B4 in popluar color models

7C72B4
RGB124114180
HSL249°30.56%57.65%
HSB/HSV249°36.67%70.59%
CMYK31.11%36.67%0.00%
29.41%

Color #7C72B4 in popluar number systems.

HEX7C72B4
Decimal124114180
Binary1111100111001010110100
Octal174162264

Shades and tints

Shades of #7C72B4

#7C72B4
(124,114,180)
#7168A4
(113,104,164)
#665E94
(102,94,148)
#5B5484
(91,84,132)
#504A74
(80,74,116)
#454064
(69,64,100)
#3A3654
(58,54,84)
#2F2C44
(47,44,68)
#242234
(36,34,52)
#191824
(25,24,36)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #7C72B4

#7C72B4
(124,114,180)
#877EBA
(135,126,186)
#928AC0
(146,138,192)
#9D96C6
(157,150,198)
#A8A2CC
(168,162,204)
#B3AED2
(179,174,210)
#BEBAD8
(190,186,216)
#C9C6DE
(201,198,222)
#D4D2E4
(212,210,228)
#DFDEEA
(223,222,234)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C72B4; }

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

This text font color is #7C72B4.


Background Color

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

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

This div background color is #7C72B4.


Border color

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

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

This div border color is #7C72B4.


Opacity

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

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

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

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

This text has shadow with #7C72B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C72B4 on black background.


Color preview on white background

This text has color #7C72B4 on white background.



Black color preview on #7C72B4 background

This text has black color on #7C72B4 background.


White color preview on #7C72B4 background

This text has white color on #7C72B4 background.