COLOR #7377AD

HEX: #7377AD
RGB: (115,119,173)

Color info

#7377AD contains red, green and blue colors in about the same proportion. Web safe color of #7377AD is #666699 (or #669).

RGB color model

#7377AD color RGB value is (115,119,173).

  • red value is 115;
  • green value is 119;
  • blue value is 173.
RGB:
(115,119,173)
(45%,47%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 119 of 255 = 47%
B 173 of 255 = 68%

115
119
173

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

Portions of RGB colors in percentages

R + G + B =
115 + 119 + 173 = 407 (100%)
R 115 of 407 ~ 28.26%
G 119 of 407 ~ 29.24%
B 173 of 407 ~ 42.51%

%28.26
%29.24
%42.51

CMYK color model

#7377AD color CMYK value is (34,31,0,32).

  • cyan value is 33.53%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(34,31,0,32)
C34M31Y0K32 
(34%,31%,0%,32%)
(0.34/0.31/0.00/0.32)	

CMYK percentages

%33.53
%31.21
%0
%32.16

Codes

Color #7377AD in popluar color models

7377AD
RGB115119173
HSL236°26.13%56.47%
HSB/HSV236°33.53%67.84%
CMYK33.53%31.21%0.00%
32.16%

Color #7377AD in popluar number systems.

HEX7377AD
Decimal115119173
Binary1110011111011110101101
Octal163167255

Shades and tints

Shades of #7377AD

#7377AD
(115,119,173)
#696D9E
(105,109,158)
#5F638F
(95,99,143)
#555980
(85,89,128)
#4B4F71
(75,79,113)
#414562
(65,69,98)
#373B53
(55,59,83)
#2D3144
(45,49,68)
#232735
(35,39,53)
#191D26
(25,29,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #7377AD

#7377AD
(115,119,173)
#7F83B4
(127,131,180)
#8B8FBB
(139,143,187)
#979BC2
(151,155,194)
#A3A7C9
(163,167,201)
#AFB3D0
(175,179,208)
#BBBFD7
(187,191,215)
#C7CBDE
(199,203,222)
#D3D7E5
(211,215,229)
#DFE3EC
(223,227,236)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7377AD; }

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

This text font color is #7377AD.


Background Color

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

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

This div background color is #7377AD.


Border color

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

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

This div border color is #7377AD.


Opacity

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

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

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

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

This text has shadow with #7377AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7377AD on black background.


Color preview on white background

This text has color #7377AD on white background.



Black color preview on #7377AD background

This text has black color on #7377AD background.


White color preview on #7377AD background

This text has white color on #7377AD background.