COLOR #7576C0

HEX: #7576C0
RGB: (117,118,192)

Color info

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

RGB color model

#7576C0 color RGB value is (117,118,192).

  • red value is 117;
  • green value is 118;
  • blue value is 192.
RGB:
(117,118,192)
(46%,46%,75%)

RGB channels and saturation

R 117 of 255 = 46%
G 118 of 255 = 46%
B 192 of 255 = 75%

117
118
192

R + G + B ~ 56%. #7576C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 118 + 192 = 427 (100%)
R 117 of 427 ~ 27.4%
G 118 of 427 ~ 27.63%
B 192 of 427 ~ 44.96%

%27.4
%27.63
%44.96

CMYK color model

#7576C0 color CMYK value is (39,39,0,25).

  • cyan value is 39.06%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(39,39,0,25)
C39M39Y0K25 
(39%,39%,0%,25%)
(0.39/0.39/0.00/0.25)	

CMYK percentages

%39.06
%38.54
%0
%24.71

Codes

Color #7576C0 in popluar color models

7576C0
RGB117118192
HSL239°37.31%60.59%
HSB/HSV239°39.06%75.29%
CMYK39.06%38.54%0.00%
24.71%

Color #7576C0 in popluar number systems.

HEX7576C0
Decimal117118192
Binary1110101111011011000000
Octal165166300

Shades and tints

Shades of #7576C0

#7576C0
(117,118,192)
#6B6CAF
(107,108,175)
#61629E
(97,98,158)
#57588D
(87,88,141)
#4D4E7C
(77,78,124)
#43446B
(67,68,107)
#393A5A
(57,58,90)
#2F3049
(47,48,73)
#252638
(37,38,56)
#1B1C27
(27,28,39)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #7576C0

#7576C0
(117,118,192)
#8182C5
(129,130,197)
#8D8ECA
(141,142,202)
#999ACF
(153,154,207)
#A5A6D4
(165,166,212)
#B1B2D9
(177,178,217)
#BDBEDE
(189,190,222)
#C9CAE3
(201,202,227)
#D5D6E8
(213,214,232)
#E1E2ED
(225,226,237)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7576C0 color. Also use rgb(117,118,192) instead hex code.

Text Font Color

.myTextColor { color: #7576C0; }

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

This text font color is #7576C0.


Background Color

.myBgColor { background-color: #7576C0; }

<div style="background-color:#7576C0">Inner text</div>

This div background color is #7576C0.


Border color

.myBorderColor { border: 1px solid #7576C0; }

<div style="border:3px solid #7576C0">Div</div>

This div border color is #7576C0.


Opacity

.myOpacity80 { color: #7576C0; opacity: 0.8; }

<p style="color:#7576C0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7576C0 color.

.textShadow {text-shadow: 3px 3px 1px #7576C0, 3px 3px 1px red;}

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

This text has shadow with #7576C0 primary color and red secondary color.


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

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

This text has shadow with #7576C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7576C0 on black background.


Color preview on white background

This text has color #7576C0 on white background.



Black color preview on #7576C0 background

This text has black color on #7576C0 background.


White color preview on #7576C0 background

This text has white color on #7576C0 background.