COLOR #7575CC

HEX: #7575CC
RGB: (117,117,204)

Color info

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

RGB color model

#7575CC color RGB value is (117,117,204).

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

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 204 of 255 = 80%

117
117
204

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 204 = 438 (100%)
R 117 of 438 ~ 26.71%
G 117 of 438 ~ 26.71%
B 204 of 438 ~ 46.58%

%26.71
%26.71
%46.58

CMYK color model

#7575CC color CMYK value is (43,43,0,20).

  • cyan value is 42.65%
  • magenta value is 42.65%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(43,43,0,20)
C43M43Y0K20 
(43%,43%,0%,20%)
(0.43/0.43/0.00/0.20)	

CMYK percentages

%42.65
%42.65
%0
%20

Codes

Color #7575CC in popluar color models

7575CC
RGB117117204
HSL240°46.03%62.94%
HSB/HSV240°42.65%80.00%
CMYK42.65%42.65%0.00%
20.00%

Color #7575CC in popluar number systems.

HEX7575CC
Decimal117117204
Binary1110101111010111001100
Octal165165314

Shades and tints

Shades of #7575CC

#7575CC
(117,117,204)
#6B6BBA
(107,107,186)
#6161A8
(97,97,168)
#575796
(87,87,150)
#4D4D84
(77,77,132)
#434372
(67,67,114)
#393960
(57,57,96)
#2F2F4E
(47,47,78)
#25253C
(37,37,60)
#1B1B2A
(27,27,42)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #7575CC

#7575CC
(117,117,204)
#8181D0
(129,129,208)
#8D8DD4
(141,141,212)
#9999D8
(153,153,216)
#A5A5DC
(165,165,220)
#B1B1E0
(177,177,224)
#BDBDE4
(189,189,228)
#C9C9E8
(201,201,232)
#D5D5EC
(213,213,236)
#E1E1F0
(225,225,240)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7575CC; }

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

This text font color is #7575CC.


Background Color

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

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

This div background color is #7575CC.


Border color

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

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

This div border color is #7575CC.


Opacity

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

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

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

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

This text has shadow with #7575CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7575CC on black background.


Color preview on white background

This text has color #7575CC on white background.



Black color preview on #7575CC background

This text has black color on #7575CC background.


White color preview on #7575CC background

This text has white color on #7575CC background.