COLOR #7773B7

HEX: #7773B7
RGB: (119,115,183)

Color info

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

RGB color model

#7773B7 color RGB value is (119,115,183).

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

RGB channels and saturation

R 119 of 255 = 47%
G 115 of 255 = 45%
B 183 of 255 = 72%

119
115
183

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

Portions of RGB colors in percentages

R + G + B =
119 + 115 + 183 = 417 (100%)
R 119 of 417 ~ 28.54%
G 115 of 417 ~ 27.58%
B 183 of 417 ~ 43.88%

%28.54
%27.58
%43.88

CMYK color model

#7773B7 color CMYK value is (35,37,0,28).

  • cyan value is 34.97%
  • magenta value is 37.16%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(35,37,0,28)
C35M37Y0K28 
(35%,37%,0%,28%)
(0.35/0.37/0.00/0.28)	

CMYK percentages

%34.97
%37.16
%0
%28.24

Codes

Color #7773B7 in popluar color models

7773B7
RGB119115183
HSL244°32.08%58.43%
HSB/HSV244°37.16%71.76%
CMYK34.97%37.16%0.00%
28.24%

Color #7773B7 in popluar number systems.

HEX7773B7
Decimal119115183
Binary1110111111001110110111
Octal167163267

Shades and tints

Shades of #7773B7

#7773B7
(119,115,183)
#6D69A7
(109,105,167)
#635F97
(99,95,151)
#595587
(89,85,135)
#4F4B77
(79,75,119)
#454167
(69,65,103)
#3B3757
(59,55,87)
#312D47
(49,45,71)
#272337
(39,35,55)
#1D1927
(29,25,39)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #7773B7

#7773B7
(119,115,183)
#837FBD
(131,127,189)
#8F8BC3
(143,139,195)
#9B97C9
(155,151,201)
#A7A3CF
(167,163,207)
#B3AFD5
(179,175,213)
#BFBBDB
(191,187,219)
#CBC7E1
(203,199,225)
#D7D3E7
(215,211,231)
#E3DFED
(227,223,237)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7773B7 color. Also use rgb(119,115,183) instead hex code.

Text Font Color

.myTextColor { color: #7773B7; }

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

This text font color is #7773B7.


Background Color

.myBgColor { background-color: #7773B7; }

<div style="background-color:#7773B7">Inner text</div>

This div background color is #7773B7.


Border color

.myBorderColor { border: 1px solid #7773B7; }

<div style="border:3px solid #7773B7">Div</div>

This div border color is #7773B7.


Opacity

.myOpacity80 { color: #7773B7; opacity: 0.8; }

<p style="color:#7773B7;opacity:0.8;">80%</p>

Text with #7773B7 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 #7773B7;}

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

This text has shadow with #7773B7 color.

.textShadow {text-shadow: 3px 3px 1px #7773B7, 3px 3px 1px red;}

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

This text has shadow with #7773B7 primary color and red secondary color.


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

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

This text has shadow with #7773B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7773B7 on black background.


Color preview on white background

This text has color #7773B7 on white background.



Black color preview on #7773B7 background

This text has black color on #7773B7 background.


White color preview on #7773B7 background

This text has white color on #7773B7 background.