COLOR #7377BB

HEX: #7377BB RGB: (115,119,187)

Color info

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

RGB color model

#7377BB color RGB value is (115,119,187).

RGB: (115,119,187) (45%, 47%, 73%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 187 of 255 = 73%

115
119
187

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

Portions of RGB colors in percentages

R + G + B = 115 + 119 + 187 = 421 (100%)
R 115 of 421 ~ 27.32%
G 119 of 421 ~ 28.27%
B 187 of 421 ~ 44.42'%

%27.32
%28.27
%44.42

CMYK color model

#7377BB color CMYK value is (39,36,0,27).

  • cyan value is 38.50%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (39,36,0,27) C39M36Y0K27 (39%,36%,0%,27%) (0.39/0.36/0.00/0.27) 

CMYK percentages

%38.5
%36.36
%0
%26.67

Codes

Color #7377BB in popluar color models

73 77 BB
RGB 115 119 187
HSL 237° 34.62% 59.22%
HSB/HSV 237° 38.50% 73.33%
CMYK 38.50% 36.36% 0.00%
26.67%

Color #7377BB in popluar number systems.

HEX 73 77 BB
Decimal 115 119 187
Binary 1110011 1110111 10111011
Octal 163 167 273

Shades and tints

Shades of #7377BB

#7377BB
(115,119,187)
#696DAA
(105,109,170)
#5F6399
(95,99,153)
#555988
(85,89,136)
#4B4F77
(75,79,119)
#414566
(65,69,102)
#373B55
(55,59,85)
#2D3144
(45,49,68)
#232733
(35,39,51)
#191D22
(25,29,34)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #7377BB

#7377BB
(115,119,187)
#7F83C1
(127,131,193)
#8B8FC7
(139,143,199)
#979BCD
(151,155,205)
#A3A7D3
(163,167,211)
#AFB3D9
(175,179,217)
#BBBFDF
(187,191,223)
#C7CBE5
(199,203,229)
#D3D7EB
(211,215,235)
#DFE3F1
(223,227,241)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7377BB color. Also use rgb(115,119,187) instead hex code.

Text Font Color

.myTextColor { color: #7377BB; }

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

This text font color is #7377BB.

Background Color

.myBgColor { background-color: #7377BB; }

<div style="background-color:#7377BB">Inner text</div>

This div background color is #7377BB.

Border color

.myBorderColor { border: 1px solid #7377BB; }

<div style="border:3px solid #7377BB">Div</div>

This div border color is #7377BB.

Opacity

.myOpacity80 { color: #7377BB; opacity: 0.8; }

<p style="color:#7377BB;opacity:0.8;">80%</p>

Text with #7377BB 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 #7377BB;}

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

This text has shadow with #7377BB color.


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

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

This text has shadow with #7377BB primary color and red secondary color.


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

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

This text has shadow with #7377BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7377BB.

Preview

Color preview on black background

This text has color #7377BB on black background.


Color preview on white background

This text has color #7377BB on white background.


Black color preview on #7377BB background

This text has black color on #7377BB background.


White color preview on #7377BB background

This text has white color on #7377BB background.


Related colors

Complementary color

Complementary color for #hex is #8C8844.


I love getcolorcode.com

Triadic colors

1 #BB7377 and #77BB73 with #7377BB are triadic colors.

2 #BB7773 and #7773BB with #7377BB are triadic colors.