COLOR #7577B6

HEX: #7577B6
RGB: (117,119,182)

Color info

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

RGB color model

#7577B6 color RGB value is (117,119,182).

  • red value is 117;
  • green value is 119;
  • blue value is 182.
RGB:
(117,119,182)
(46%,47%,71%)

RGB channels and saturation

R 117 of 255 = 46%
G 119 of 255 = 47%
B 182 of 255 = 71%

117
119
182

R + G + B ~ 55%. #7577B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 119 + 182 = 418 (100%)
R 117 of 418 ~ 27.99%
G 119 of 418 ~ 28.47%
B 182 of 418 ~ 43.54%

%27.99
%28.47
%43.54

CMYK color model

#7577B6 color CMYK value is (36,35,0,29).

  • cyan value is 35.71%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(36,35,0,29)
C36M35Y0K29 
(36%,35%,0%,29%)
(0.36/0.35/0.00/0.29)	

CMYK percentages

%35.71
%34.62
%0
%28.63

Codes

Color #7577B6 in popluar color models

7577B6
RGB117119182
HSL238°30.81%58.63%
HSB/HSV238°35.71%71.37%
CMYK35.71%34.62%0.00%
28.63%

Color #7577B6 in popluar number systems.

HEX7577B6
Decimal117119182
Binary1110101111011110110110
Octal165167266

Shades and tints

Shades of #7577B6

#7577B6
(117,119,182)
#6B6DA6
(107,109,166)
#616396
(97,99,150)
#575986
(87,89,134)
#4D4F76
(77,79,118)
#434566
(67,69,102)
#393B56
(57,59,86)
#2F3146
(47,49,70)
#252736
(37,39,54)
#1B1D26
(27,29,38)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #7577B6

#7577B6
(117,119,182)
#8183BC
(129,131,188)
#8D8FC2
(141,143,194)
#999BC8
(153,155,200)
#A5A7CE
(165,167,206)
#B1B3D4
(177,179,212)
#BDBFDA
(189,191,218)
#C9CBE0
(201,203,224)
#D5D7E6
(213,215,230)
#E1E3EC
(225,227,236)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7577B6 color. Also use rgb(117,119,182) instead hex code.

Text Font Color

.myTextColor { color: #7577B6; }

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

This text font color is #7577B6.


Background Color

.myBgColor { background-color: #7577B6; }

<div style="background-color:#7577B6">Inner text</div>

This div background color is #7577B6.


Border color

.myBorderColor { border: 1px solid #7577B6; }

<div style="border:3px solid #7577B6">Div</div>

This div border color is #7577B6.


Opacity

.myOpacity80 { color: #7577B6; opacity: 0.8; }

<p style="color:#7577B6;opacity:0.8;">80%</p>

Text with #7577B6 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 #7577B6;}

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

This text has shadow with #7577B6 color.

.textShadow {text-shadow: 3px 3px 1px #7577B6, 3px 3px 1px red;}

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

This text has shadow with #7577B6 primary color and red secondary color.


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

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

This text has shadow with #7577B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7577B6 on black background.


Color preview on white background

This text has color #7577B6 on white background.



Black color preview on #7577B6 background

This text has black color on #7577B6 background.


White color preview on #7577B6 background

This text has white color on #7577B6 background.