COLOR #7576C3

HEX: #7576C3 RGB: (117,118,195)

Color info

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

RGB color model

#7576C3 color RGB value is (117,118,195).

RGB: (117,118,195) (46%, 46%, 76%)

RGB channels and saturation

R 117 of 255 = 46%
G 118 of 255 = 46%
B 195 of 255 = 76%

117
118
195

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

Portions of RGB colors in percentages

R + G + B = 117 + 118 + 195 = 430 (100%)
R 117 of 430 ~ 27.21%
G 118 of 430 ~ 27.44%
B 195 of 430 ~ 45.35'%

%27.21
%27.44
%45.35

CMYK color model

#7576C3 color CMYK value is (40,39,0,24).

  • cyan value is 40.00%
  • magenta value is 39.49%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (40,39,0,24)
C40M39Y0K24 (40%, 39%, 0%, 24%)
(0.40 / 0.39 / 0.00 / 0.24)

CMYK percentages

%40
%39.49
%0
%23.53

Codes

Color #7576C3 in popluar color models

75 76 C3
RGB 117 118 195
HSL 239° 39.39% 61.18%
HSB/HSV 239° 40.00% 76.47%
CMYK 40.00% 39.49% 0.00%
23.53%

Color #7576C3 in popluar number systems.

HEX 75 76 C3
Decimal 117 118 195
Binary 1110101 1110110 11000011
Octal 165 166 303

Shades and tints

Shades of #7576C3

#7576C3
(117,118,195)
#6B6CB2
(107,108,178)
#6162A1
(97,98,161)
#575890
(87,88,144)
#4D4E7F
(77,78,127)
#43446E
(67,68,110)
#393A5D
(57,58,93)
#2F304C
(47,48,76)
#25263B
(37,38,59)
#1B1C2A
(27,28,42)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #7576C3

#7576C3
(117,118,195)
#8182C8
(129,130,200)
#8D8ECD
(141,142,205)
#999AD2
(153,154,210)
#A5A6D7
(165,166,215)
#B1B2DC
(177,178,220)
#BDBEE1
(189,190,225)
#C9CAE6
(201,202,230)
#D5D6EB
(213,214,235)
#E1E2F0
(225,226,240)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7576C3; }

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

This text font color is #7576C3.

Background Color

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

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

This div background color is #7576C3.

Border color

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

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

This div border color is #7576C3.

Opacity

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

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

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

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

This text has shadow with #7576C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7576C3.

Preview

Color preview on black background

This text has color #7576C3 on black background.


Color preview on white background

This text has color #7576C3 on white background.


Black color preview on #7576C3 background

This text has black color on #7576C3 background.


White color preview on #7576C3 background

This text has white color on #7576C3 background.


Related colors

Complementary color

Complementary color for #hex is #8A893C.


I love getcolorcode.com

Triadic colors

1 #C37576 and #76C375 with #7576C3 are triadic colors.

2 #C37675 and #7675C3 with #7576C3 are triadic colors.