COLOR #7578C7

HEX: #7578C7 RGB: (117,120,199)

Color info

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

RGB color model

#7578C7 color RGB value is (117,120,199).

RGB: (117,120,199) (46%, 47%, 78%)

RGB channels and saturation

R 117 of 255 = 46%
G 120 of 255 = 47%
B 199 of 255 = 78%

117
120
199

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

Portions of RGB colors in percentages

R + G + B = 117 + 120 + 199 = 436 (100%)
R 117 of 436 ~ 26.83%
G 120 of 436 ~ 27.52%
B 199 of 436 ~ 45.64'%

%26.83
%27.52
%45.64

CMYK color model

#7578C7 color CMYK value is (41,40,0,22).

  • cyan value is 41.21%
  • magenta value is 39.70%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (41,40,0,22)
C41M40Y0K22 (41%, 40%, 0%, 22%)
(0.41 / 0.40 / 0.00 / 0.22)

CMYK percentages

%41.21
%39.7
%0
%21.96

Codes

Color #7578C7 in popluar color models

75 78 C7
RGB 117 120 199
HSL 238° 42.27% 61.96%
HSB/HSV 238° 41.21% 78.04%
CMYK 41.21% 39.70% 0.00%
21.96%

Color #7578C7 in popluar number systems.

HEX 75 78 C7
Decimal 117 120 199
Binary 1110101 1111000 11000111
Octal 165 170 307

Shades and tints

Shades of #7578C7

#7578C7
(117,120,199)
#6B6EB5
(107,110,181)
#6164A3
(97,100,163)
#575A91
(87,90,145)
#4D507F
(77,80,127)
#43466D
(67,70,109)
#393C5B
(57,60,91)
#2F3249
(47,50,73)
#252837
(37,40,55)
#1B1E25
(27,30,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7578C7

#7578C7
(117,120,199)
#8184CC
(129,132,204)
#8D90D1
(141,144,209)
#999CD6
(153,156,214)
#A5A8DB
(165,168,219)
#B1B4E0
(177,180,224)
#BDC0E5
(189,192,229)
#C9CCEA
(201,204,234)
#D5D8EF
(213,216,239)
#E1E4F4
(225,228,244)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7578C7 color. Also use rgb(117,120,199) instead hex code.

Text Font Color

.myTextColor { color: #7578C7; }

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

This text font color is #7578C7.

Background Color

.myBgColor { background-color: #7578C7; }

<div style="background-color:#7578C7">Inner text</div>

This div background color is #7578C7.

Border color

.myBorderColor { border: 1px solid #7578C7; }

<div style="border:3px solid #7578C7">Div</div>

This div border color is #7578C7.

Opacity

.myOpacity80 { color: #7578C7; opacity: 0.8; }

<p style="color:#7578C7;opacity:0.8;">80%</p>

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

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

This text has shadow with #7578C7 color.


.textShadow {text-shadow: 3px 3px 1px #7578C7', 3px 3px 1px red;}

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

This text has shadow with #7578C7 primary color and red secondary color.


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

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

This text has shadow with #7578C7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7578C7; -webkit-box-shadow: 1px 1px 3px 2px #7578C7; box-shadow:1px 1px 3px 2px #7578C7;">
Div content here
</div>

This div box has shadow with color #7578C7.

Preview

Color preview on black background

This text has color #7578C7 on black background.


Color preview on white background

This text has color #7578C7 on white background.


Black color preview on #7578C7 background

This text has black color on #7578C7 background.


White color preview on #7578C7 background

This text has white color on #7578C7 background.


Related colors

Complementary color

Complementary color for #hex is #8A8738.


I love getcolorcode.com

Triadic colors

1 #C77578 and #78C775 with #7578C7 are triadic colors.

2 #C77875 and #7875C7 with #7578C7 are triadic colors.