COLOR #7575A2

HEX: #7575A2
RGB: (117,117,162)

Color info

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

RGB color model

#7575A2 color RGB value is (117,117,162).

  • red value is 117;
  • green value is 117;
  • blue value is 162.
RGB:
(117,117,162)
(46%,46%,64%)

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 162 of 255 = 64%

117
117
162

R + G + B ~ 52%. #7575A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 162 = 396 (100%)
R 117 of 396 ~ 29.55%
G 117 of 396 ~ 29.55%
B 162 of 396 ~ 40.91%

%29.55
%29.55
%40.91

CMYK color model

#7575A2 color CMYK value is (28,28,0,36).

  • cyan value is 27.78%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(28,28,0,36)
C28M28Y0K36 
(28%,28%,0%,36%)
(0.28/0.28/0.00/0.36)	

CMYK percentages

%27.78
%27.78
%0
%36.47

Codes

Color #7575A2 in popluar color models

7575A2
RGB117117162
HSL240°19.48%54.71%
HSB/HSV240°27.78%63.53%
CMYK27.78%27.78%0.00%
36.47%

Color #7575A2 in popluar number systems.

HEX7575A2
Decimal117117162
Binary1110101111010110100010
Octal165165242

Shades and tints

Shades of #7575A2

#7575A2
(117,117,162)
#6B6B94
(107,107,148)
#616186
(97,97,134)
#575778
(87,87,120)
#4D4D6A
(77,77,106)
#43435C
(67,67,92)
#39394E
(57,57,78)
#2F2F40
(47,47,64)
#252532
(37,37,50)
#1B1B24
(27,27,36)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #7575A2

#7575A2
(117,117,162)
#8181AA
(129,129,170)
#8D8DB2
(141,141,178)
#9999BA
(153,153,186)
#A5A5C2
(165,165,194)
#B1B1CA
(177,177,202)
#BDBDD2
(189,189,210)
#C9C9DA
(201,201,218)
#D5D5E2
(213,213,226)
#E1E1EA
(225,225,234)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7575A2 color. Also use rgb(117,117,162) instead hex code.

Text Font Color

.myTextColor { color: #7575A2; }

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

This text font color is #7575A2.


Background Color

.myBgColor { background-color: #7575A2; }

<div style="background-color:#7575A2">Inner text</div>

This div background color is #7575A2.


Border color

.myBorderColor { border: 1px solid #7575A2; }

<div style="border:3px solid #7575A2">Div</div>

This div border color is #7575A2.


Opacity

.myOpacity80 { color: #7575A2; opacity: 0.8; }

<p style="color:#7575A2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7575A2 color.

.textShadow {text-shadow: 3px 3px 1px #7575A2, 3px 3px 1px red;}

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

This text has shadow with #7575A2 primary color and red secondary color.


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

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

This text has shadow with #7575A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7575A2 on black background.


Color preview on white background

This text has color #7575A2 on white background.



Black color preview on #7575A2 background

This text has black color on #7575A2 background.


White color preview on #7575A2 background

This text has white color on #7575A2 background.