COLOR #7775BF

HEX: #7775BF
RGB: (119,117,191)

Color info

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

RGB color model

#7775BF color RGB value is (119,117,191).

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

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 191 of 255 = 75%

119
117
191

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 191 = 427 (100%)
R 119 of 427 ~ 27.87%
G 117 of 427 ~ 27.4%
B 191 of 427 ~ 44.73%

%27.87
%27.4
%44.73

CMYK color model

#7775BF color CMYK value is (38,39,0,25).

  • cyan value is 37.70%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(38,39,0,25)
C38M39Y0K25 
(38%,39%,0%,25%)
(0.38/0.39/0.00/0.25)	

CMYK percentages

%37.7
%38.74
%0
%25.1

Codes

Color #7775BF in popluar color models

7775BF
RGB119117191
HSL242°36.63%60.39%
HSB/HSV242°38.74%74.90%
CMYK37.70%38.74%0.00%
25.10%

Color #7775BF in popluar number systems.

HEX7775BF
Decimal119117191
Binary1110111111010110111111
Octal167165277

Shades and tints

Shades of #7775BF

#7775BF
(119,117,191)
#6D6BAE
(109,107,174)
#63619D
(99,97,157)
#59578C
(89,87,140)
#4F4D7B
(79,77,123)
#45436A
(69,67,106)
#3B3959
(59,57,89)
#312F48
(49,47,72)
#272537
(39,37,55)
#1D1B26
(29,27,38)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #7775BF

#7775BF
(119,117,191)
#8381C4
(131,129,196)
#8F8DC9
(143,141,201)
#9B99CE
(155,153,206)
#A7A5D3
(167,165,211)
#B3B1D8
(179,177,216)
#BFBDDD
(191,189,221)
#CBC9E2
(203,201,226)
#D7D5E7
(215,213,231)
#E3E1EC
(227,225,236)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7775BF color. Also use rgb(119,117,191) instead hex code.

Text Font Color

.myTextColor { color: #7775BF; }

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

This text font color is #7775BF.


Background Color

.myBgColor { background-color: #7775BF; }

<div style="background-color:#7775BF">Inner text</div>

This div background color is #7775BF.


Border color

.myBorderColor { border: 1px solid #7775BF; }

<div style="border:3px solid #7775BF">Div</div>

This div border color is #7775BF.


Opacity

.myOpacity80 { color: #7775BF; opacity: 0.8; }

<p style="color:#7775BF;opacity:0.8;">80%</p>

Text with #7775BF 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 #7775BF;}

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

This text has shadow with #7775BF color.

.textShadow {text-shadow: 3px 3px 1px #7775BF, 3px 3px 1px red;}

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

This text has shadow with #7775BF primary color and red secondary color.


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

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

This text has shadow with #7775BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7775BF on black background.


Color preview on white background

This text has color #7775BF on white background.



Black color preview on #7775BF background

This text has black color on #7775BF background.


White color preview on #7775BF background

This text has white color on #7775BF background.