COLOR #7572B2

HEX: #7572B2
RGB: (117,114,178)

Color info

#7572B2 contains mainly blue color. Web safe color of #7572B2 is #666699 (or #669).

RGB color model

#7572B2 color RGB value is (117,114,178).

  • red value is 117;
  • green value is 114;
  • blue value is 178.
RGB:
(117,114,178)
(46%,45%,70%)

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 178 of 255 = 70%

117
114
178

R + G + B ~ 54%. #7572B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 178 = 409 (100%)
R 117 of 409 ~ 28.61%
G 114 of 409 ~ 27.87%
B 178 of 409 ~ 43.52%

%28.61
%27.87
%43.52

CMYK color model

#7572B2 color CMYK value is (34,36,0,30).

  • cyan value is 34.27%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(34,36,0,30)
C34M36Y0K30 
(34%,36%,0%,30%)
(0.34/0.36/0.00/0.30)	

CMYK percentages

%34.27
%35.96
%0
%30.2

Codes

Color #7572B2 in popluar color models

7572B2
RGB117114178
HSL243°29.36%57.25%
HSB/HSV243°35.96%69.80%
CMYK34.27%35.96%0.00%
30.20%

Color #7572B2 in popluar number systems.

HEX7572B2
Decimal117114178
Binary1110101111001010110010
Octal165162262

Shades and tints

Shades of #7572B2

#7572B2
(117,114,178)
#6B68A2
(107,104,162)
#615E92
(97,94,146)
#575482
(87,84,130)
#4D4A72
(77,74,114)
#434062
(67,64,98)
#393652
(57,54,82)
#2F2C42
(47,44,66)
#252232
(37,34,50)
#1B1822
(27,24,34)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #7572B2

#7572B2
(117,114,178)
#817EB9
(129,126,185)
#8D8AC0
(141,138,192)
#9996C7
(153,150,199)
#A5A2CE
(165,162,206)
#B1AED5
(177,174,213)
#BDBADC
(189,186,220)
#C9C6E3
(201,198,227)
#D5D2EA
(213,210,234)
#E1DEF1
(225,222,241)
#EDEAF8
(237,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7572B2 color. Also use rgb(117,114,178) instead hex code.

Text Font Color

.myTextColor { color: #7572B2; }

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

This text font color is #7572B2.


Background Color

.myBgColor { background-color: #7572B2; }

<div style="background-color:#7572B2">Inner text</div>

This div background color is #7572B2.


Border color

.myBorderColor { border: 1px solid #7572B2; }

<div style="border:3px solid #7572B2">Div</div>

This div border color is #7572B2.


Opacity

.myOpacity80 { color: #7572B2; opacity: 0.8; }

<p style="color:#7572B2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7572B2 color.

.textShadow {text-shadow: 3px 3px 1px #7572B2, 3px 3px 1px red;}

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

This text has shadow with #7572B2 primary color and red secondary color.


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

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

This text has shadow with #7572B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7572B2 on black background.


Color preview on white background

This text has color #7572B2 on white background.



Black color preview on #7572B2 background

This text has black color on #7572B2 background.


White color preview on #7572B2 background

This text has white color on #7572B2 background.